toothbrush from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
toothbrush
Set
Fluent Emoji Flat
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji Flat

Use the toothbrush emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#83cbff" d="M11.08 3.74a1.056 1.056 0 0 1 1.48 0a1.024 1.024 0 0 1 0 1.47L9.35 8.437l-1.107-.553l-.373-.927zm2.858 2.85a1.056 1.056 0 0 1 1.48 0a1.056 1.056 0 0 1 0 1.48L12.2 11.287l-1.23-.301l-.25-1.178z"/><path fill="#aeddff" d="M11.128 2.31a1.026 1.026 0 0 0-1.47 0L6.44 5.523l.468.989L7.92 7l3.219-3.213a1.043 1.043 0 0 0-.01-1.477m2.851 2.85a1.054 1.054 0 0 0-1.477 0L9.29 8.38l.385.956l1.092.52l3.213-3.21a1.047 1.047 0 0 0 0-1.487m1.378 2.861a1.056 1.056 0 0 1 1.48 0c.414.404.414 1.066.01 1.48l-3.218 3.217l-1.208-.456l-.272-1.023z"/><path fill="#f8312f" d="M20.72 17.324a12.3 12.3 0 0 0-3.876-2.637a12.3 12.3 0 0 1-3.876-2.636L6.609 5.629a2.086 2.086 0 0 0-2.986 0a2.137 2.137 0 0 0 0 3.016l6.062 6.122l.287.3l13.893 14.042a2.98 2.98 0 0 0 4.252 0a3.053 3.053 0 0 0 0-4.295z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatToothbrush(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#83cbff" d="M11.08 3.74a1.056 1.056 0 0 1 1.48 0a1.024 1.024 0 0 1 0 1.47L9.35 8.437l-1.107-.553l-.373-.927zm2.858 2.85a1.056 1.056 0 0 1 1.48 0a1.056 1.056 0 0 1 0 1.48L12.2 11.287l-1.23-.301l-.25-1.178z"/><path fill="#aeddff" d="M11.128 2.31a1.026 1.026 0 0 0-1.47 0L6.44 5.523l.468.989L7.92 7l3.219-3.213a1.043 1.043 0 0 0-.01-1.477m2.851 2.85a1.054 1.054 0 0 0-1.477 0L9.29 8.38l.385.956l1.092.52l3.213-3.21a1.047 1.047 0 0 0 0-1.487m1.378 2.861a1.056 1.056 0 0 1 1.48 0c.414.404.414 1.066.01 1.48l-3.218 3.217l-1.208-.456l-.272-1.023z"/><path fill="#f8312f" d="M20.72 17.324a12.3 12.3 0 0 0-3.876-2.637a12.3 12.3 0 0 1-3.876-2.636L6.609 5.629a2.086 2.086 0 0 0-2.986 0a2.137 2.137 0 0 0 0 3.016l6.062 6.122l.287.3l13.893 14.042a2.98 2.98 0 0 0 4.252 0a3.053 3.053 0 0 0 0-4.295z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#83cbff" d="M11.08 3.74a1.056 1.056 0 0 1 1.48 0a1.024 1.024 0 0 1 0 1.47L9.35 8.437l-1.107-.553l-.373-.927zm2.858 2.85a1.056 1.056 0 0 1 1.48 0a1.056 1.056 0 0 1 0 1.48L12.2 11.287l-1.23-.301l-.25-1.178z"/><path fill="#aeddff" d="M11.128 2.31a1.026 1.026 0 0 0-1.47 0L6.44 5.523l.468.989L7.92 7l3.219-3.213a1.043 1.043 0 0 0-.01-1.477m2.851 2.85a1.054 1.054 0 0 0-1.477 0L9.29 8.38l.385.956l1.092.52l3.213-3.21a1.047 1.047 0 0 0 0-1.487m1.378 2.861a1.056 1.056 0 0 1 1.48 0c.414.404.414 1.066.01 1.48l-3.218 3.217l-1.208-.456l-.272-1.023z"/><path fill="#f8312f" d="M20.72 17.324a12.3 12.3 0 0 0-3.876-2.637a12.3 12.3 0 0 1-3.876-2.636L6.609 5.629a2.086 2.086 0 0 0-2.986 0a2.137 2.137 0 0 0 0 3.016l6.062 6.122l.287.3l13.893 14.042a2.98 2.98 0 0 0 4.252 0a3.053 3.053 0 0 0 0-4.295z"/></g></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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2383cbff%22%20d%3D%22M11.08%203.74a1.056%201.056%200%200%201%201.48%200a1.024%201.024%200%200%201%200%201.47L9.35%208.437l-1.107-.553l-.373-.927zm2.858%202.85a1.056%201.056%200%200%201%201.48%200a1.056%201.056%200%200%201%200%201.48L12.2%2011.287l-1.23-.301l-.25-1.178z%22%2F%3E%3Cpath%20fill%3D%22%23aeddff%22%20d%3D%22M11.128%202.31a1.026%201.026%200%200%200-1.47%200L6.44%205.523l.468.989L7.92%207l3.219-3.213a1.043%201.043%200%200%200-.01-1.477m2.851%202.85a1.054%201.054%200%200%200-1.477%200L9.29%208.38l.385.956l1.092.52l3.213-3.21a1.047%201.047%200%200%200%200-1.487m1.378%202.861a1.056%201.056%200%200%201%201.48%200c.414.404.414%201.066.01%201.48l-3.218%203.217l-1.208-.456l-.272-1.023z%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M20.72%2017.324a12.3%2012.3%200%200%200-3.876-2.637a12.3%2012.3%200%200%201-3.876-2.636L6.609%205.629a2.086%202.086%200%200%200-2.986%200a2.137%202.137%200%200%200%200%203.016l6.062%206.122l.287.3l13.893%2014.042a2.98%202.98%200%200%200%204.252%200a3.053%203.053%200%200%200%200-4.295z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2383cbff%22%20d%3D%22M11.08%203.74a1.056%201.056%200%200%201%201.48%200a1.024%201.024%200%200%201%200%201.47L9.35%208.437l-1.107-.553l-.373-.927zm2.858%202.85a1.056%201.056%200%200%201%201.48%200a1.056%201.056%200%200%201%200%201.48L12.2%2011.287l-1.23-.301l-.25-1.178z%22%2F%3E%3Cpath%20fill%3D%22%23aeddff%22%20d%3D%22M11.128%202.31a1.026%201.026%200%200%200-1.47%200L6.44%205.523l.468.989L7.92%207l3.219-3.213a1.043%201.043%200%200%200-.01-1.477m2.851%202.85a1.054%201.054%200%200%200-1.477%200L9.29%208.38l.385.956l1.092.52l3.213-3.21a1.047%201.047%200%200%200%200-1.487m1.378%202.861a1.056%201.056%200%200%201%201.48%200c.414.404.414%201.066.01%201.48l-3.218%203.217l-1.208-.456l-.272-1.023z%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M20.72%2017.324a12.3%2012.3%200%200%200-3.876-2.637a12.3%2012.3%200%200%201-3.876-2.636L6.609%205.629a2.086%202.086%200%200%200-2.986%200a2.137%202.137%200%200%200%200%203.016l6.062%206.122l.287.3l13.893%2014.042a2.98%202.98%200%200%200%204.252%200a3.053%203.053%200%200%200%200-4.295z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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