toothbrush emoji

toothbrush from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
toothbrush
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the toothbrush emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M17.706 53.518a2.64 2.64 0 0 1-1.875-.775l-.043-.042a2.666 2.666 0 0 1-.012-3.768L33.41 32.358l8.33-5.008l10.038-10.062a2.693 2.693 0 0 1 3.813 3.803L44.794 31.878l-8.184 5.14l-17.05 15.746a2.6 2.6 0 0 1-1.85.753Z"/><path fill="#fff" d="M42.7 28.617a1 1 0 0 1-.703-.29L37.02 23.35a1 1 0 0 1-.18-.241a2.9 2.9 0 0 1-.12-2.672a2.4 2.4 0 0 1 2.25-1.04a1.2 1.2 0 0 0 .878-.237a.82.82 0 0 0 .087-.587a2.96 2.96 0 0 1 .586-2.381a2.85 2.85 0 0 1 2.424-.849c.786.036 1.018-.34 1.082-.694a2.83 2.83 0 0 1 .902-2.303a2.41 2.41 0 0 1 2.427-.186a1 1 0 0 1 .359.227l4.976 4.978a1 1 0 0 1 .014 1.408l-9.288 9.541a1 1 0 0 1-.707.303Z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m22.273 48.897l-3.392 3.133a1.66 1.66 0 0 1-2.347.003l-.046-.046a1.66 1.66 0 0 1-.003-2.348l17.44-16.423l8.435-5.072l10.125-10.15a1.66 1.66 0 0 1 2.347-.003l.047.047a1.66 1.66 0 0 1 .003 2.347L44.262 31.03L36 36.22L25.205 46.256m17.788-24.852l1.078 1.077m1.56-3.714l1.077 1.077m-5.789 5.99l-3.188-3.188s-1.192-2.241 1.246-2.241s1.942-2.047 1.942-2.047a1.666 1.666 0 0 1 1.976-2.01a1.876 1.876 0 0 0 2.144-1.65s-.217-2.398 1.98-1.593l3.188 3.187"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiToothbrush(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M17.706 53.518a2.64 2.64 0 0 1-1.875-.775l-.043-.042a2.666 2.666 0 0 1-.012-3.768L33.41 32.358l8.33-5.008l10.038-10.062a2.693 2.693 0 0 1 3.813 3.803L44.794 31.878l-8.184 5.14l-17.05 15.746a2.6 2.6 0 0 1-1.85.753Z"/><path fill="#fff" d="M42.7 28.617a1 1 0 0 1-.703-.29L37.02 23.35a1 1 0 0 1-.18-.241a2.9 2.9 0 0 1-.12-2.672a2.4 2.4 0 0 1 2.25-1.04a1.2 1.2 0 0 0 .878-.237a.82.82 0 0 0 .087-.587a2.96 2.96 0 0 1 .586-2.381a2.85 2.85 0 0 1 2.424-.849c.786.036 1.018-.34 1.082-.694a2.83 2.83 0 0 1 .902-2.303a2.41 2.41 0 0 1 2.427-.186a1 1 0 0 1 .359.227l4.976 4.978a1 1 0 0 1 .014 1.408l-9.288 9.541a1 1 0 0 1-.707.303Z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2" d="m22.273 48.897l-3.392 3.133a1.66 1.66 0 0 1-2.347.003l-.046-.046a1.66 1.66 0 0 1-.003-2.348l17.44-16.423l8.435-5.072l10.125-10.15a1.66 1.66 0 0 1 2.347-.003l.047.047a1.66 1.66 0 0 1 .003 2.347L44.262 31.03L36 36.22L25.205 46.256m17.788-24.852l1.078 1.077m1.56-3.714l1.077 1.077m-5.789 5.99l-3.188-3.188s-1.192-2.241 1.246-2.241s1.942-2.047 1.942-2.047a1.666 1.666 0 0 1 1.976-2.01a1.876 1.876 0 0 0 2.144-1.65s-.217-2.398 1.98-1.593l3.188 3.187"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M17.706 53.518a2.64 2.64 0 0 1-1.875-.775l-.043-.042a2.666 2.666 0 0 1-.012-3.768L33.41 32.358l8.33-5.008l10.038-10.062a2.693 2.693 0 0 1 3.813 3.803L44.794 31.878l-8.184 5.14l-17.05 15.746a2.6 2.6 0 0 1-1.85.753Z"/><path fill="#fff" d="M42.7 28.617a1 1 0 0 1-.703-.29L37.02 23.35a1 1 0 0 1-.18-.241a2.9 2.9 0 0 1-.12-2.672a2.4 2.4 0 0 1 2.25-1.04a1.2 1.2 0 0 0 .878-.237a.82.82 0 0 0 .087-.587a2.96 2.96 0 0 1 .586-2.381a2.85 2.85 0 0 1 2.424-.849c.786.036 1.018-.34 1.082-.694a2.83 2.83 0 0 1 .902-2.303a2.41 2.41 0 0 1 2.427-.186a1 1 0 0 1 .359.227l4.976 4.978a1 1 0 0 1 .014 1.408l-9.288 9.541a1 1 0 0 1-.707.303Z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m22.273 48.897l-3.392 3.133a1.66 1.66 0 0 1-2.347.003l-.046-.046a1.66 1.66 0 0 1-.003-2.348l17.44-16.423l8.435-5.072l10.125-10.15a1.66 1.66 0 0 1 2.347-.003l.047.047a1.66 1.66 0 0 1 .003 2.347L44.262 31.03L36 36.22L25.205 46.256m17.788-24.852l1.078 1.077m1.56-3.714l1.077 1.077m-5.789 5.99l-3.188-3.188s-1.192-2.241 1.246-2.241s1.942-2.047 1.942-2.047a1.666 1.666 0 0 1 1.976-2.01a1.876 1.876 0 0 0 2.144-1.65s-.217-2.398 1.98-1.593l3.188 3.187"/></svg>
</template>

CSS

.icon-toothbrush {
  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%2392d3f5%22%20d%3D%22M17.706%2053.518a2.64%202.64%200%200%201-1.875-.775l-.043-.042a2.666%202.666%200%200%201-.012-3.768L33.41%2032.358l8.33-5.008l10.038-10.062a2.693%202.693%200%200%201%203.813%203.803L44.794%2031.878l-8.184%205.14l-17.05%2015.746a2.6%202.6%200%200%201-1.85.753Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M42.7%2028.617a1%201%200%200%201-.703-.29L37.02%2023.35a1%201%200%200%201-.18-.241a2.9%202.9%200%200%201-.12-2.672a2.4%202.4%200%200%201%202.25-1.04a1.2%201.2%200%200%200%20.878-.237a.82.82%200%200%200%20.087-.587a2.96%202.96%200%200%201%20.586-2.381a2.85%202.85%200%200%201%202.424-.849c.786.036%201.018-.34%201.082-.694a2.83%202.83%200%200%201%20.902-2.303a2.41%202.41%200%200%201%202.427-.186a1%201%200%200%201%20.359.227l4.976%204.978a1%201%200%200%201%20.014%201.408l-9.288%209.541a1%201%200%200%201-.707.303Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m22.273%2048.897l-3.392%203.133a1.66%201.66%200%200%201-2.347.003l-.046-.046a1.66%201.66%200%200%201-.003-2.348l17.44-16.423l8.435-5.072l10.125-10.15a1.66%201.66%200%200%201%202.347-.003l.047.047a1.66%201.66%200%200%201%20.003%202.347L44.262%2031.03L36%2036.22L25.205%2046.256m17.788-24.852l1.078%201.077m1.56-3.714l1.077%201.077m-5.789%205.99l-3.188-3.188s-1.192-2.241%201.246-2.241s1.942-2.047%201.942-2.047a1.666%201.666%200%200%201%201.976-2.01a1.876%201.876%200%200%200%202.144-1.65s-.217-2.398%201.98-1.593l3.188%203.187%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%2392d3f5%22%20d%3D%22M17.706%2053.518a2.64%202.64%200%200%201-1.875-.775l-.043-.042a2.666%202.666%200%200%201-.012-3.768L33.41%2032.358l8.33-5.008l10.038-10.062a2.693%202.693%200%200%201%203.813%203.803L44.794%2031.878l-8.184%205.14l-17.05%2015.746a2.6%202.6%200%200%201-1.85.753Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M42.7%2028.617a1%201%200%200%201-.703-.29L37.02%2023.35a1%201%200%200%201-.18-.241a2.9%202.9%200%200%201-.12-2.672a2.4%202.4%200%200%201%202.25-1.04a1.2%201.2%200%200%200%20.878-.237a.82.82%200%200%200%20.087-.587a2.96%202.96%200%200%201%20.586-2.381a2.85%202.85%200%200%201%202.424-.849c.786.036%201.018-.34%201.082-.694a2.83%202.83%200%200%201%20.902-2.303a2.41%202.41%200%200%201%202.427-.186a1%201%200%200%201%20.359.227l4.976%204.978a1%201%200%200%201%20.014%201.408l-9.288%209.541a1%201%200%200%201-.707.303Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m22.273%2048.897l-3.392%203.133a1.66%201.66%200%200%201-2.347.003l-.046-.046a1.66%201.66%200%200%201-.003-2.348l17.44-16.423l8.435-5.072l10.125-10.15a1.66%201.66%200%200%201%202.347-.003l.047.047a1.66%201.66%200%200%201%20.003%202.347L44.262%2031.03L36%2036.22L25.205%2046.256m17.788-24.852l1.078%201.077m1.56-3.714l1.077%201.077m-5.789%205.99l-3.188-3.188s-1.192-2.241%201.246-2.241s1.942-2.047%201.942-2.047a1.666%201.666%200%200%201%201.976-2.01a1.876%201.876%200%200%200%202.144-1.65s-.217-2.398%201.98-1.593l3.188%203.187%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/toothbrush.svg?color=%231a73e8&size=48