paintbrush emoji
paintbrush from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- paintbrush
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
paintbrushEmoji One (Colored)paintbrushFramework7 IconspaintbrushFont Awesome 6 SolidpaintbrushFont Awesome SolidpaintbrushFluent EmojipaintbrushFluent Emoji FlatpaintbrushFluent Emoji High ContrastpaintbrushHuge IconspaintbrushIonIconspaintbrushLucidepaintbrushNoto Emojipaintbrush-16Octiconspaintbrush-outlineTeenyiconspaintbrushTwitter Emoji
More objects icons from OpenMoji
Use the paintbrush emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" stroke="#a57939" stroke-miterlimit="10" stroke-width="2.086" d="M27.421 52.141c-1.13 3.055-2.67 4.594-5.685 6.196s-11.225-.09-9.504-1.81c2.308-2.308 3.66-3.16 3.203-6.03c-.583-3.661 4.208-6.134 4.208-6.134s2.094-1.142 4.193-.854c2.282.312 4.95 4.95 4.95 4.95z"/><path fill="#92d3f5" d="M45.857 36.851c-7.05 6.516-12.477 10.431-15.87 12.607l-7.64-7.675c2.18-3.395 6.092-8.814 12.593-15.848c4.77-5.16 9.764-9.914 13.802-12.448c2.944-1.848 6.597-1.572 8.866.697c2.269 2.268 2.545 5.922.697 8.866c-2.535 4.037-7.289 9.032-12.449 13.801"/><path fill="#61b2e4" d="m26.811 35.509l9.235 9.236l-5.834 4.155l-7.274-7.335z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M45.857 36.851c-7.05 6.516-12.477 10.431-15.87 12.607l-7.64-7.675c2.18-3.395 6.092-8.814 12.593-15.848c4.77-5.16 9.764-9.914 13.802-12.448c2.944-1.848 6.597-1.572 8.866.697h0c2.269 2.268 2.545 5.922.697 8.866c-2.535 4.037-7.289 9.032-12.449 13.801m-26.213 7.512s-4.79 2.473-4.209 6.133c.458 2.871-.894 3.723-3.202 6.031c-1.72 1.72 6.489 3.411 9.504 1.81s4.555-3.14 5.685-6.196m.009-16.884l9.139 9.139"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPaintbrush(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" stroke="#a57939" strokeMiterlimit="10" strokeWidth="2.086" d="M27.421 52.141c-1.13 3.055-2.67 4.594-5.685 6.196s-11.225-.09-9.504-1.81c2.308-2.308 3.66-3.16 3.203-6.03c-.583-3.661 4.208-6.134 4.208-6.134s2.094-1.142 4.193-.854c2.282.312 4.95 4.95 4.95 4.95z"/><path fill="#92d3f5" d="M45.857 36.851c-7.05 6.516-12.477 10.431-15.87 12.607l-7.64-7.675c2.18-3.395 6.092-8.814 12.593-15.848c4.77-5.16 9.764-9.914 13.802-12.448c2.944-1.848 6.597-1.572 8.866.697c2.269 2.268 2.545 5.922.697 8.866c-2.535 4.037-7.289 9.032-12.449 13.801"/><path fill="#61b2e4" d="m26.811 35.509l9.235 9.236l-5.834 4.155l-7.274-7.335z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M45.857 36.851c-7.05 6.516-12.477 10.431-15.87 12.607l-7.64-7.675c2.18-3.395 6.092-8.814 12.593-15.848c4.77-5.16 9.764-9.914 13.802-12.448c2.944-1.848 6.597-1.572 8.866.697h0c2.269 2.268 2.545 5.922.697 8.866c-2.535 4.037-7.289 9.032-12.449 13.801m-26.213 7.512s-4.79 2.473-4.209 6.133c.458 2.871-.894 3.723-3.202 6.031c-1.72 1.72 6.489 3.411 9.504 1.81s4.555-3.14 5.685-6.196m.009-16.884l9.139 9.139"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" stroke="#a57939" stroke-miterlimit="10" stroke-width="2.086" d="M27.421 52.141c-1.13 3.055-2.67 4.594-5.685 6.196s-11.225-.09-9.504-1.81c2.308-2.308 3.66-3.16 3.203-6.03c-.583-3.661 4.208-6.134 4.208-6.134s2.094-1.142 4.193-.854c2.282.312 4.95 4.95 4.95 4.95z"/><path fill="#92d3f5" d="M45.857 36.851c-7.05 6.516-12.477 10.431-15.87 12.607l-7.64-7.675c2.18-3.395 6.092-8.814 12.593-15.848c4.77-5.16 9.764-9.914 13.802-12.448c2.944-1.848 6.597-1.572 8.866.697c2.269 2.268 2.545 5.922.697 8.866c-2.535 4.037-7.289 9.032-12.449 13.801"/><path fill="#61b2e4" d="m26.811 35.509l9.235 9.236l-5.834 4.155l-7.274-7.335z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M45.857 36.851c-7.05 6.516-12.477 10.431-15.87 12.607l-7.64-7.675c2.18-3.395 6.092-8.814 12.593-15.848c4.77-5.16 9.764-9.914 13.802-12.448c2.944-1.848 6.597-1.572 8.866.697h0c2.269 2.268 2.545 5.922.697 8.866c-2.535 4.037-7.289 9.032-12.449 13.801m-26.213 7.512s-4.79 2.473-4.209 6.133c.458 2.871-.894 3.723-3.202 6.031c-1.72 1.72 6.489 3.411 9.504 1.81s4.555-3.14 5.685-6.196m.009-16.884l9.139 9.139"/></svg> </template>
CSS
.icon-paintbrush {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23a57939%22%20stroke%3D%22%23a57939%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.086%22%20d%3D%22M27.421%2052.141c-1.13%203.055-2.67%204.594-5.685%206.196s-11.225-.09-9.504-1.81c2.308-2.308%203.66-3.16%203.203-6.03c-.583-3.661%204.208-6.134%204.208-6.134s2.094-1.142%204.193-.854c2.282.312%204.95%204.95%204.95%204.95z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M45.857%2036.851c-7.05%206.516-12.477%2010.431-15.87%2012.607l-7.64-7.675c2.18-3.395%206.092-8.814%2012.593-15.848c4.77-5.16%209.764-9.914%2013.802-12.448c2.944-1.848%206.597-1.572%208.866.697c2.269%202.268%202.545%205.922.697%208.866c-2.535%204.037-7.289%209.032-12.449%2013.801%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22m26.811%2035.509l9.235%209.236l-5.834%204.155l-7.274-7.335z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M45.857%2036.851c-7.05%206.516-12.477%2010.431-15.87%2012.607l-7.64-7.675c2.18-3.395%206.092-8.814%2012.593-15.848c4.77-5.16%209.764-9.914%2013.802-12.448c2.944-1.848%206.597-1.572%208.866.697h0c2.269%202.268%202.545%205.922.697%208.866c-2.535%204.037-7.289%209.032-12.449%2013.801m-26.213%207.512s-4.79%202.473-4.209%206.133c.458%202.871-.894%203.723-3.202%206.031c-1.72%201.72%206.489%203.411%209.504%201.81s4.555-3.14%205.685-6.196m.009-16.884l9.139%209.139%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23a57939%22%20stroke%3D%22%23a57939%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.086%22%20d%3D%22M27.421%2052.141c-1.13%203.055-2.67%204.594-5.685%206.196s-11.225-.09-9.504-1.81c2.308-2.308%203.66-3.16%203.203-6.03c-.583-3.661%204.208-6.134%204.208-6.134s2.094-1.142%204.193-.854c2.282.312%204.95%204.95%204.95%204.95z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M45.857%2036.851c-7.05%206.516-12.477%2010.431-15.87%2012.607l-7.64-7.675c2.18-3.395%206.092-8.814%2012.593-15.848c4.77-5.16%209.764-9.914%2013.802-12.448c2.944-1.848%206.597-1.572%208.866.697c2.269%202.268%202.545%205.922.697%208.866c-2.535%204.037-7.289%209.032-12.449%2013.801%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22m26.811%2035.509l9.235%209.236l-5.834%204.155l-7.274-7.335z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M45.857%2036.851c-7.05%206.516-12.477%2010.431-15.87%2012.607l-7.64-7.675c2.18-3.395%206.092-8.814%2012.593-15.848c4.77-5.16%209.764-9.914%2013.802-12.448c2.944-1.848%206.597-1.572%208.866.697h0c2.269%202.268%202.545%205.922.697%208.866c-2.535%204.037-7.289%209.032-12.449%2013.801m-26.213%207.512s-4.79%202.473-4.209%206.133c.458%202.871-.894%203.723-3.202%206.031c-1.72%201.72%206.489%203.411%209.504%201.81s4.555-3.14%205.685-6.196m.009-16.884l9.139%209.139%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/paintbrush.svg?color=%231a73e8&size=48