paint brush icon
paint-brush-outline from Solar by 480 Design · Outline · Tools · CC-BY-4.0 Attribution required.
- Name
- paint-brush-outline
- Set
- Solar
- Style
- Outline
- Category
- Tools
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More tools icons from Solar
align-bottom-boldalign-horizontal-center-boldalign-horizontal-spacing-boldalign-left-boldalign-right-boldalign-top-boldalign-vertical-center-boldalign-vertical-spacing-boldcolour-tuning-boldcrop-boldcrop-minimalistic-boldfilters-boldflip-horizontal-boldflip-vertical-boldframe-boldlayers-boldlayers-minimalistic-boldmirror-left-boldmirror-right-boldpaint-roller-boldpalette-2-boldpalette-boldpalette-round-boldpipette-bold
Use the paint brush icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.9511 2.42191C19.6538 2.31978 20.416 2.39693 20.9619 2.92972C21.5077 3.46256 21.6035 4.22284 21.5185 4.92777C21.4317 5.64656 21.144 6.46255 20.7226 7.31254C19.8759 9.02052 18.4094 11.025 16.5361 12.9444C15.6693 13.8324 14.7492 14.6525 13.789 15.4239L13.7822 15.4287C12.5631 16.3861 11.3358 17.1791 10.2548 17.6602C10.2265 18.8539 9.79029 19.7922 9.0849 20.4825C8.30021 21.2502 7.24728 21.6505 6.25092 21.837C5.24861 22.0245 4.23097 22.0094 3.43549 21.8848C3.04 21.8229 2.67007 21.7291 2.37201 21.6026C2.22414 21.5398 2.06715 21.458 1.92963 21.3487C1.80141 21.2467 1.61811 21.0641 1.54681 20.7832C1.43175 20.3298 1.54206 19.9418 1.71185 19.6358C1.85938 19.37 2.08202 19.1196 2.22357 18.9512C2.54139 18.573 2.7636 18.2621 2.78119 17.7696C2.84173 16.0746 3.53095 15.0437 4.49994 14.4922C5.16102 14.116 5.89017 14.0025 6.46381 13.9688C6.89301 12.8515 7.6554 11.728 8.65033 10.3975C9.33953 9.47583 10.1494 8.52817 11.0576 7.59769C12.9309 5.67831 14.899 4.16341 16.5859 3.27543C17.4255 2.83348 18.2346 2.52609 18.9511 2.42191ZM6.62787 15.4639C6.1528 15.4859 5.65409 15.5615 5.24213 15.7959C4.7913 16.0525 4.32507 16.5671 4.28021 17.8233C4.24348 18.8505 3.72543 19.4965 3.37201 19.917C3.23352 20.0818 3.14446 20.1846 3.08392 20.2686C3.22893 20.3166 3.4254 20.3654 3.66791 20.4034C4.30749 20.5035 5.15316 20.5162 5.97552 20.3623C6.80379 20.2073 7.5378 19.8966 8.03509 19.4102C8.45114 19.0031 8.74889 18.4279 8.75677 17.5733C8.71055 17.5392 8.6622 17.5055 8.61615 17.4698C8.41188 17.3111 8.17041 17.1075 7.91595 16.8721C7.49928 16.4867 7.02939 15.9976 6.62787 15.4639ZM2.99994 20.4141L2.99896 20.417L3.00092 20.4141L2.99994 20.4131V20.4141ZM9.20502 12.1836C8.54112 13.124 8.09522 13.8761 7.83783 14.5772C8.16493 15.0095 8.56203 15.427 8.93451 15.7715C9.15944 15.9796 9.3682 16.1548 9.53607 16.2852C9.55116 16.2969 9.56677 16.3076 9.58099 16.3184C10.2794 16.0154 11.0996 15.5309 11.9775 14.9053C10.8968 14.1731 9.95613 13.2501 9.20502 12.1836ZM19.914 4.00297C19.8517 3.94222 19.663 3.8342 19.1669 3.90629C18.6844 3.97644 18.0458 4.20221 17.2851 4.60257C15.7712 5.39946 13.9254 6.80679 12.1308 8.64554C11.3971 9.39734 10.7362 10.1597 10.1562 10.9024C10.9307 12.1389 11.9889 13.179 13.2402 13.9317C14.0169 13.2881 14.7606 12.6151 15.4619 11.8965C17.2563 10.058 18.618 8.17924 19.3779 6.64652C19.7597 5.8763 19.9708 5.23222 20.0292 4.74808C20.0893 4.25004 19.9762 4.06371 19.914 4.00297Z"/></svg>
React
import type { SVGProps } from "react";
export function SolarPaintBrushOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.9511 2.42191C19.6538 2.31978 20.416 2.39693 20.9619 2.92972C21.5077 3.46256 21.6035 4.22284 21.5185 4.92777C21.4317 5.64656 21.144 6.46255 20.7226 7.31254C19.8759 9.02052 18.4094 11.025 16.5361 12.9444C15.6693 13.8324 14.7492 14.6525 13.789 15.4239L13.7822 15.4287C12.5631 16.3861 11.3358 17.1791 10.2548 17.6602C10.2265 18.8539 9.79029 19.7922 9.0849 20.4825C8.30021 21.2502 7.24728 21.6505 6.25092 21.837C5.24861 22.0245 4.23097 22.0094 3.43549 21.8848C3.04 21.8229 2.67007 21.7291 2.37201 21.6026C2.22414 21.5398 2.06715 21.458 1.92963 21.3487C1.80141 21.2467 1.61811 21.0641 1.54681 20.7832C1.43175 20.3298 1.54206 19.9418 1.71185 19.6358C1.85938 19.37 2.08202 19.1196 2.22357 18.9512C2.54139 18.573 2.7636 18.2621 2.78119 17.7696C2.84173 16.0746 3.53095 15.0437 4.49994 14.4922C5.16102 14.116 5.89017 14.0025 6.46381 13.9688C6.89301 12.8515 7.6554 11.728 8.65033 10.3975C9.33953 9.47583 10.1494 8.52817 11.0576 7.59769C12.9309 5.67831 14.899 4.16341 16.5859 3.27543C17.4255 2.83348 18.2346 2.52609 18.9511 2.42191ZM6.62787 15.4639C6.1528 15.4859 5.65409 15.5615 5.24213 15.7959C4.7913 16.0525 4.32507 16.5671 4.28021 17.8233C4.24348 18.8505 3.72543 19.4965 3.37201 19.917C3.23352 20.0818 3.14446 20.1846 3.08392 20.2686C3.22893 20.3166 3.4254 20.3654 3.66791 20.4034C4.30749 20.5035 5.15316 20.5162 5.97552 20.3623C6.80379 20.2073 7.5378 19.8966 8.03509 19.4102C8.45114 19.0031 8.74889 18.4279 8.75677 17.5733C8.71055 17.5392 8.6622 17.5055 8.61615 17.4698C8.41188 17.3111 8.17041 17.1075 7.91595 16.8721C7.49928 16.4867 7.02939 15.9976 6.62787 15.4639ZM2.99994 20.4141L2.99896 20.417L3.00092 20.4141L2.99994 20.4131V20.4141ZM9.20502 12.1836C8.54112 13.124 8.09522 13.8761 7.83783 14.5772C8.16493 15.0095 8.56203 15.427 8.93451 15.7715C9.15944 15.9796 9.3682 16.1548 9.53607 16.2852C9.55116 16.2969 9.56677 16.3076 9.58099 16.3184C10.2794 16.0154 11.0996 15.5309 11.9775 14.9053C10.8968 14.1731 9.95613 13.2501 9.20502 12.1836ZM19.914 4.00297C19.8517 3.94222 19.663 3.8342 19.1669 3.90629C18.6844 3.97644 18.0458 4.20221 17.2851 4.60257C15.7712 5.39946 13.9254 6.80679 12.1308 8.64554C11.3971 9.39734 10.7362 10.1597 10.1562 10.9024C10.9307 12.1389 11.9889 13.179 13.2402 13.9317C14.0169 13.2881 14.7606 12.6151 15.4619 11.8965C17.2563 10.058 18.618 8.17924 19.3779 6.64652C19.7597 5.8763 19.9708 5.23222 20.0292 4.74808C20.0893 4.25004 19.9762 4.06371 19.914 4.00297Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.9511 2.42191C19.6538 2.31978 20.416 2.39693 20.9619 2.92972C21.5077 3.46256 21.6035 4.22284 21.5185 4.92777C21.4317 5.64656 21.144 6.46255 20.7226 7.31254C19.8759 9.02052 18.4094 11.025 16.5361 12.9444C15.6693 13.8324 14.7492 14.6525 13.789 15.4239L13.7822 15.4287C12.5631 16.3861 11.3358 17.1791 10.2548 17.6602C10.2265 18.8539 9.79029 19.7922 9.0849 20.4825C8.30021 21.2502 7.24728 21.6505 6.25092 21.837C5.24861 22.0245 4.23097 22.0094 3.43549 21.8848C3.04 21.8229 2.67007 21.7291 2.37201 21.6026C2.22414 21.5398 2.06715 21.458 1.92963 21.3487C1.80141 21.2467 1.61811 21.0641 1.54681 20.7832C1.43175 20.3298 1.54206 19.9418 1.71185 19.6358C1.85938 19.37 2.08202 19.1196 2.22357 18.9512C2.54139 18.573 2.7636 18.2621 2.78119 17.7696C2.84173 16.0746 3.53095 15.0437 4.49994 14.4922C5.16102 14.116 5.89017 14.0025 6.46381 13.9688C6.89301 12.8515 7.6554 11.728 8.65033 10.3975C9.33953 9.47583 10.1494 8.52817 11.0576 7.59769C12.9309 5.67831 14.899 4.16341 16.5859 3.27543C17.4255 2.83348 18.2346 2.52609 18.9511 2.42191ZM6.62787 15.4639C6.1528 15.4859 5.65409 15.5615 5.24213 15.7959C4.7913 16.0525 4.32507 16.5671 4.28021 17.8233C4.24348 18.8505 3.72543 19.4965 3.37201 19.917C3.23352 20.0818 3.14446 20.1846 3.08392 20.2686C3.22893 20.3166 3.4254 20.3654 3.66791 20.4034C4.30749 20.5035 5.15316 20.5162 5.97552 20.3623C6.80379 20.2073 7.5378 19.8966 8.03509 19.4102C8.45114 19.0031 8.74889 18.4279 8.75677 17.5733C8.71055 17.5392 8.6622 17.5055 8.61615 17.4698C8.41188 17.3111 8.17041 17.1075 7.91595 16.8721C7.49928 16.4867 7.02939 15.9976 6.62787 15.4639ZM2.99994 20.4141L2.99896 20.417L3.00092 20.4141L2.99994 20.4131V20.4141ZM9.20502 12.1836C8.54112 13.124 8.09522 13.8761 7.83783 14.5772C8.16493 15.0095 8.56203 15.427 8.93451 15.7715C9.15944 15.9796 9.3682 16.1548 9.53607 16.2852C9.55116 16.2969 9.56677 16.3076 9.58099 16.3184C10.2794 16.0154 11.0996 15.5309 11.9775 14.9053C10.8968 14.1731 9.95613 13.2501 9.20502 12.1836ZM19.914 4.00297C19.8517 3.94222 19.663 3.8342 19.1669 3.90629C18.6844 3.97644 18.0458 4.20221 17.2851 4.60257C15.7712 5.39946 13.9254 6.80679 12.1308 8.64554C11.3971 9.39734 10.7362 10.1597 10.1562 10.9024C10.9307 12.1389 11.9889 13.179 13.2402 13.9317C14.0169 13.2881 14.7606 12.6151 15.4619 11.8965C17.2563 10.058 18.618 8.17924 19.3779 6.64652C19.7597 5.8763 19.9708 5.23222 20.0292 4.74808C20.0893 4.25004 19.9762 4.06371 19.914 4.00297Z"/></svg> </template>
CSS
.icon-paint-brush-outline {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.9511%202.42191C19.6538%202.31978%2020.416%202.39693%2020.9619%202.92972C21.5077%203.46256%2021.6035%204.22284%2021.5185%204.92777C21.4317%205.64656%2021.144%206.46255%2020.7226%207.31254C19.8759%209.02052%2018.4094%2011.025%2016.5361%2012.9444C15.6693%2013.8324%2014.7492%2014.6525%2013.789%2015.4239L13.7822%2015.4287C12.5631%2016.3861%2011.3358%2017.1791%2010.2548%2017.6602C10.2265%2018.8539%209.79029%2019.7922%209.0849%2020.4825C8.30021%2021.2502%207.24728%2021.6505%206.25092%2021.837C5.24861%2022.0245%204.23097%2022.0094%203.43549%2021.8848C3.04%2021.8229%202.67007%2021.7291%202.37201%2021.6026C2.22414%2021.5398%202.06715%2021.458%201.92963%2021.3487C1.80141%2021.2467%201.61811%2021.0641%201.54681%2020.7832C1.43175%2020.3298%201.54206%2019.9418%201.71185%2019.6358C1.85938%2019.37%202.08202%2019.1196%202.22357%2018.9512C2.54139%2018.573%202.7636%2018.2621%202.78119%2017.7696C2.84173%2016.0746%203.53095%2015.0437%204.49994%2014.4922C5.16102%2014.116%205.89017%2014.0025%206.46381%2013.9688C6.89301%2012.8515%207.6554%2011.728%208.65033%2010.3975C9.33953%209.47583%2010.1494%208.52817%2011.0576%207.59769C12.9309%205.67831%2014.899%204.16341%2016.5859%203.27543C17.4255%202.83348%2018.2346%202.52609%2018.9511%202.42191ZM6.62787%2015.4639C6.1528%2015.4859%205.65409%2015.5615%205.24213%2015.7959C4.7913%2016.0525%204.32507%2016.5671%204.28021%2017.8233C4.24348%2018.8505%203.72543%2019.4965%203.37201%2019.917C3.23352%2020.0818%203.14446%2020.1846%203.08392%2020.2686C3.22893%2020.3166%203.4254%2020.3654%203.66791%2020.4034C4.30749%2020.5035%205.15316%2020.5162%205.97552%2020.3623C6.80379%2020.2073%207.5378%2019.8966%208.03509%2019.4102C8.45114%2019.0031%208.74889%2018.4279%208.75677%2017.5733C8.71055%2017.5392%208.6622%2017.5055%208.61615%2017.4698C8.41188%2017.3111%208.17041%2017.1075%207.91595%2016.8721C7.49928%2016.4867%207.02939%2015.9976%206.62787%2015.4639ZM2.99994%2020.4141L2.99896%2020.417L3.00092%2020.4141L2.99994%2020.4131V20.4141ZM9.20502%2012.1836C8.54112%2013.124%208.09522%2013.8761%207.83783%2014.5772C8.16493%2015.0095%208.56203%2015.427%208.93451%2015.7715C9.15944%2015.9796%209.3682%2016.1548%209.53607%2016.2852C9.55116%2016.2969%209.56677%2016.3076%209.58099%2016.3184C10.2794%2016.0154%2011.0996%2015.5309%2011.9775%2014.9053C10.8968%2014.1731%209.95613%2013.2501%209.20502%2012.1836ZM19.914%204.00297C19.8517%203.94222%2019.663%203.8342%2019.1669%203.90629C18.6844%203.97644%2018.0458%204.20221%2017.2851%204.60257C15.7712%205.39946%2013.9254%206.80679%2012.1308%208.64554C11.3971%209.39734%2010.7362%2010.1597%2010.1562%2010.9024C10.9307%2012.1389%2011.9889%2013.179%2013.2402%2013.9317C14.0169%2013.2881%2014.7606%2012.6151%2015.4619%2011.8965C17.2563%2010.058%2018.618%208.17924%2019.3779%206.64652C19.7597%205.8763%2019.9708%205.23222%2020.0292%204.74808C20.0893%204.25004%2019.9762%204.06371%2019.914%204.00297Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.9511%202.42191C19.6538%202.31978%2020.416%202.39693%2020.9619%202.92972C21.5077%203.46256%2021.6035%204.22284%2021.5185%204.92777C21.4317%205.64656%2021.144%206.46255%2020.7226%207.31254C19.8759%209.02052%2018.4094%2011.025%2016.5361%2012.9444C15.6693%2013.8324%2014.7492%2014.6525%2013.789%2015.4239L13.7822%2015.4287C12.5631%2016.3861%2011.3358%2017.1791%2010.2548%2017.6602C10.2265%2018.8539%209.79029%2019.7922%209.0849%2020.4825C8.30021%2021.2502%207.24728%2021.6505%206.25092%2021.837C5.24861%2022.0245%204.23097%2022.0094%203.43549%2021.8848C3.04%2021.8229%202.67007%2021.7291%202.37201%2021.6026C2.22414%2021.5398%202.06715%2021.458%201.92963%2021.3487C1.80141%2021.2467%201.61811%2021.0641%201.54681%2020.7832C1.43175%2020.3298%201.54206%2019.9418%201.71185%2019.6358C1.85938%2019.37%202.08202%2019.1196%202.22357%2018.9512C2.54139%2018.573%202.7636%2018.2621%202.78119%2017.7696C2.84173%2016.0746%203.53095%2015.0437%204.49994%2014.4922C5.16102%2014.116%205.89017%2014.0025%206.46381%2013.9688C6.89301%2012.8515%207.6554%2011.728%208.65033%2010.3975C9.33953%209.47583%2010.1494%208.52817%2011.0576%207.59769C12.9309%205.67831%2014.899%204.16341%2016.5859%203.27543C17.4255%202.83348%2018.2346%202.52609%2018.9511%202.42191ZM6.62787%2015.4639C6.1528%2015.4859%205.65409%2015.5615%205.24213%2015.7959C4.7913%2016.0525%204.32507%2016.5671%204.28021%2017.8233C4.24348%2018.8505%203.72543%2019.4965%203.37201%2019.917C3.23352%2020.0818%203.14446%2020.1846%203.08392%2020.2686C3.22893%2020.3166%203.4254%2020.3654%203.66791%2020.4034C4.30749%2020.5035%205.15316%2020.5162%205.97552%2020.3623C6.80379%2020.2073%207.5378%2019.8966%208.03509%2019.4102C8.45114%2019.0031%208.74889%2018.4279%208.75677%2017.5733C8.71055%2017.5392%208.6622%2017.5055%208.61615%2017.4698C8.41188%2017.3111%208.17041%2017.1075%207.91595%2016.8721C7.49928%2016.4867%207.02939%2015.9976%206.62787%2015.4639ZM2.99994%2020.4141L2.99896%2020.417L3.00092%2020.4141L2.99994%2020.4131V20.4141ZM9.20502%2012.1836C8.54112%2013.124%208.09522%2013.8761%207.83783%2014.5772C8.16493%2015.0095%208.56203%2015.427%208.93451%2015.7715C9.15944%2015.9796%209.3682%2016.1548%209.53607%2016.2852C9.55116%2016.2969%209.56677%2016.3076%209.58099%2016.3184C10.2794%2016.0154%2011.0996%2015.5309%2011.9775%2014.9053C10.8968%2014.1731%209.95613%2013.2501%209.20502%2012.1836ZM19.914%204.00297C19.8517%203.94222%2019.663%203.8342%2019.1669%203.90629C18.6844%203.97644%2018.0458%204.20221%2017.2851%204.60257C15.7712%205.39946%2013.9254%206.80679%2012.1308%208.64554C11.3971%209.39734%2010.7362%2010.1597%2010.1562%2010.9024C10.9307%2012.1389%2011.9889%2013.179%2013.2402%2013.9317C14.0169%2013.2881%2014.7606%2012.6151%2015.4619%2011.8965C17.2563%2010.058%2018.618%208.17924%2019.3779%206.64652C19.7597%205.8763%2019.9708%205.23222%2020.0292%204.74808C20.0893%204.25004%2019.9762%204.06371%2019.914%204.00297Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/paint-brush-outline.svg?color=%231a73e8&size=48