toothbrush emoji
toothbrush from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- toothbrush
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the toothbrush emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m9.303 1.958l-2.53 2.526a3.08 3.08 0 0 0-3.863.444a3.137 3.137 0 0 0 .004 4.423l6.054 6.114l.287.3l13.9 14.047a3.98 3.98 0 0 0 5.674-.001c1.56-1.576 1.564-4.131-.002-5.701l-.002-.002l-7.393-7.487a13.3 13.3 0 0 0-4.194-2.853a11.3 11.3 0 0 1-2.484-1.467l2.448-2.448l.004-.004a1.546 1.546 0 0 0-.99-2.627a1.53 1.53 0 0 0-1.43-1.431a1.55 1.55 0 0 0-1.42-1.429a1.52 1.52 0 0 0-.455-.978a1.53 1.53 0 0 0-.975-.442a1.52 1.52 0 0 0-.455-.986a1.526 1.526 0 0 0-2.178.002m1.467.701l.01.01a.54.54 0 0 1 .086.656l-.021.042l-2.576 2.517l-.737-.745l2.48-2.475l.004-.005a.526.526 0 0 1 .755 0m.9 1.3a.55.55 0 0 1 .536.135l.005.004a.524.524 0 0 1 .083.649L9.676 7.305l-.703-.71zm1.402 1.425a.547.547 0 0 1 .702.652l-2.721 2.66l-.673-.68zM14.32 6.9l.078-.036a.55.55 0 0 1 .666.08a.55.55 0 0 1 .138.525l-2.726 2.664l-.72-.727zm1.442 1.42l.063-.03a.55.55 0 0 1 .66.084l.004.004c.21.205.218.55.003.77L13.99 11.65q-.159-.148-.312-.303l-.498-.503zM5.899 6.333l6.358 6.421a13.3 13.3 0 0 0 4.193 2.852a11.3 11.3 0 0 1 3.56 2.422l7.396 7.489l.004.004c.785.786.79 2.084-.003 2.884l-.003.003a1.98 1.98 0 0 1-2.828-.003L10.688 14.37l-.287-.3l-6.067-6.128l-.005-.005a1.137 1.137 0 0 1 .005-1.604l.004-.004a1.087 1.087 0 0 1 1.56.004"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastToothbrush(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m9.303 1.958l-2.53 2.526a3.08 3.08 0 0 0-3.863.444a3.137 3.137 0 0 0 .004 4.423l6.054 6.114l.287.3l13.9 14.047a3.98 3.98 0 0 0 5.674-.001c1.56-1.576 1.564-4.131-.002-5.701l-.002-.002l-7.393-7.487a13.3 13.3 0 0 0-4.194-2.853a11.3 11.3 0 0 1-2.484-1.467l2.448-2.448l.004-.004a1.546 1.546 0 0 0-.99-2.627a1.53 1.53 0 0 0-1.43-1.431a1.55 1.55 0 0 0-1.42-1.429a1.52 1.52 0 0 0-.455-.978a1.53 1.53 0 0 0-.975-.442a1.52 1.52 0 0 0-.455-.986a1.526 1.526 0 0 0-2.178.002m1.467.701l.01.01a.54.54 0 0 1 .086.656l-.021.042l-2.576 2.517l-.737-.745l2.48-2.475l.004-.005a.526.526 0 0 1 .755 0m.9 1.3a.55.55 0 0 1 .536.135l.005.004a.524.524 0 0 1 .083.649L9.676 7.305l-.703-.71zm1.402 1.425a.547.547 0 0 1 .702.652l-2.721 2.66l-.673-.68zM14.32 6.9l.078-.036a.55.55 0 0 1 .666.08a.55.55 0 0 1 .138.525l-2.726 2.664l-.72-.727zm1.442 1.42l.063-.03a.55.55 0 0 1 .66.084l.004.004c.21.205.218.55.003.77L13.99 11.65q-.159-.148-.312-.303l-.498-.503zM5.899 6.333l6.358 6.421a13.3 13.3 0 0 0 4.193 2.852a11.3 11.3 0 0 1 3.56 2.422l7.396 7.489l.004.004c.785.786.79 2.084-.003 2.884l-.003.003a1.98 1.98 0 0 1-2.828-.003L10.688 14.37l-.287-.3l-6.067-6.128l-.005-.005a1.137 1.137 0 0 1 .005-1.604l.004-.004a1.087 1.087 0 0 1 1.56.004"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m9.303 1.958l-2.53 2.526a3.08 3.08 0 0 0-3.863.444a3.137 3.137 0 0 0 .004 4.423l6.054 6.114l.287.3l13.9 14.047a3.98 3.98 0 0 0 5.674-.001c1.56-1.576 1.564-4.131-.002-5.701l-.002-.002l-7.393-7.487a13.3 13.3 0 0 0-4.194-2.853a11.3 11.3 0 0 1-2.484-1.467l2.448-2.448l.004-.004a1.546 1.546 0 0 0-.99-2.627a1.53 1.53 0 0 0-1.43-1.431a1.55 1.55 0 0 0-1.42-1.429a1.52 1.52 0 0 0-.455-.978a1.53 1.53 0 0 0-.975-.442a1.52 1.52 0 0 0-.455-.986a1.526 1.526 0 0 0-2.178.002m1.467.701l.01.01a.54.54 0 0 1 .086.656l-.021.042l-2.576 2.517l-.737-.745l2.48-2.475l.004-.005a.526.526 0 0 1 .755 0m.9 1.3a.55.55 0 0 1 .536.135l.005.004a.524.524 0 0 1 .083.649L9.676 7.305l-.703-.71zm1.402 1.425a.547.547 0 0 1 .702.652l-2.721 2.66l-.673-.68zM14.32 6.9l.078-.036a.55.55 0 0 1 .666.08a.55.55 0 0 1 .138.525l-2.726 2.664l-.72-.727zm1.442 1.42l.063-.03a.55.55 0 0 1 .66.084l.004.004c.21.205.218.55.003.77L13.99 11.65q-.159-.148-.312-.303l-.498-.503zM5.899 6.333l6.358 6.421a13.3 13.3 0 0 0 4.193 2.852a11.3 11.3 0 0 1 3.56 2.422l7.396 7.489l.004.004c.785.786.79 2.084-.003 2.884l-.003.003a1.98 1.98 0 0 1-2.828-.003L10.688 14.37l-.287-.3l-6.067-6.128l-.005-.005a1.137 1.137 0 0 1 .005-1.604l.004-.004a1.087 1.087 0 0 1 1.56.004"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.303%201.958l-2.53%202.526a3.08%203.08%200%200%200-3.863.444a3.137%203.137%200%200%200%20.004%204.423l6.054%206.114l.287.3l13.9%2014.047a3.98%203.98%200%200%200%205.674-.001c1.56-1.576%201.564-4.131-.002-5.701l-.002-.002l-7.393-7.487a13.3%2013.3%200%200%200-4.194-2.853a11.3%2011.3%200%200%201-2.484-1.467l2.448-2.448l.004-.004a1.546%201.546%200%200%200-.99-2.627a1.53%201.53%200%200%200-1.43-1.431a1.55%201.55%200%200%200-1.42-1.429a1.52%201.52%200%200%200-.455-.978a1.53%201.53%200%200%200-.975-.442a1.52%201.52%200%200%200-.455-.986a1.526%201.526%200%200%200-2.178.002m1.467.701l.01.01a.54.54%200%200%201%20.086.656l-.021.042l-2.576%202.517l-.737-.745l2.48-2.475l.004-.005a.526.526%200%200%201%20.755%200m.9%201.3a.55.55%200%200%201%20.536.135l.005.004a.524.524%200%200%201%20.083.649L9.676%207.305l-.703-.71zm1.402%201.425a.547.547%200%200%201%20.702.652l-2.721%202.66l-.673-.68zM14.32%206.9l.078-.036a.55.55%200%200%201%20.666.08a.55.55%200%200%201%20.138.525l-2.726%202.664l-.72-.727zm1.442%201.42l.063-.03a.55.55%200%200%201%20.66.084l.004.004c.21.205.218.55.003.77L13.99%2011.65q-.159-.148-.312-.303l-.498-.503zM5.899%206.333l6.358%206.421a13.3%2013.3%200%200%200%204.193%202.852a11.3%2011.3%200%200%201%203.56%202.422l7.396%207.489l.004.004c.785.786.79%202.084-.003%202.884l-.003.003a1.98%201.98%200%200%201-2.828-.003L10.688%2014.37l-.287-.3l-6.067-6.128l-.005-.005a1.137%201.137%200%200%201%20.005-1.604l.004-.004a1.087%201.087%200%200%201%201.56.004%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.303%201.958l-2.53%202.526a3.08%203.08%200%200%200-3.863.444a3.137%203.137%200%200%200%20.004%204.423l6.054%206.114l.287.3l13.9%2014.047a3.98%203.98%200%200%200%205.674-.001c1.56-1.576%201.564-4.131-.002-5.701l-.002-.002l-7.393-7.487a13.3%2013.3%200%200%200-4.194-2.853a11.3%2011.3%200%200%201-2.484-1.467l2.448-2.448l.004-.004a1.546%201.546%200%200%200-.99-2.627a1.53%201.53%200%200%200-1.43-1.431a1.55%201.55%200%200%200-1.42-1.429a1.52%201.52%200%200%200-.455-.978a1.53%201.53%200%200%200-.975-.442a1.52%201.52%200%200%200-.455-.986a1.526%201.526%200%200%200-2.178.002m1.467.701l.01.01a.54.54%200%200%201%20.086.656l-.021.042l-2.576%202.517l-.737-.745l2.48-2.475l.004-.005a.526.526%200%200%201%20.755%200m.9%201.3a.55.55%200%200%201%20.536.135l.005.004a.524.524%200%200%201%20.083.649L9.676%207.305l-.703-.71zm1.402%201.425a.547.547%200%200%201%20.702.652l-2.721%202.66l-.673-.68zM14.32%206.9l.078-.036a.55.55%200%200%201%20.666.08a.55.55%200%200%201%20.138.525l-2.726%202.664l-.72-.727zm1.442%201.42l.063-.03a.55.55%200%200%201%20.66.084l.004.004c.21.205.218.55.003.77L13.99%2011.65q-.159-.148-.312-.303l-.498-.503zM5.899%206.333l6.358%206.421a13.3%2013.3%200%200%200%204.193%202.852a11.3%2011.3%200%200%201%203.56%202.422l7.396%207.489l.004.004c.785.786.79%202.084-.003%202.884l-.003.003a1.98%201.98%200%200%201-2.828-.003L10.688%2014.37l-.287-.3l-6.067-6.128l-.005-.005a1.137%201.137%200%200%201%20.005-1.604l.004-.004a1.087%201.087%200%200%201%201.56.004%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/toothbrush.svg?color=%231a73e8&size=48