3 emoji
3 from Noto Emoji by Google Inc · Default · Apache-2.0 Free for personal and commercial use.
- Name
- 3
- Set
- Noto Emoji
- Style
- Default
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
Use the 3 emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="svgIDa" x1="63.991" x2="63.991" y1="101.5" y2="26.12" gradientTransform="matrix(1 0 0 -1 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#757575"/><stop offset=".515" stop-color="#504F4F"/></linearGradient><path fill="url(#svgIDa)" d="M55.22 60.36a2 2 0 0 1 2-2h5.52c3.79-.03 6.8-1.02 9.02-2.95s3.33-4.72 3.33-8.38c0-3.52-.92-6.26-2.77-8.2c-1.85-1.95-4.67-2.92-8.46-2.92c-3.32 0-6.05.96-8.18 2.87c-1.71 1.53-2.73 3.44-3.07 5.71c-.15 1.01-.97 1.78-1.99 1.78h-8.37c-1.18 0-2.13-1.01-2-2.18c.32-2.95 1.29-5.67 2.91-8.18c2.01-3.12 4.83-5.55 8.43-7.29C55.19 26.87 59.23 26 63.7 26c7.38 0 13.18 1.85 17.4 5.56s6.32 8.86 6.32 15.47c0 3.32-1.06 6.44-3.18 9.37c-1.37 1.9-3 3.49-4.89 4.78c-1.2.82-1.12 2.66.16 3.36c2.4 1.3 4.33 2.98 5.79 5.04c2.12 2.98 3.18 6.54 3.18 10.67c0 6.64-2.28 11.92-6.83 15.85c-4.54 3.94-10.53 5.9-17.95 5.9c-7.11 0-12.94-1.9-17.48-5.69c-4.01-3.35-6.24-7.67-6.71-12.97a2.01 2.01 0 0 1 2-2.17h8.38c1.02 0 1.85.78 1.99 1.79c.34 2.44 1.39 4.49 3.16 6.14c2.18 2.03 5.12 3.05 8.81 3.05c3.83 0 6.84-1.02 9.04-3.05s3.3-4.98 3.3-8.84c0-3.89-1.15-6.89-3.45-8.99s-5.72-3.15-10.26-3.15h-5.26a2 2 0 0 1-2-2v-5.76z"/></svg>
React
import type { SVGProps } from "react";
export function Noto3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="svgIDa" x1="63.991" x2="63.991" y1="101.5" y2="26.12" gradientTransform="matrix(1 0 0 -1 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#757575"/><stop offset=".515" stopColor="#504F4F"/></linearGradient><path fill="url(#svgIDa)" d="M55.22 60.36a2 2 0 0 1 2-2h5.52c3.79-.03 6.8-1.02 9.02-2.95s3.33-4.72 3.33-8.38c0-3.52-.92-6.26-2.77-8.2c-1.85-1.95-4.67-2.92-8.46-2.92c-3.32 0-6.05.96-8.18 2.87c-1.71 1.53-2.73 3.44-3.07 5.71c-.15 1.01-.97 1.78-1.99 1.78h-8.37c-1.18 0-2.13-1.01-2-2.18c.32-2.95 1.29-5.67 2.91-8.18c2.01-3.12 4.83-5.55 8.43-7.29C55.19 26.87 59.23 26 63.7 26c7.38 0 13.18 1.85 17.4 5.56s6.32 8.86 6.32 15.47c0 3.32-1.06 6.44-3.18 9.37c-1.37 1.9-3 3.49-4.89 4.78c-1.2.82-1.12 2.66.16 3.36c2.4 1.3 4.33 2.98 5.79 5.04c2.12 2.98 3.18 6.54 3.18 10.67c0 6.64-2.28 11.92-6.83 15.85c-4.54 3.94-10.53 5.9-17.95 5.9c-7.11 0-12.94-1.9-17.48-5.69c-4.01-3.35-6.24-7.67-6.71-12.97a2.01 2.01 0 0 1 2-2.17h8.38c1.02 0 1.85.78 1.99 1.79c.34 2.44 1.39 4.49 3.16 6.14c2.18 2.03 5.12 3.05 8.81 3.05c3.83 0 6.84-1.02 9.04-3.05s3.3-4.98 3.3-8.84c0-3.89-1.15-6.89-3.45-8.99s-5.72-3.15-10.26-3.15h-5.26a2 2 0 0 1-2-2v-5.76z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="svgIDa" x1="63.991" x2="63.991" y1="101.5" y2="26.12" gradientTransform="matrix(1 0 0 -1 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#757575"/><stop offset=".515" stop-color="#504F4F"/></linearGradient><path fill="url(#svgIDa)" d="M55.22 60.36a2 2 0 0 1 2-2h5.52c3.79-.03 6.8-1.02 9.02-2.95s3.33-4.72 3.33-8.38c0-3.52-.92-6.26-2.77-8.2c-1.85-1.95-4.67-2.92-8.46-2.92c-3.32 0-6.05.96-8.18 2.87c-1.71 1.53-2.73 3.44-3.07 5.71c-.15 1.01-.97 1.78-1.99 1.78h-8.37c-1.18 0-2.13-1.01-2-2.18c.32-2.95 1.29-5.67 2.91-8.18c2.01-3.12 4.83-5.55 8.43-7.29C55.19 26.87 59.23 26 63.7 26c7.38 0 13.18 1.85 17.4 5.56s6.32 8.86 6.32 15.47c0 3.32-1.06 6.44-3.18 9.37c-1.37 1.9-3 3.49-4.89 4.78c-1.2.82-1.12 2.66.16 3.36c2.4 1.3 4.33 2.98 5.79 5.04c2.12 2.98 3.18 6.54 3.18 10.67c0 6.64-2.28 11.92-6.83 15.85c-4.54 3.94-10.53 5.9-17.95 5.9c-7.11 0-12.94-1.9-17.48-5.69c-4.01-3.35-6.24-7.67-6.71-12.97a2.01 2.01 0 0 1 2-2.17h8.38c1.02 0 1.85.78 1.99 1.79c.34 2.44 1.39 4.49 3.16 6.14c2.18 2.03 5.12 3.05 8.81 3.05c3.83 0 6.84-1.02 9.04-3.05s3.3-4.98 3.3-8.84c0-3.89-1.15-6.89-3.45-8.99s-5.72-3.15-10.26-3.15h-5.26a2 2 0 0 1-2-2v-5.76z"/></svg> </template>
CSS
.icon-3 {
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%20128%20128%22%3E%3ClinearGradient%20id%3D%22svgIDa%22%20x1%3D%2263.991%22%20x2%3D%2263.991%22%20y1%3D%22101.5%22%20y2%3D%2226.12%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23757575%22%2F%3E%3Cstop%20offset%3D%22.515%22%20stop-color%3D%22%23504F4F%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23svgIDa)%22%20d%3D%22M55.22%2060.36a2%202%200%200%201%202-2h5.52c3.79-.03%206.8-1.02%209.02-2.95s3.33-4.72%203.33-8.38c0-3.52-.92-6.26-2.77-8.2c-1.85-1.95-4.67-2.92-8.46-2.92c-3.32%200-6.05.96-8.18%202.87c-1.71%201.53-2.73%203.44-3.07%205.71c-.15%201.01-.97%201.78-1.99%201.78h-8.37c-1.18%200-2.13-1.01-2-2.18c.32-2.95%201.29-5.67%202.91-8.18c2.01-3.12%204.83-5.55%208.43-7.29C55.19%2026.87%2059.23%2026%2063.7%2026c7.38%200%2013.18%201.85%2017.4%205.56s6.32%208.86%206.32%2015.47c0%203.32-1.06%206.44-3.18%209.37c-1.37%201.9-3%203.49-4.89%204.78c-1.2.82-1.12%202.66.16%203.36c2.4%201.3%204.33%202.98%205.79%205.04c2.12%202.98%203.18%206.54%203.18%2010.67c0%206.64-2.28%2011.92-6.83%2015.85c-4.54%203.94-10.53%205.9-17.95%205.9c-7.11%200-12.94-1.9-17.48-5.69c-4.01-3.35-6.24-7.67-6.71-12.97a2.01%202.01%200%200%201%202-2.17h8.38c1.02%200%201.85.78%201.99%201.79c.34%202.44%201.39%204.49%203.16%206.14c2.18%202.03%205.12%203.05%208.81%203.05c3.83%200%206.84-1.02%209.04-3.05s3.3-4.98%203.3-8.84c0-3.89-1.15-6.89-3.45-8.99s-5.72-3.15-10.26-3.15h-5.26a2%202%200%200%201-2-2v-5.76z%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%20128%20128%22%3E%3ClinearGradient%20id%3D%22svgIDa%22%20x1%3D%2263.991%22%20x2%3D%2263.991%22%20y1%3D%22101.5%22%20y2%3D%2226.12%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23757575%22%2F%3E%3Cstop%20offset%3D%22.515%22%20stop-color%3D%22%23504F4F%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23svgIDa)%22%20d%3D%22M55.22%2060.36a2%202%200%200%201%202-2h5.52c3.79-.03%206.8-1.02%209.02-2.95s3.33-4.72%203.33-8.38c0-3.52-.92-6.26-2.77-8.2c-1.85-1.95-4.67-2.92-8.46-2.92c-3.32%200-6.05.96-8.18%202.87c-1.71%201.53-2.73%203.44-3.07%205.71c-.15%201.01-.97%201.78-1.99%201.78h-8.37c-1.18%200-2.13-1.01-2-2.18c.32-2.95%201.29-5.67%202.91-8.18c2.01-3.12%204.83-5.55%208.43-7.29C55.19%2026.87%2059.23%2026%2063.7%2026c7.38%200%2013.18%201.85%2017.4%205.56s6.32%208.86%206.32%2015.47c0%203.32-1.06%206.44-3.18%209.37c-1.37%201.9-3%203.49-4.89%204.78c-1.2.82-1.12%202.66.16%203.36c2.4%201.3%204.33%202.98%205.79%205.04c2.12%202.98%203.18%206.54%203.18%2010.67c0%206.64-2.28%2011.92-6.83%2015.85c-4.54%203.94-10.53%205.9-17.95%205.9c-7.11%200-12.94-1.9-17.48-5.69c-4.01-3.35-6.24-7.67-6.71-12.97a2.01%202.01%200%200%201%202-2.17h8.38c1.02%200%201.85.78%201.99%201.79c.34%202.44%201.39%204.49%203.16%206.14c2.18%202.03%205.12%203.05%208.81%203.05c3.83%200%206.84-1.02%209.04-3.05s3.3-4.98%203.3-8.84c0-3.89-1.15-6.89-3.45-8.99s-5.72-3.15-10.26-3.15h-5.26a2%202%200%200%201-2-2v-5.76z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/3.svg?color=%231a73e8&size=48