digit two emoji
digit-two from Noto Emoji by Google Inc · Default · Apache-2.0 Free for personal and commercial use.
- Name
- digit-two
- Set
- Noto Emoji
- Style
- Default
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
Related icons in Noto Emoji
Use the digit two emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="ssvg-id-digit-twoa" gradientUnits="userSpaceOnUse" x1="64.002" y1="102" x2="64.002" y2="26.24" gradientTransform="matrix(1 0 0 -1 0 128)"><stop offset="0" stop-color="#757575"/><stop offset=".515" stop-color="#504f4f"/></linearGradient><path d="M87.86 102H41.51c-1.12 0-2.03-.91-2.03-2.03v-5.78c0-.51.19-1 .53-1.37l24.44-26.66c3.6-4.02 6.17-7.37 7.7-10.07c1.53-2.69 2.29-5.4 2.29-8.11c0-3.57-1-6.45-3.01-8.65s-4.71-3.3-8.11-3.3c-4.05 0-7.19 1.24-9.42 3.71c-1.89 2.1-2.98 4.85-3.27 8.25c-.09 1.06-.95 1.89-2.02 1.89h-8.46c-1.18 0-2.12-1-2.03-2.17c.28-3.71 1.29-7.09 3.03-10.16c2.08-3.66 5.05-6.5 8.91-8.52S58.38 26 63.42 26c7.28 0 13.02 1.83 17.22 5.48c4.2 3.66 6.31 8.71 6.31 15.16c0 3.74-1.06 7.66-3.17 11.77c-2.11 4.1-5.57 8.76-10.38 13.98L58.27 88.6c-1.21 1.3-.29 3.41 1.48 3.41h28.11c1.12 0 2.03.91 2.03 2.03v5.93c0 1.12-.91 2.03-2.03 2.03z" fill="url(#ssvg-id-digit-twoa)"/></svg>
React
import type { SVGProps } from "react";
export function NotoDigitTwo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="ssvgId-digitTwoa" gradientUnits="userSpaceOnUse" x1="64.002" y1="102" x2="64.002" y2="26.24" gradientTransform="matrix(1 0 0 -1 0 128)"><stop offset="0" stopColor="#757575"/><stop offset=".515" stopColor="#504f4f"/></linearGradient><path d="M87.86 102H41.51c-1.12 0-2.03-.91-2.03-2.03v-5.78c0-.51.19-1 .53-1.37l24.44-26.66c3.6-4.02 6.17-7.37 7.7-10.07c1.53-2.69 2.29-5.4 2.29-8.11c0-3.57-1-6.45-3.01-8.65s-4.71-3.3-8.11-3.3c-4.05 0-7.19 1.24-9.42 3.71c-1.89 2.1-2.98 4.85-3.27 8.25c-.09 1.06-.95 1.89-2.02 1.89h-8.46c-1.18 0-2.12-1-2.03-2.17c.28-3.71 1.29-7.09 3.03-10.16c2.08-3.66 5.05-6.5 8.91-8.52S58.38 26 63.42 26c7.28 0 13.02 1.83 17.22 5.48c4.2 3.66 6.31 8.71 6.31 15.16c0 3.74-1.06 7.66-3.17 11.77c-2.11 4.1-5.57 8.76-10.38 13.98L58.27 88.6c-1.21 1.3-.29 3.41 1.48 3.41h28.11c1.12 0 2.03.91 2.03 2.03v5.93c0 1.12-.91 2.03-2.03 2.03z" fill="url(#ssvgId-digitTwoa)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="ssvg-id-digit-twoa" gradientUnits="userSpaceOnUse" x1="64.002" y1="102" x2="64.002" y2="26.24" gradientTransform="matrix(1 0 0 -1 0 128)"><stop offset="0" stop-color="#757575"/><stop offset=".515" stop-color="#504f4f"/></linearGradient><path d="M87.86 102H41.51c-1.12 0-2.03-.91-2.03-2.03v-5.78c0-.51.19-1 .53-1.37l24.44-26.66c3.6-4.02 6.17-7.37 7.7-10.07c1.53-2.69 2.29-5.4 2.29-8.11c0-3.57-1-6.45-3.01-8.65s-4.71-3.3-8.11-3.3c-4.05 0-7.19 1.24-9.42 3.71c-1.89 2.1-2.98 4.85-3.27 8.25c-.09 1.06-.95 1.89-2.02 1.89h-8.46c-1.18 0-2.12-1-2.03-2.17c.28-3.71 1.29-7.09 3.03-10.16c2.08-3.66 5.05-6.5 8.91-8.52S58.38 26 63.42 26c7.28 0 13.02 1.83 17.22 5.48c4.2 3.66 6.31 8.71 6.31 15.16c0 3.74-1.06 7.66-3.17 11.77c-2.11 4.1-5.57 8.76-10.38 13.98L58.27 88.6c-1.21 1.3-.29 3.41 1.48 3.41h28.11c1.12 0 2.03.91 2.03 2.03v5.93c0 1.12-.91 2.03-2.03 2.03z" fill="url(#ssvg-id-digit-twoa)"/></svg> </template>
CSS
.icon-digit-two {
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%22ssvg-id-digit-twoa%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2264.002%22%20y1%3D%22102%22%20x2%3D%2264.002%22%20y2%3D%2226.24%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20128)%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%20d%3D%22M87.86%20102H41.51c-1.12%200-2.03-.91-2.03-2.03v-5.78c0-.51.19-1%20.53-1.37l24.44-26.66c3.6-4.02%206.17-7.37%207.7-10.07c1.53-2.69%202.29-5.4%202.29-8.11c0-3.57-1-6.45-3.01-8.65s-4.71-3.3-8.11-3.3c-4.05%200-7.19%201.24-9.42%203.71c-1.89%202.1-2.98%204.85-3.27%208.25c-.09%201.06-.95%201.89-2.02%201.89h-8.46c-1.18%200-2.12-1-2.03-2.17c.28-3.71%201.29-7.09%203.03-10.16c2.08-3.66%205.05-6.5%208.91-8.52S58.38%2026%2063.42%2026c7.28%200%2013.02%201.83%2017.22%205.48c4.2%203.66%206.31%208.71%206.31%2015.16c0%203.74-1.06%207.66-3.17%2011.77c-2.11%204.1-5.57%208.76-10.38%2013.98L58.27%2088.6c-1.21%201.3-.29%203.41%201.48%203.41h28.11c1.12%200%202.03.91%202.03%202.03v5.93c0%201.12-.91%202.03-2.03%202.03z%22%20fill%3D%22url(%23ssvg-id-digit-twoa)%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%22ssvg-id-digit-twoa%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2264.002%22%20y1%3D%22102%22%20x2%3D%2264.002%22%20y2%3D%2226.24%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20128)%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%20d%3D%22M87.86%20102H41.51c-1.12%200-2.03-.91-2.03-2.03v-5.78c0-.51.19-1%20.53-1.37l24.44-26.66c3.6-4.02%206.17-7.37%207.7-10.07c1.53-2.69%202.29-5.4%202.29-8.11c0-3.57-1-6.45-3.01-8.65s-4.71-3.3-8.11-3.3c-4.05%200-7.19%201.24-9.42%203.71c-1.89%202.1-2.98%204.85-3.27%208.25c-.09%201.06-.95%201.89-2.02%201.89h-8.46c-1.18%200-2.12-1-2.03-2.17c.28-3.71%201.29-7.09%203.03-10.16c2.08-3.66%205.05-6.5%208.91-8.52S58.38%2026%2063.42%2026c7.28%200%2013.02%201.83%2017.22%205.48c4.2%203.66%206.31%208.71%206.31%2015.16c0%203.74-1.06%207.66-3.17%2011.77c-2.11%204.1-5.57%208.76-10.38%2013.98L58.27%2088.6c-1.21%201.3-.29%203.41%201.48%203.41h28.11c1.12%200%202.03.91%202.03%202.03v5.93c0%201.12-.91%202.03-2.03%202.03z%22%20fill%3D%22url(%23ssvg-id-digit-twoa)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/digit-two.svg?color=%231a73e8&size=48