Add icons to this collection by clicking the heart icon.
Paint Brush icon - also known as art, painter, draw, paint, brush, drawing, paint brush, drawing tool, and art and design. Created in a clean gradient style, perfect for web, apps, and UI projects. Available in SVG and PNG, with multiple style variants.
<svg
    xmlns="http://www.w3.org/2000/svg"
    width="512"
    height="512"
    viewBox="0 0 100 100"
>
    <linearGradient
        id="a"
        x1="50"
        x2="50"
        y1="5"
        y2="95"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#f44369" />
        <stop offset="1" stop-color="#3e3b92" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M98 11c0-3.309-2.692-6-6-6-7.277 0-49.067 26.984-65.052 60.351l-3.729.745A17.946 17.946 0 0 0 9.098 80.217a7.89 7.89 0 0 1-4.178 5.468l-1.263.631a2.998 2.998 0 0 0-1.649 2.896 2.998 2.998 0 0 0 2.042 2.634l4.843 1.614A29.969 29.969 0 0 0 18.382 95h.908a17.944 17.944 0 0 0 17.757-15.038l.656-3.936C71.044 60.023 98 18.275 98 11zM38.317 57.563l7.123 7.119c-3.189 2.13-6.464 4.065-9.81 5.704l-3.015-3.015c1.639-3.345 3.573-6.619 5.702-9.808zM19.291 89h-.908c-2.294 0-4.564-.327-6.759-.971a13.758 13.758 0 0 0 3.357-6.636 11.969 11.969 0 0 1 9.416-9.415l3.616-.723 3.773 3.773-.657 3.945A11.963 11.963 0 0 1 19.291 89zm31.111-27.844-8.56-8.555C59.66 28.983 87.396 11.427 91.997 10.996c-.53 4.766-18.05 32.393-41.595 50.16z"
    />
</svg>
More icons in the same style and category