hundred points emoji

hundred-points from Noto Emoji by Google Inc · Default · Smileys & Emotion · Apache-2.0 Free for personal and commercial use.

Name
hundred-points
Set
Noto Emoji
Style
Default
Category
Smileys & Emotion
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More smileys & emotion icons from Noto Emoji

Use the hundred points emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill="#f44336"><path d="M27.12 90.29c10.82-3.11 38.94-12.05 75.93-9.98c1.17.07 1.3 1.75.16 1.98c-17.17 3.53-60.46 12.67-72.57 17.43c-1.93.76-4.11-.07-5.04-1.93c-.3-.61-.62-1.25-.94-1.88a3.974 3.974 0 0 1 2.46-5.62"/><path stroke="#f44336" stroke-miterlimit="10" d="M6.96 113.3c17.01-4.24 88.4-22.13 116.04-21.84c1.2.01 1.38 1.72.21 1.98c-21.5 4.65-95.62 21.85-112.61 30.17c-2.17 1.06-4.77-.07-5.53-2.36l-.8-2.39c-.87-2.63.43-5 2.69-5.56zM6.5 27.33C3 28.81 3.51 21.88 5.93 20C12.94 14.55 30.08 8.14 40 4.18c2.04-.81 4.04 1.28 3.15 3.29C37.75 19.68 21.88 55.25 12 86.72c-.51 1.62-3.83 1.71-4 .01c-.9-9.2 5.5-34.57 19.11-64.23c.49-1.06-.58-2.2-1.72-1.94c-3.99.94-10.11 3.07-18.89 6.77zM111.8 8.7c-.19-.05-1.39-.37-1.84-.39c-29.98-1.04-43.97 8.48-44.47 8.88c-1.72 1.39-1.99 3.91-.6 5.62c1.11 1.37 2.24 1.54 2.84 1.53c.25-.01.47.15.54.4c1.23 4.91 1.44 11.94-.75 20.18C63.73 59.14 55.46 67 51.19 67c-.24 0-.47-.03-.68-.09c-1.74-.46-3.52-3.21-4.53-7c-1.51-5.71-1.26-13.19.69-20.53c2.65-9.98 7.52-16.82 11.66-20.01c1.9-1.46 3.42-3.36 4.53-5.49c.01-.01.01-.03.02-.04c.5-.96 2.83-5.48.11-5.54c-9.83 0-20.56 12.01-25.01 28.76c-4.91 18.48-.33 35.73 10.23 38.54q1.47.39 3 .39c9.83 0 20.56-12.01 25.01-28.76c2.48-9.32 2.53-18.32.62-25.31c-.23-.83.23-1.69 1.05-1.97c2.99-1.03 8.76-2.08 13.8-2.8c.79-.11 1.33.79.84 1.42c-3.7 4.88-6.8 11.24-8.73 18.5c-4.91 18.48-.33 35.73 10.23 38.54q1.47.39 3 .39c9.83 0 20.56-12.01 25.01-28.76c4.9-18.48.32-35.74-10.24-38.54zm1.53 36.22C109.55 59.14 101.29 67 97.02 67c-.24 0-.47-.03-.68-.09c-1.74-.46-3.52-3.21-4.53-7c-1.51-5.71-1.26-13.19.69-20.53c3.78-14.21 12.04-22.08 16.32-22.08c.24 0 .46.03.68.09c3.66.98 7.91 12.18 3.83 27.53z"/></g></svg>

React

import type { SVGProps } from "react";

export function NotoHundredPoints(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill="#f44336"><path d="M27.12 90.29c10.82-3.11 38.94-12.05 75.93-9.98c1.17.07 1.3 1.75.16 1.98c-17.17 3.53-60.46 12.67-72.57 17.43c-1.93.76-4.11-.07-5.04-1.93c-.3-.61-.62-1.25-.94-1.88a3.974 3.974 0 0 1 2.46-5.62"/><path stroke="#f44336" strokeMiterlimit="10" d="M6.96 113.3c17.01-4.24 88.4-22.13 116.04-21.84c1.2.01 1.38 1.72.21 1.98c-21.5 4.65-95.62 21.85-112.61 30.17c-2.17 1.06-4.77-.07-5.53-2.36l-.8-2.39c-.87-2.63.43-5 2.69-5.56zM6.5 27.33C3 28.81 3.51 21.88 5.93 20C12.94 14.55 30.08 8.14 40 4.18c2.04-.81 4.04 1.28 3.15 3.29C37.75 19.68 21.88 55.25 12 86.72c-.51 1.62-3.83 1.71-4 .01c-.9-9.2 5.5-34.57 19.11-64.23c.49-1.06-.58-2.2-1.72-1.94c-3.99.94-10.11 3.07-18.89 6.77zM111.8 8.7c-.19-.05-1.39-.37-1.84-.39c-29.98-1.04-43.97 8.48-44.47 8.88c-1.72 1.39-1.99 3.91-.6 5.62c1.11 1.37 2.24 1.54 2.84 1.53c.25-.01.47.15.54.4c1.23 4.91 1.44 11.94-.75 20.18C63.73 59.14 55.46 67 51.19 67c-.24 0-.47-.03-.68-.09c-1.74-.46-3.52-3.21-4.53-7c-1.51-5.71-1.26-13.19.69-20.53c2.65-9.98 7.52-16.82 11.66-20.01c1.9-1.46 3.42-3.36 4.53-5.49c.01-.01.01-.03.02-.04c.5-.96 2.83-5.48.11-5.54c-9.83 0-20.56 12.01-25.01 28.76c-4.91 18.48-.33 35.73 10.23 38.54q1.47.39 3 .39c9.83 0 20.56-12.01 25.01-28.76c2.48-9.32 2.53-18.32.62-25.31c-.23-.83.23-1.69 1.05-1.97c2.99-1.03 8.76-2.08 13.8-2.8c.79-.11 1.33.79.84 1.42c-3.7 4.88-6.8 11.24-8.73 18.5c-4.91 18.48-.33 35.73 10.23 38.54q1.47.39 3 .39c9.83 0 20.56-12.01 25.01-28.76c4.9-18.48.32-35.74-10.24-38.54zm1.53 36.22C109.55 59.14 101.29 67 97.02 67c-.24 0-.47-.03-.68-.09c-1.74-.46-3.52-3.21-4.53-7c-1.51-5.71-1.26-13.19.69-20.53c3.78-14.21 12.04-22.08 16.32-22.08c.24 0 .46.03.68.09c3.66.98 7.91 12.18 3.83 27.53z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill="#f44336"><path d="M27.12 90.29c10.82-3.11 38.94-12.05 75.93-9.98c1.17.07 1.3 1.75.16 1.98c-17.17 3.53-60.46 12.67-72.57 17.43c-1.93.76-4.11-.07-5.04-1.93c-.3-.61-.62-1.25-.94-1.88a3.974 3.974 0 0 1 2.46-5.62"/><path stroke="#f44336" stroke-miterlimit="10" d="M6.96 113.3c17.01-4.24 88.4-22.13 116.04-21.84c1.2.01 1.38 1.72.21 1.98c-21.5 4.65-95.62 21.85-112.61 30.17c-2.17 1.06-4.77-.07-5.53-2.36l-.8-2.39c-.87-2.63.43-5 2.69-5.56zM6.5 27.33C3 28.81 3.51 21.88 5.93 20C12.94 14.55 30.08 8.14 40 4.18c2.04-.81 4.04 1.28 3.15 3.29C37.75 19.68 21.88 55.25 12 86.72c-.51 1.62-3.83 1.71-4 .01c-.9-9.2 5.5-34.57 19.11-64.23c.49-1.06-.58-2.2-1.72-1.94c-3.99.94-10.11 3.07-18.89 6.77zM111.8 8.7c-.19-.05-1.39-.37-1.84-.39c-29.98-1.04-43.97 8.48-44.47 8.88c-1.72 1.39-1.99 3.91-.6 5.62c1.11 1.37 2.24 1.54 2.84 1.53c.25-.01.47.15.54.4c1.23 4.91 1.44 11.94-.75 20.18C63.73 59.14 55.46 67 51.19 67c-.24 0-.47-.03-.68-.09c-1.74-.46-3.52-3.21-4.53-7c-1.51-5.71-1.26-13.19.69-20.53c2.65-9.98 7.52-16.82 11.66-20.01c1.9-1.46 3.42-3.36 4.53-5.49c.01-.01.01-.03.02-.04c.5-.96 2.83-5.48.11-5.54c-9.83 0-20.56 12.01-25.01 28.76c-4.91 18.48-.33 35.73 10.23 38.54q1.47.39 3 .39c9.83 0 20.56-12.01 25.01-28.76c2.48-9.32 2.53-18.32.62-25.31c-.23-.83.23-1.69 1.05-1.97c2.99-1.03 8.76-2.08 13.8-2.8c.79-.11 1.33.79.84 1.42c-3.7 4.88-6.8 11.24-8.73 18.5c-4.91 18.48-.33 35.73 10.23 38.54q1.47.39 3 .39c9.83 0 20.56-12.01 25.01-28.76c4.9-18.48.32-35.74-10.24-38.54zm1.53 36.22C109.55 59.14 101.29 67 97.02 67c-.24 0-.47-.03-.68-.09c-1.74-.46-3.52-3.21-4.53-7c-1.51-5.71-1.26-13.19.69-20.53c3.78-14.21 12.04-22.08 16.32-22.08c.24 0 .46.03.68.09c3.66.98 7.91 12.18 3.83 27.53z"/></g></svg>
</template>

CSS

.icon-hundred-points {
  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%3Cg%20fill%3D%22%23f44336%22%3E%3Cpath%20d%3D%22M27.12%2090.29c10.82-3.11%2038.94-12.05%2075.93-9.98c1.17.07%201.3%201.75.16%201.98c-17.17%203.53-60.46%2012.67-72.57%2017.43c-1.93.76-4.11-.07-5.04-1.93c-.3-.61-.62-1.25-.94-1.88a3.974%203.974%200%200%201%202.46-5.62%22%2F%3E%3Cpath%20stroke%3D%22%23f44336%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6.96%20113.3c17.01-4.24%2088.4-22.13%20116.04-21.84c1.2.01%201.38%201.72.21%201.98c-21.5%204.65-95.62%2021.85-112.61%2030.17c-2.17%201.06-4.77-.07-5.53-2.36l-.8-2.39c-.87-2.63.43-5%202.69-5.56zM6.5%2027.33C3%2028.81%203.51%2021.88%205.93%2020C12.94%2014.55%2030.08%208.14%2040%204.18c2.04-.81%204.04%201.28%203.15%203.29C37.75%2019.68%2021.88%2055.25%2012%2086.72c-.51%201.62-3.83%201.71-4%20.01c-.9-9.2%205.5-34.57%2019.11-64.23c.49-1.06-.58-2.2-1.72-1.94c-3.99.94-10.11%203.07-18.89%206.77zM111.8%208.7c-.19-.05-1.39-.37-1.84-.39c-29.98-1.04-43.97%208.48-44.47%208.88c-1.72%201.39-1.99%203.91-.6%205.62c1.11%201.37%202.24%201.54%202.84%201.53c.25-.01.47.15.54.4c1.23%204.91%201.44%2011.94-.75%2020.18C63.73%2059.14%2055.46%2067%2051.19%2067c-.24%200-.47-.03-.68-.09c-1.74-.46-3.52-3.21-4.53-7c-1.51-5.71-1.26-13.19.69-20.53c2.65-9.98%207.52-16.82%2011.66-20.01c1.9-1.46%203.42-3.36%204.53-5.49c.01-.01.01-.03.02-.04c.5-.96%202.83-5.48.11-5.54c-9.83%200-20.56%2012.01-25.01%2028.76c-4.91%2018.48-.33%2035.73%2010.23%2038.54q1.47.39%203%20.39c9.83%200%2020.56-12.01%2025.01-28.76c2.48-9.32%202.53-18.32.62-25.31c-.23-.83.23-1.69%201.05-1.97c2.99-1.03%208.76-2.08%2013.8-2.8c.79-.11%201.33.79.84%201.42c-3.7%204.88-6.8%2011.24-8.73%2018.5c-4.91%2018.48-.33%2035.73%2010.23%2038.54q1.47.39%203%20.39c9.83%200%2020.56-12.01%2025.01-28.76c4.9-18.48.32-35.74-10.24-38.54zm1.53%2036.22C109.55%2059.14%20101.29%2067%2097.02%2067c-.24%200-.47-.03-.68-.09c-1.74-.46-3.52-3.21-4.53-7c-1.51-5.71-1.26-13.19.69-20.53c3.78-14.21%2012.04-22.08%2016.32-22.08c.24%200%20.46.03.68.09c3.66.98%207.91%2012.18%203.83%2027.53z%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%20128%20128%22%3E%3Cg%20fill%3D%22%23f44336%22%3E%3Cpath%20d%3D%22M27.12%2090.29c10.82-3.11%2038.94-12.05%2075.93-9.98c1.17.07%201.3%201.75.16%201.98c-17.17%203.53-60.46%2012.67-72.57%2017.43c-1.93.76-4.11-.07-5.04-1.93c-.3-.61-.62-1.25-.94-1.88a3.974%203.974%200%200%201%202.46-5.62%22%2F%3E%3Cpath%20stroke%3D%22%23f44336%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6.96%20113.3c17.01-4.24%2088.4-22.13%20116.04-21.84c1.2.01%201.38%201.72.21%201.98c-21.5%204.65-95.62%2021.85-112.61%2030.17c-2.17%201.06-4.77-.07-5.53-2.36l-.8-2.39c-.87-2.63.43-5%202.69-5.56zM6.5%2027.33C3%2028.81%203.51%2021.88%205.93%2020C12.94%2014.55%2030.08%208.14%2040%204.18c2.04-.81%204.04%201.28%203.15%203.29C37.75%2019.68%2021.88%2055.25%2012%2086.72c-.51%201.62-3.83%201.71-4%20.01c-.9-9.2%205.5-34.57%2019.11-64.23c.49-1.06-.58-2.2-1.72-1.94c-3.99.94-10.11%203.07-18.89%206.77zM111.8%208.7c-.19-.05-1.39-.37-1.84-.39c-29.98-1.04-43.97%208.48-44.47%208.88c-1.72%201.39-1.99%203.91-.6%205.62c1.11%201.37%202.24%201.54%202.84%201.53c.25-.01.47.15.54.4c1.23%204.91%201.44%2011.94-.75%2020.18C63.73%2059.14%2055.46%2067%2051.19%2067c-.24%200-.47-.03-.68-.09c-1.74-.46-3.52-3.21-4.53-7c-1.51-5.71-1.26-13.19.69-20.53c2.65-9.98%207.52-16.82%2011.66-20.01c1.9-1.46%203.42-3.36%204.53-5.49c.01-.01.01-.03.02-.04c.5-.96%202.83-5.48.11-5.54c-9.83%200-20.56%2012.01-25.01%2028.76c-4.91%2018.48-.33%2035.73%2010.23%2038.54q1.47.39%203%20.39c9.83%200%2020.56-12.01%2025.01-28.76c2.48-9.32%202.53-18.32.62-25.31c-.23-.83.23-1.69%201.05-1.97c2.99-1.03%208.76-2.08%2013.8-2.8c.79-.11%201.33.79.84%201.42c-3.7%204.88-6.8%2011.24-8.73%2018.5c-4.91%2018.48-.33%2035.73%2010.23%2038.54q1.47.39%203%20.39c9.83%200%2020.56-12.01%2025.01-28.76c4.9-18.48.32-35.74-10.24-38.54zm1.53%2036.22C109.55%2059.14%20101.29%2067%2097.02%2067c-.24%200-.47-.03-.68-.09c-1.74-.46-3.52-3.21-4.53-7c-1.51-5.71-1.26-13.19.69-20.53c3.78-14.21%2012.04-22.08%2016.32-22.08c.24%200%20.46.03.68.09c3.66.98%207.91%2012.18%203.83%2027.53z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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