digit six emoji
digit-six from Noto Emoji by Google Inc · Default · Apache-2.0 Free for personal and commercial use.
- Name
- digit-six
- 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 six emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="ssvg-id-digit-sixa" gradientUnits="userSpaceOnUse" x1="64.02" y1="101.119" x2="64.02" y2="24.549"><stop offset=".485" stop-color="#504f4f"/><stop offset="1" stop-color="#757575"/></linearGradient><path d="M77.69 34.74c0 .85-.69 1.53-1.53 1.53c-6.97.1-12.54 2.02-16.71 5.74c-3.23 2.89-5.45 6.71-6.65 11.47c-.35 1.39 1.18 2.48 2.36 1.66c3.43-2.4 7.49-3.59 12.19-3.59c6.6 0 11.8 2.32 15.61 6.97s5.72 10.65 5.72 17.99c0 7.59-2.23 13.73-6.69 18.43s-10.31 7.05-17.56 7.05c-7.45 0-13.49-2.75-18.12-8.25s-6.95-12.71-6.95-21.63v-4.25c0-13.09 3.19-23.34 9.56-30.76C54.98 30.05 62.78 26.36 75.4 26c1.12-.03 2.06.84 2.09 1.96l.2 6.78zM60.51 62.06c-.09.02-.19.05-.27.08c-1.01.39-1.95.84-2.81 1.36c-3.58 2.17-5.64 6.17-5.64 10.35c0 5.54 1.16 9.94 3.49 13.2c2.32 3.26 5.33 4.9 9.02 4.9s6.61-1.38 8.77-4.15c2.15-2.77 3.23-6.41 3.23-10.92s-1.09-8.18-3.28-11.02c-2.9-3.77-7.07-5.03-12.51-3.8z" fill="url(#ssvg-id-digit-sixa)"/></svg>
React
import type { SVGProps } from "react";
export function NotoDigitSix(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-digitSixa" gradientUnits="userSpaceOnUse" x1="64.02" y1="101.119" x2="64.02" y2="24.549"><stop offset=".485" stopColor="#504f4f"/><stop offset="1" stopColor="#757575"/></linearGradient><path d="M77.69 34.74c0 .85-.69 1.53-1.53 1.53c-6.97.1-12.54 2.02-16.71 5.74c-3.23 2.89-5.45 6.71-6.65 11.47c-.35 1.39 1.18 2.48 2.36 1.66c3.43-2.4 7.49-3.59 12.19-3.59c6.6 0 11.8 2.32 15.61 6.97s5.72 10.65 5.72 17.99c0 7.59-2.23 13.73-6.69 18.43s-10.31 7.05-17.56 7.05c-7.45 0-13.49-2.75-18.12-8.25s-6.95-12.71-6.95-21.63v-4.25c0-13.09 3.19-23.34 9.56-30.76C54.98 30.05 62.78 26.36 75.4 26c1.12-.03 2.06.84 2.09 1.96l.2 6.78zM60.51 62.06c-.09.02-.19.05-.27.08c-1.01.39-1.95.84-2.81 1.36c-3.58 2.17-5.64 6.17-5.64 10.35c0 5.54 1.16 9.94 3.49 13.2c2.32 3.26 5.33 4.9 9.02 4.9s6.61-1.38 8.77-4.15c2.15-2.77 3.23-6.41 3.23-10.92s-1.09-8.18-3.28-11.02c-2.9-3.77-7.07-5.03-12.51-3.8z" fill="url(#ssvgId-digitSixa)"/></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-sixa" gradientUnits="userSpaceOnUse" x1="64.02" y1="101.119" x2="64.02" y2="24.549"><stop offset=".485" stop-color="#504f4f"/><stop offset="1" stop-color="#757575"/></linearGradient><path d="M77.69 34.74c0 .85-.69 1.53-1.53 1.53c-6.97.1-12.54 2.02-16.71 5.74c-3.23 2.89-5.45 6.71-6.65 11.47c-.35 1.39 1.18 2.48 2.36 1.66c3.43-2.4 7.49-3.59 12.19-3.59c6.6 0 11.8 2.32 15.61 6.97s5.72 10.65 5.72 17.99c0 7.59-2.23 13.73-6.69 18.43s-10.31 7.05-17.56 7.05c-7.45 0-13.49-2.75-18.12-8.25s-6.95-12.71-6.95-21.63v-4.25c0-13.09 3.19-23.34 9.56-30.76C54.98 30.05 62.78 26.36 75.4 26c1.12-.03 2.06.84 2.09 1.96l.2 6.78zM60.51 62.06c-.09.02-.19.05-.27.08c-1.01.39-1.95.84-2.81 1.36c-3.58 2.17-5.64 6.17-5.64 10.35c0 5.54 1.16 9.94 3.49 13.2c2.32 3.26 5.33 4.9 9.02 4.9s6.61-1.38 8.77-4.15c2.15-2.77 3.23-6.41 3.23-10.92s-1.09-8.18-3.28-11.02c-2.9-3.77-7.07-5.03-12.51-3.8z" fill="url(#ssvg-id-digit-sixa)"/></svg> </template>
CSS
.icon-digit-six {
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-sixa%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2264.02%22%20y1%3D%22101.119%22%20x2%3D%2264.02%22%20y2%3D%2224.549%22%3E%3Cstop%20offset%3D%22.485%22%20stop-color%3D%22%23504f4f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23757575%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M77.69%2034.74c0%20.85-.69%201.53-1.53%201.53c-6.97.1-12.54%202.02-16.71%205.74c-3.23%202.89-5.45%206.71-6.65%2011.47c-.35%201.39%201.18%202.48%202.36%201.66c3.43-2.4%207.49-3.59%2012.19-3.59c6.6%200%2011.8%202.32%2015.61%206.97s5.72%2010.65%205.72%2017.99c0%207.59-2.23%2013.73-6.69%2018.43s-10.31%207.05-17.56%207.05c-7.45%200-13.49-2.75-18.12-8.25s-6.95-12.71-6.95-21.63v-4.25c0-13.09%203.19-23.34%209.56-30.76C54.98%2030.05%2062.78%2026.36%2075.4%2026c1.12-.03%202.06.84%202.09%201.96l.2%206.78zM60.51%2062.06c-.09.02-.19.05-.27.08c-1.01.39-1.95.84-2.81%201.36c-3.58%202.17-5.64%206.17-5.64%2010.35c0%205.54%201.16%209.94%203.49%2013.2c2.32%203.26%205.33%204.9%209.02%204.9s6.61-1.38%208.77-4.15c2.15-2.77%203.23-6.41%203.23-10.92s-1.09-8.18-3.28-11.02c-2.9-3.77-7.07-5.03-12.51-3.8z%22%20fill%3D%22url(%23ssvg-id-digit-sixa)%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-sixa%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2264.02%22%20y1%3D%22101.119%22%20x2%3D%2264.02%22%20y2%3D%2224.549%22%3E%3Cstop%20offset%3D%22.485%22%20stop-color%3D%22%23504f4f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23757575%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M77.69%2034.74c0%20.85-.69%201.53-1.53%201.53c-6.97.1-12.54%202.02-16.71%205.74c-3.23%202.89-5.45%206.71-6.65%2011.47c-.35%201.39%201.18%202.48%202.36%201.66c3.43-2.4%207.49-3.59%2012.19-3.59c6.6%200%2011.8%202.32%2015.61%206.97s5.72%2010.65%205.72%2017.99c0%207.59-2.23%2013.73-6.69%2018.43s-10.31%207.05-17.56%207.05c-7.45%200-13.49-2.75-18.12-8.25s-6.95-12.71-6.95-21.63v-4.25c0-13.09%203.19-23.34%209.56-30.76C54.98%2030.05%2062.78%2026.36%2075.4%2026c1.12-.03%202.06.84%202.09%201.96l.2%206.78zM60.51%2062.06c-.09.02-.19.05-.27.08c-1.01.39-1.95.84-2.81%201.36c-3.58%202.17-5.64%206.17-5.64%2010.35c0%205.54%201.16%209.94%203.49%2013.2c2.32%203.26%205.33%204.9%209.02%204.9s6.61-1.38%208.77-4.15c2.15-2.77%203.23-6.41%203.23-10.92s-1.09-8.18-3.28-11.02c-2.9-3.77-7.07-5.03-12.51-3.8z%22%20fill%3D%22url(%23ssvg-id-digit-sixa)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/digit-six.svg?color=%231a73e8&size=48