hundred points emoji

hundred-points from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
hundred-points
Set
Fluent Emoji Flat
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji Flat

Use the hundred points emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f8312f" fill-rule="evenodd" d="M21.074 18.853c-1.014-1.056-1.178-2.745-1.024-4.157q.09-.786.186-1.576a196 196 0 0 0 .186-1.575c.188-1.555.619-3.216 1.524-4.483a4.93 4.93 0 0 1 3.362-2.016c1.274-.168 2.683.113 3.587 1.099c.984 1.06 1.254 2.693 1.033 4.145l-.116.94c-.092.739-.184 1.48-.266 2.213c-.145 1.581-.641 3.198-1.523 4.494c-.788 1.145-2.038 1.841-3.362 2.016c-1.272.178-2.655-.139-3.587-1.1m2.942-6.034c-.09.738-.179 1.475-.257 2.216c-.088.873.205 1.27.837 1.186c.641-.084.98-.565 1.068-1.437c.08-.807.18-1.612.278-2.417s.197-1.609.277-2.416c.088-.872-.205-1.27-.847-1.185c-.631.084-.97.564-1.058 1.436c-.087.875-.193 1.746-.298 2.617M9.55 16.696c-.154 1.412.01 3.101 1.024 4.157c.932.961 2.315 1.278 3.587 1.1c1.324-.175 2.574-.871 3.362-2.016c.882-1.296 1.378-2.913 1.523-4.494c.082-.734.174-1.474.266-2.213l.116-.94c.22-1.452-.049-3.085-1.033-4.145c-.904-.986-2.313-1.267-3.587-1.1a4.93 4.93 0 0 0-3.362 2.017c-.905 1.267-1.336 2.928-1.524 4.483q-.09.785-.186 1.575q-.096.791-.186 1.576m3.966-1.877c.105-.871.21-1.742.298-2.617c.088-.872.427-1.352 1.058-1.436c.642-.084.935.313.847 1.185c-.08.807-.179 1.612-.277 2.416c-.099.805-.197 1.61-.278 2.417c-.088.872-.427 1.353-1.068 1.437c-.632.084-.925-.313-.837-1.186c.078-.74.168-1.478.257-2.216m-6.81 9.688L8.5 11.5S9 9 7 9c-1.264 0-3.652 2.873-5.003 4.643c-.553.725-.334 1.755.448 2.224c.62.372 1.414.274 1.925-.237l.13-.13l-1.218 8.527a1.729 1.729 0 1 0 3.424.48m21.27-3.22a1 1 0 0 1-.762 1.19l-16 3.5a1 1 0 0 1-.428-1.954l16-3.5a1 1 0 0 1 1.19.763m-2.5 3.993a1 1 0 0 1-.756 1.195l-15.5 3.5a1 1 0 1 1-.44-1.95l15.5-3.5a1 1 0 0 1 1.195.755" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatHundredPoints(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f8312f" fillRule="evenodd" d="M21.074 18.853c-1.014-1.056-1.178-2.745-1.024-4.157q.09-.786.186-1.576a196 196 0 0 0 .186-1.575c.188-1.555.619-3.216 1.524-4.483a4.93 4.93 0 0 1 3.362-2.016c1.274-.168 2.683.113 3.587 1.099c.984 1.06 1.254 2.693 1.033 4.145l-.116.94c-.092.739-.184 1.48-.266 2.213c-.145 1.581-.641 3.198-1.523 4.494c-.788 1.145-2.038 1.841-3.362 2.016c-1.272.178-2.655-.139-3.587-1.1m2.942-6.034c-.09.738-.179 1.475-.257 2.216c-.088.873.205 1.27.837 1.186c.641-.084.98-.565 1.068-1.437c.08-.807.18-1.612.278-2.417s.197-1.609.277-2.416c.088-.872-.205-1.27-.847-1.185c-.631.084-.97.564-1.058 1.436c-.087.875-.193 1.746-.298 2.617M9.55 16.696c-.154 1.412.01 3.101 1.024 4.157c.932.961 2.315 1.278 3.587 1.1c1.324-.175 2.574-.871 3.362-2.016c.882-1.296 1.378-2.913 1.523-4.494c.082-.734.174-1.474.266-2.213l.116-.94c.22-1.452-.049-3.085-1.033-4.145c-.904-.986-2.313-1.267-3.587-1.1a4.93 4.93 0 0 0-3.362 2.017c-.905 1.267-1.336 2.928-1.524 4.483q-.09.785-.186 1.575q-.096.791-.186 1.576m3.966-1.877c.105-.871.21-1.742.298-2.617c.088-.872.427-1.352 1.058-1.436c.642-.084.935.313.847 1.185c-.08.807-.179 1.612-.277 2.416c-.099.805-.197 1.61-.278 2.417c-.088.872-.427 1.353-1.068 1.437c-.632.084-.925-.313-.837-1.186c.078-.74.168-1.478.257-2.216m-6.81 9.688L8.5 11.5S9 9 7 9c-1.264 0-3.652 2.873-5.003 4.643c-.553.725-.334 1.755.448 2.224c.62.372 1.414.274 1.925-.237l.13-.13l-1.218 8.527a1.729 1.729 0 1 0 3.424.48m21.27-3.22a1 1 0 0 1-.762 1.19l-16 3.5a1 1 0 0 1-.428-1.954l16-3.5a1 1 0 0 1 1.19.763m-2.5 3.993a1 1 0 0 1-.756 1.195l-15.5 3.5a1 1 0 1 1-.44-1.95l15.5-3.5a1 1 0 0 1 1.195.755" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f8312f" fill-rule="evenodd" d="M21.074 18.853c-1.014-1.056-1.178-2.745-1.024-4.157q.09-.786.186-1.576a196 196 0 0 0 .186-1.575c.188-1.555.619-3.216 1.524-4.483a4.93 4.93 0 0 1 3.362-2.016c1.274-.168 2.683.113 3.587 1.099c.984 1.06 1.254 2.693 1.033 4.145l-.116.94c-.092.739-.184 1.48-.266 2.213c-.145 1.581-.641 3.198-1.523 4.494c-.788 1.145-2.038 1.841-3.362 2.016c-1.272.178-2.655-.139-3.587-1.1m2.942-6.034c-.09.738-.179 1.475-.257 2.216c-.088.873.205 1.27.837 1.186c.641-.084.98-.565 1.068-1.437c.08-.807.18-1.612.278-2.417s.197-1.609.277-2.416c.088-.872-.205-1.27-.847-1.185c-.631.084-.97.564-1.058 1.436c-.087.875-.193 1.746-.298 2.617M9.55 16.696c-.154 1.412.01 3.101 1.024 4.157c.932.961 2.315 1.278 3.587 1.1c1.324-.175 2.574-.871 3.362-2.016c.882-1.296 1.378-2.913 1.523-4.494c.082-.734.174-1.474.266-2.213l.116-.94c.22-1.452-.049-3.085-1.033-4.145c-.904-.986-2.313-1.267-3.587-1.1a4.93 4.93 0 0 0-3.362 2.017c-.905 1.267-1.336 2.928-1.524 4.483q-.09.785-.186 1.575q-.096.791-.186 1.576m3.966-1.877c.105-.871.21-1.742.298-2.617c.088-.872.427-1.352 1.058-1.436c.642-.084.935.313.847 1.185c-.08.807-.179 1.612-.277 2.416c-.099.805-.197 1.61-.278 2.417c-.088.872-.427 1.353-1.068 1.437c-.632.084-.925-.313-.837-1.186c.078-.74.168-1.478.257-2.216m-6.81 9.688L8.5 11.5S9 9 7 9c-1.264 0-3.652 2.873-5.003 4.643c-.553.725-.334 1.755.448 2.224c.62.372 1.414.274 1.925-.237l.13-.13l-1.218 8.527a1.729 1.729 0 1 0 3.424.48m21.27-3.22a1 1 0 0 1-.762 1.19l-16 3.5a1 1 0 0 1-.428-1.954l16-3.5a1 1 0 0 1 1.19.763m-2.5 3.993a1 1 0 0 1-.756 1.195l-15.5 3.5a1 1 0 1 1-.44-1.95l15.5-3.5a1 1 0 0 1 1.195.755" clip-rule="evenodd"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22%23f8312f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.074%2018.853c-1.014-1.056-1.178-2.745-1.024-4.157q.09-.786.186-1.576a196%20196%200%200%200%20.186-1.575c.188-1.555.619-3.216%201.524-4.483a4.93%204.93%200%200%201%203.362-2.016c1.274-.168%202.683.113%203.587%201.099c.984%201.06%201.254%202.693%201.033%204.145l-.116.94c-.092.739-.184%201.48-.266%202.213c-.145%201.581-.641%203.198-1.523%204.494c-.788%201.145-2.038%201.841-3.362%202.016c-1.272.178-2.655-.139-3.587-1.1m2.942-6.034c-.09.738-.179%201.475-.257%202.216c-.088.873.205%201.27.837%201.186c.641-.084.98-.565%201.068-1.437c.08-.807.18-1.612.278-2.417s.197-1.609.277-2.416c.088-.872-.205-1.27-.847-1.185c-.631.084-.97.564-1.058%201.436c-.087.875-.193%201.746-.298%202.617M9.55%2016.696c-.154%201.412.01%203.101%201.024%204.157c.932.961%202.315%201.278%203.587%201.1c1.324-.175%202.574-.871%203.362-2.016c.882-1.296%201.378-2.913%201.523-4.494c.082-.734.174-1.474.266-2.213l.116-.94c.22-1.452-.049-3.085-1.033-4.145c-.904-.986-2.313-1.267-3.587-1.1a4.93%204.93%200%200%200-3.362%202.017c-.905%201.267-1.336%202.928-1.524%204.483q-.09.785-.186%201.575q-.096.791-.186%201.576m3.966-1.877c.105-.871.21-1.742.298-2.617c.088-.872.427-1.352%201.058-1.436c.642-.084.935.313.847%201.185c-.08.807-.179%201.612-.277%202.416c-.099.805-.197%201.61-.278%202.417c-.088.872-.427%201.353-1.068%201.437c-.632.084-.925-.313-.837-1.186c.078-.74.168-1.478.257-2.216m-6.81%209.688L8.5%2011.5S9%209%207%209c-1.264%200-3.652%202.873-5.003%204.643c-.553.725-.334%201.755.448%202.224c.62.372%201.414.274%201.925-.237l.13-.13l-1.218%208.527a1.729%201.729%200%201%200%203.424.48m21.27-3.22a1%201%200%200%201-.762%201.19l-16%203.5a1%201%200%200%201-.428-1.954l16-3.5a1%201%200%200%201%201.19.763m-2.5%203.993a1%201%200%200%201-.756%201.195l-15.5%203.5a1%201%200%201%201-.44-1.95l15.5-3.5a1%201%200%200%201%201.195.755%22%20clip-rule%3D%22evenodd%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23f8312f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.074%2018.853c-1.014-1.056-1.178-2.745-1.024-4.157q.09-.786.186-1.576a196%20196%200%200%200%20.186-1.575c.188-1.555.619-3.216%201.524-4.483a4.93%204.93%200%200%201%203.362-2.016c1.274-.168%202.683.113%203.587%201.099c.984%201.06%201.254%202.693%201.033%204.145l-.116.94c-.092.739-.184%201.48-.266%202.213c-.145%201.581-.641%203.198-1.523%204.494c-.788%201.145-2.038%201.841-3.362%202.016c-1.272.178-2.655-.139-3.587-1.1m2.942-6.034c-.09.738-.179%201.475-.257%202.216c-.088.873.205%201.27.837%201.186c.641-.084.98-.565%201.068-1.437c.08-.807.18-1.612.278-2.417s.197-1.609.277-2.416c.088-.872-.205-1.27-.847-1.185c-.631.084-.97.564-1.058%201.436c-.087.875-.193%201.746-.298%202.617M9.55%2016.696c-.154%201.412.01%203.101%201.024%204.157c.932.961%202.315%201.278%203.587%201.1c1.324-.175%202.574-.871%203.362-2.016c.882-1.296%201.378-2.913%201.523-4.494c.082-.734.174-1.474.266-2.213l.116-.94c.22-1.452-.049-3.085-1.033-4.145c-.904-.986-2.313-1.267-3.587-1.1a4.93%204.93%200%200%200-3.362%202.017c-.905%201.267-1.336%202.928-1.524%204.483q-.09.785-.186%201.575q-.096.791-.186%201.576m3.966-1.877c.105-.871.21-1.742.298-2.617c.088-.872.427-1.352%201.058-1.436c.642-.084.935.313.847%201.185c-.08.807-.179%201.612-.277%202.416c-.099.805-.197%201.61-.278%202.417c-.088.872-.427%201.353-1.068%201.437c-.632.084-.925-.313-.837-1.186c.078-.74.168-1.478.257-2.216m-6.81%209.688L8.5%2011.5S9%209%207%209c-1.264%200-3.652%202.873-5.003%204.643c-.553.725-.334%201.755.448%202.224c.62.372%201.414.274%201.925-.237l.13-.13l-1.218%208.527a1.729%201.729%200%201%200%203.424.48m21.27-3.22a1%201%200%200%201-.762%201.19l-16%203.5a1%201%200%200%201-.428-1.954l16-3.5a1%201%200%200%201%201.19.763m-2.5%203.993a1%201%200%200%201-.756%201.195l-15.5%203.5a1%201%200%201%201-.44-1.95l15.5-3.5a1%201%200%200%201%201.195.755%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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