digit nine emoji

digit-nine from Noto Emoji by Google Inc · Default · Apache-2.0 Free for personal and commercial use.

Name
digit-nine
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 nine emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="ssvg-id-digit-ninea" gradientUnits="userSpaceOnUse" x1="64.005" y1="101.667" x2="64.005" y2="24.97" gradientTransform="matrix(1 0 0 -1 0 128)"><stop offset="0" stop-color="#757575"/><stop offset=".515" stop-color="#504f4f"/></linearGradient><path d="M75.34 74.48c.24-1.31-1.29-2.26-2.34-1.45c-3.5 2.7-7.43 4.05-11.79 4.05c-6.56 0-11.79-2.3-15.69-6.9s-5.85-10.64-5.85-18.13c0-4.92.99-9.38 2.97-13.38s4.8-7.11 8.46-9.33C54.76 27.11 59 26 63.82 26c7.52 0 13.49 2.8 17.9 8.41s6.62 13.11 6.62 22.51v3.49c0 13.47-3.04 23.74-9.13 30.82S64.04 101.9 51.97 102c-.82 0-1.48-.66-1.48-1.48v-7.34c0-.82.66-1.48 1.48-1.48h.31c7.35-.1 12.99-1.87 16.92-5.31c3.16-2.77 5.21-6.73 6.14-11.91zM64.09 67.3c2.37-.05 4.6-.76 6.69-2.13c.02-.01.04-.03.06-.04c3.18-2.11 4.96-5.78 4.96-9.6v-1.08c0-5.45-1.12-9.83-3.35-13.15s-5.13-4.98-8.68-4.98s-6.39 1.46-8.51 4.39s-3.17 6.63-3.17 11.1c0 4.7 1.1 8.48 3.29 11.34c2.05 2.68 5.34 4.22 8.71 4.15z" fill="url(#ssvg-id-digit-ninea)"/></svg>

React

import type { SVGProps } from "react";

export function NotoDigitNine(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-digitNinea" gradientUnits="userSpaceOnUse" x1="64.005" y1="101.667" x2="64.005" y2="24.97" gradientTransform="matrix(1 0 0 -1 0 128)"><stop offset="0" stopColor="#757575"/><stop offset=".515" stopColor="#504f4f"/></linearGradient><path d="M75.34 74.48c.24-1.31-1.29-2.26-2.34-1.45c-3.5 2.7-7.43 4.05-11.79 4.05c-6.56 0-11.79-2.3-15.69-6.9s-5.85-10.64-5.85-18.13c0-4.92.99-9.38 2.97-13.38s4.8-7.11 8.46-9.33C54.76 27.11 59 26 63.82 26c7.52 0 13.49 2.8 17.9 8.41s6.62 13.11 6.62 22.51v3.49c0 13.47-3.04 23.74-9.13 30.82S64.04 101.9 51.97 102c-.82 0-1.48-.66-1.48-1.48v-7.34c0-.82.66-1.48 1.48-1.48h.31c7.35-.1 12.99-1.87 16.92-5.31c3.16-2.77 5.21-6.73 6.14-11.91zM64.09 67.3c2.37-.05 4.6-.76 6.69-2.13c.02-.01.04-.03.06-.04c3.18-2.11 4.96-5.78 4.96-9.6v-1.08c0-5.45-1.12-9.83-3.35-13.15s-5.13-4.98-8.68-4.98s-6.39 1.46-8.51 4.39s-3.17 6.63-3.17 11.1c0 4.7 1.1 8.48 3.29 11.34c2.05 2.68 5.34 4.22 8.71 4.15z" fill="url(#ssvgId-digitNinea)"/></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-ninea" gradientUnits="userSpaceOnUse" x1="64.005" y1="101.667" x2="64.005" y2="24.97" gradientTransform="matrix(1 0 0 -1 0 128)"><stop offset="0" stop-color="#757575"/><stop offset=".515" stop-color="#504f4f"/></linearGradient><path d="M75.34 74.48c.24-1.31-1.29-2.26-2.34-1.45c-3.5 2.7-7.43 4.05-11.79 4.05c-6.56 0-11.79-2.3-15.69-6.9s-5.85-10.64-5.85-18.13c0-4.92.99-9.38 2.97-13.38s4.8-7.11 8.46-9.33C54.76 27.11 59 26 63.82 26c7.52 0 13.49 2.8 17.9 8.41s6.62 13.11 6.62 22.51v3.49c0 13.47-3.04 23.74-9.13 30.82S64.04 101.9 51.97 102c-.82 0-1.48-.66-1.48-1.48v-7.34c0-.82.66-1.48 1.48-1.48h.31c7.35-.1 12.99-1.87 16.92-5.31c3.16-2.77 5.21-6.73 6.14-11.91zM64.09 67.3c2.37-.05 4.6-.76 6.69-2.13c.02-.01.04-.03.06-.04c3.18-2.11 4.96-5.78 4.96-9.6v-1.08c0-5.45-1.12-9.83-3.35-13.15s-5.13-4.98-8.68-4.98s-6.39 1.46-8.51 4.39s-3.17 6.63-3.17 11.1c0 4.7 1.1 8.48 3.29 11.34c2.05 2.68 5.34 4.22 8.71 4.15z" fill="url(#ssvg-id-digit-ninea)"/></svg>
</template>

CSS

.icon-digit-nine {
  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-ninea%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2264.005%22%20y1%3D%22101.667%22%20x2%3D%2264.005%22%20y2%3D%2224.97%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%22M75.34%2074.48c.24-1.31-1.29-2.26-2.34-1.45c-3.5%202.7-7.43%204.05-11.79%204.05c-6.56%200-11.79-2.3-15.69-6.9s-5.85-10.64-5.85-18.13c0-4.92.99-9.38%202.97-13.38s4.8-7.11%208.46-9.33C54.76%2027.11%2059%2026%2063.82%2026c7.52%200%2013.49%202.8%2017.9%208.41s6.62%2013.11%206.62%2022.51v3.49c0%2013.47-3.04%2023.74-9.13%2030.82S64.04%20101.9%2051.97%20102c-.82%200-1.48-.66-1.48-1.48v-7.34c0-.82.66-1.48%201.48-1.48h.31c7.35-.1%2012.99-1.87%2016.92-5.31c3.16-2.77%205.21-6.73%206.14-11.91zM64.09%2067.3c2.37-.05%204.6-.76%206.69-2.13c.02-.01.04-.03.06-.04c3.18-2.11%204.96-5.78%204.96-9.6v-1.08c0-5.45-1.12-9.83-3.35-13.15s-5.13-4.98-8.68-4.98s-6.39%201.46-8.51%204.39s-3.17%206.63-3.17%2011.1c0%204.7%201.1%208.48%203.29%2011.34c2.05%202.68%205.34%204.22%208.71%204.15z%22%20fill%3D%22url(%23ssvg-id-digit-ninea)%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-ninea%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2264.005%22%20y1%3D%22101.667%22%20x2%3D%2264.005%22%20y2%3D%2224.97%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%22M75.34%2074.48c.24-1.31-1.29-2.26-2.34-1.45c-3.5%202.7-7.43%204.05-11.79%204.05c-6.56%200-11.79-2.3-15.69-6.9s-5.85-10.64-5.85-18.13c0-4.92.99-9.38%202.97-13.38s4.8-7.11%208.46-9.33C54.76%2027.11%2059%2026%2063.82%2026c7.52%200%2013.49%202.8%2017.9%208.41s6.62%2013.11%206.62%2022.51v3.49c0%2013.47-3.04%2023.74-9.13%2030.82S64.04%20101.9%2051.97%20102c-.82%200-1.48-.66-1.48-1.48v-7.34c0-.82.66-1.48%201.48-1.48h.31c7.35-.1%2012.99-1.87%2016.92-5.31c3.16-2.77%205.21-6.73%206.14-11.91zM64.09%2067.3c2.37-.05%204.6-.76%206.69-2.13c.02-.01.04-.03.06-.04c3.18-2.11%204.96-5.78%204.96-9.6v-1.08c0-5.45-1.12-9.83-3.35-13.15s-5.13-4.98-8.68-4.98s-6.39%201.46-8.51%204.39s-3.17%206.63-3.17%2011.1c0%204.7%201.1%208.48%203.29%2011.34c2.05%202.68%205.34%204.22%208.71%204.15z%22%20fill%3D%22url(%23ssvg-id-digit-ninea)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/digit-nine.svg?color=%231a73e8&size=48