hundred points emoji

hundred-points from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.

Name
hundred-points
Set
Twitter Emoji
Style
Default
Category
Smileys & Emotion
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More smileys & emotion icons from Twitter Emoji

Use the hundred points emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#bb1a34" d="M1.728 21c-.617 0-.953-.256-1.127-.471c-.171-.211-.348-.585-.225-1.165L3.104 6.658l-1.714.097h-.013c-.517 0-.892-.168-1.127-.459a1.14 1.14 0 0 1-.221-.98c.15-.702.883-1.286 1.667-1.329l4.008-.227a3 3 0 0 1 .217-.008c.147 0 .536 0 .783.306c.252.312.167.709.139.839L3.719 19.454c-.187.884-.919 1.489-1.866 1.542zm10.743-2c-1.439 0-2.635-.539-3.459-1.559c-1.163-1.439-1.467-3.651-.878-6.397c1.032-4.812 4.208-8.186 7.902-8.395c1.59-.089 2.906.452 3.793 1.549c1.163 1.439 1.467 3.651.878 6.397c-1.032 4.81-4.208 8.184-7.904 8.394a5 5 0 0 1-.332.011m3.414-13.746l-.137.004c-1.94.111-3.555 2.304-4.32 5.866c-.478 2.228-.381 3.899.272 4.707c.297.368.717.555 1.249.555l.14-.004c1.94-.109 3.554-2.301 4.318-5.864c.478-2.228.382-3.9-.27-4.708c-.296-.369-.718-.556-1.252-.556m11.591 12.107c-1.439 0-2.637-.539-3.462-1.56c-1.163-1.439-1.467-3.651-.878-6.397c1.033-4.813 4.209-8.186 7.903-8.394c1.603-.09 2.903.453 3.79 1.549c1.163 1.439 1.467 3.651.878 6.396c-1.031 4.809-4.206 8.183-7.902 8.396q-.167.011-.329.01m3.411-13.747l-.136.004c-1.941.111-3.556 2.304-4.32 5.865c-.478 2.229-.381 3.901.272 4.708c.297.368.719.555 1.251.555l.14-.004c1.939-.109 3.554-2.302 4.318-5.864c.479-2.227.383-3.899-.27-4.707c-.298-.37-.72-.557-1.255-.557M11 35.001a2.001 2.001 0 0 1-.703-3.874c.337-.126 8.399-3.108 20.536-4.12a2 2 0 0 1 .332 3.986c-11.59.966-19.386 3.851-19.464 3.88c-.23.086-.468.128-.701.128M2.001 29a2 2 0 0 1-.719-3.866c.542-.209 13.516-5.126 32.612-6.131a1.987 1.987 0 0 1 2.103 1.892a2 2 0 0 1-1.892 2.103c-18.423.97-31.261 5.821-31.389 5.87a2 2 0 0 1-.715.132"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiHundredPoints(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#bb1a34" d="M1.728 21c-.617 0-.953-.256-1.127-.471c-.171-.211-.348-.585-.225-1.165L3.104 6.658l-1.714.097h-.013c-.517 0-.892-.168-1.127-.459a1.14 1.14 0 0 1-.221-.98c.15-.702.883-1.286 1.667-1.329l4.008-.227a3 3 0 0 1 .217-.008c.147 0 .536 0 .783.306c.252.312.167.709.139.839L3.719 19.454c-.187.884-.919 1.489-1.866 1.542zm10.743-2c-1.439 0-2.635-.539-3.459-1.559c-1.163-1.439-1.467-3.651-.878-6.397c1.032-4.812 4.208-8.186 7.902-8.395c1.59-.089 2.906.452 3.793 1.549c1.163 1.439 1.467 3.651.878 6.397c-1.032 4.81-4.208 8.184-7.904 8.394a5 5 0 0 1-.332.011m3.414-13.746l-.137.004c-1.94.111-3.555 2.304-4.32 5.866c-.478 2.228-.381 3.899.272 4.707c.297.368.717.555 1.249.555l.14-.004c1.94-.109 3.554-2.301 4.318-5.864c.478-2.228.382-3.9-.27-4.708c-.296-.369-.718-.556-1.252-.556m11.591 12.107c-1.439 0-2.637-.539-3.462-1.56c-1.163-1.439-1.467-3.651-.878-6.397c1.033-4.813 4.209-8.186 7.903-8.394c1.603-.09 2.903.453 3.79 1.549c1.163 1.439 1.467 3.651.878 6.396c-1.031 4.809-4.206 8.183-7.902 8.396q-.167.011-.329.01m3.411-13.747l-.136.004c-1.941.111-3.556 2.304-4.32 5.865c-.478 2.229-.381 3.901.272 4.708c.297.368.719.555 1.251.555l.14-.004c1.939-.109 3.554-2.302 4.318-5.864c.479-2.227.383-3.899-.27-4.707c-.298-.37-.72-.557-1.255-.557M11 35.001a2.001 2.001 0 0 1-.703-3.874c.337-.126 8.399-3.108 20.536-4.12a2 2 0 0 1 .332 3.986c-11.59.966-19.386 3.851-19.464 3.88c-.23.086-.468.128-.701.128M2.001 29a2 2 0 0 1-.719-3.866c.542-.209 13.516-5.126 32.612-6.131a1.987 1.987 0 0 1 2.103 1.892a2 2 0 0 1-1.892 2.103c-18.423.97-31.261 5.821-31.389 5.87a2 2 0 0 1-.715.132"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#bb1a34" d="M1.728 21c-.617 0-.953-.256-1.127-.471c-.171-.211-.348-.585-.225-1.165L3.104 6.658l-1.714.097h-.013c-.517 0-.892-.168-1.127-.459a1.14 1.14 0 0 1-.221-.98c.15-.702.883-1.286 1.667-1.329l4.008-.227a3 3 0 0 1 .217-.008c.147 0 .536 0 .783.306c.252.312.167.709.139.839L3.719 19.454c-.187.884-.919 1.489-1.866 1.542zm10.743-2c-1.439 0-2.635-.539-3.459-1.559c-1.163-1.439-1.467-3.651-.878-6.397c1.032-4.812 4.208-8.186 7.902-8.395c1.59-.089 2.906.452 3.793 1.549c1.163 1.439 1.467 3.651.878 6.397c-1.032 4.81-4.208 8.184-7.904 8.394a5 5 0 0 1-.332.011m3.414-13.746l-.137.004c-1.94.111-3.555 2.304-4.32 5.866c-.478 2.228-.381 3.899.272 4.707c.297.368.717.555 1.249.555l.14-.004c1.94-.109 3.554-2.301 4.318-5.864c.478-2.228.382-3.9-.27-4.708c-.296-.369-.718-.556-1.252-.556m11.591 12.107c-1.439 0-2.637-.539-3.462-1.56c-1.163-1.439-1.467-3.651-.878-6.397c1.033-4.813 4.209-8.186 7.903-8.394c1.603-.09 2.903.453 3.79 1.549c1.163 1.439 1.467 3.651.878 6.396c-1.031 4.809-4.206 8.183-7.902 8.396q-.167.011-.329.01m3.411-13.747l-.136.004c-1.941.111-3.556 2.304-4.32 5.865c-.478 2.229-.381 3.901.272 4.708c.297.368.719.555 1.251.555l.14-.004c1.939-.109 3.554-2.302 4.318-5.864c.479-2.227.383-3.899-.27-4.707c-.298-.37-.72-.557-1.255-.557M11 35.001a2.001 2.001 0 0 1-.703-3.874c.337-.126 8.399-3.108 20.536-4.12a2 2 0 0 1 .332 3.986c-11.59.966-19.386 3.851-19.464 3.88c-.23.086-.468.128-.701.128M2.001 29a2 2 0 0 1-.719-3.866c.542-.209 13.516-5.126 32.612-6.131a1.987 1.987 0 0 1 2.103 1.892a2 2 0 0 1-1.892 2.103c-18.423.97-31.261 5.821-31.389 5.87a2 2 0 0 1-.715.132"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23bb1a34%22%20d%3D%22M1.728%2021c-.617%200-.953-.256-1.127-.471c-.171-.211-.348-.585-.225-1.165L3.104%206.658l-1.714.097h-.013c-.517%200-.892-.168-1.127-.459a1.14%201.14%200%200%201-.221-.98c.15-.702.883-1.286%201.667-1.329l4.008-.227a3%203%200%200%201%20.217-.008c.147%200%20.536%200%20.783.306c.252.312.167.709.139.839L3.719%2019.454c-.187.884-.919%201.489-1.866%201.542zm10.743-2c-1.439%200-2.635-.539-3.459-1.559c-1.163-1.439-1.467-3.651-.878-6.397c1.032-4.812%204.208-8.186%207.902-8.395c1.59-.089%202.906.452%203.793%201.549c1.163%201.439%201.467%203.651.878%206.397c-1.032%204.81-4.208%208.184-7.904%208.394a5%205%200%200%201-.332.011m3.414-13.746l-.137.004c-1.94.111-3.555%202.304-4.32%205.866c-.478%202.228-.381%203.899.272%204.707c.297.368.717.555%201.249.555l.14-.004c1.94-.109%203.554-2.301%204.318-5.864c.478-2.228.382-3.9-.27-4.708c-.296-.369-.718-.556-1.252-.556m11.591%2012.107c-1.439%200-2.637-.539-3.462-1.56c-1.163-1.439-1.467-3.651-.878-6.397c1.033-4.813%204.209-8.186%207.903-8.394c1.603-.09%202.903.453%203.79%201.549c1.163%201.439%201.467%203.651.878%206.396c-1.031%204.809-4.206%208.183-7.902%208.396q-.167.011-.329.01m3.411-13.747l-.136.004c-1.941.111-3.556%202.304-4.32%205.865c-.478%202.229-.381%203.901.272%204.708c.297.368.719.555%201.251.555l.14-.004c1.939-.109%203.554-2.302%204.318-5.864c.479-2.227.383-3.899-.27-4.707c-.298-.37-.72-.557-1.255-.557M11%2035.001a2.001%202.001%200%200%201-.703-3.874c.337-.126%208.399-3.108%2020.536-4.12a2%202%200%200%201%20.332%203.986c-11.59.966-19.386%203.851-19.464%203.88c-.23.086-.468.128-.701.128M2.001%2029a2%202%200%200%201-.719-3.866c.542-.209%2013.516-5.126%2032.612-6.131a1.987%201.987%200%200%201%202.103%201.892a2%202%200%200%201-1.892%202.103c-18.423.97-31.261%205.821-31.389%205.87a2%202%200%200%201-.715.132%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23bb1a34%22%20d%3D%22M1.728%2021c-.617%200-.953-.256-1.127-.471c-.171-.211-.348-.585-.225-1.165L3.104%206.658l-1.714.097h-.013c-.517%200-.892-.168-1.127-.459a1.14%201.14%200%200%201-.221-.98c.15-.702.883-1.286%201.667-1.329l4.008-.227a3%203%200%200%201%20.217-.008c.147%200%20.536%200%20.783.306c.252.312.167.709.139.839L3.719%2019.454c-.187.884-.919%201.489-1.866%201.542zm10.743-2c-1.439%200-2.635-.539-3.459-1.559c-1.163-1.439-1.467-3.651-.878-6.397c1.032-4.812%204.208-8.186%207.902-8.395c1.59-.089%202.906.452%203.793%201.549c1.163%201.439%201.467%203.651.878%206.397c-1.032%204.81-4.208%208.184-7.904%208.394a5%205%200%200%201-.332.011m3.414-13.746l-.137.004c-1.94.111-3.555%202.304-4.32%205.866c-.478%202.228-.381%203.899.272%204.707c.297.368.717.555%201.249.555l.14-.004c1.94-.109%203.554-2.301%204.318-5.864c.478-2.228.382-3.9-.27-4.708c-.296-.369-.718-.556-1.252-.556m11.591%2012.107c-1.439%200-2.637-.539-3.462-1.56c-1.163-1.439-1.467-3.651-.878-6.397c1.033-4.813%204.209-8.186%207.903-8.394c1.603-.09%202.903.453%203.79%201.549c1.163%201.439%201.467%203.651.878%206.396c-1.031%204.809-4.206%208.183-7.902%208.396q-.167.011-.329.01m3.411-13.747l-.136.004c-1.941.111-3.556%202.304-4.32%205.865c-.478%202.229-.381%203.901.272%204.708c.297.368.719.555%201.251.555l.14-.004c1.939-.109%203.554-2.302%204.318-5.864c.479-2.227.383-3.899-.27-4.707c-.298-.37-.72-.557-1.255-.557M11%2035.001a2.001%202.001%200%200%201-.703-3.874c.337-.126%208.399-3.108%2020.536-4.12a2%202%200%200%201%20.332%203.986c-11.59.966-19.386%203.851-19.464%203.88c-.23.086-.468.128-.701.128M2.001%2029a2%202%200%200%201-.719-3.866c.542-.209%2013.516-5.126%2032.612-6.131a1.987%201.987%200%200%201%202.103%201.892a2%202%200%200%201-1.892%202.103c-18.423.97-31.261%205.821-31.389%205.87a2%202%200%200%201-.715.132%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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