digit eight emoji
digit-eight from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- digit-eight
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Symbols
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Emoji One (Colored)
Use the digit eight emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="M27.1 30.5q-2.25-1.05-3.3-2.7c-.7-1.1-1-2.4-1-3.8c0-2.3.8-4.3 2.4-5.8s3.8-2.3 6.8-2.3c2.9 0 5.1.8 6.7 2.3s2.4 3.5 2.4 5.8c0 1.5-.4 2.7-1.1 3.9c-.7 1.1-1.8 2-3.1 2.6c1.7.7 3 1.7 3.8 3.1c.9 1.3 1.3 2.9 1.3 4.6c0 2.9-.9 5.2-2.7 7.1c-1.8 1.8-4.2 2.7-7.1 2.7c-2.8 0-5.1-.7-6.9-2.2c-2.2-1.8-3.3-4.2-3.3-7.3c0-1.7.4-3.2 1.2-4.7q1.2-2.1 3.9-3.3m.6 7.4c0 1.7.4 2.9 1.2 3.9c.8.9 1.9 1.4 3.1 1.4s2.2-.4 3-1.3q1.2-1.35 1.2-3.9c0-1.5-.4-2.6-1.2-3.5s-1.8-1.3-3-1.3c-1.4 0-2.5.5-3.2 1.5c-.7.9-1.1 2-1.1 3.2m.6-13.4c0 1.2.3 2.1 1 2.8s1.5 1 2.6 1s2-.3 2.7-1s1-1.6 1-2.8c0-1.1-.3-2-1-2.7s-1.5-1-2.6-1s-2 .3-2.7 1s-1 1.6-1 2.7"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneDigitEight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="M27.1 30.5q-2.25-1.05-3.3-2.7c-.7-1.1-1-2.4-1-3.8c0-2.3.8-4.3 2.4-5.8s3.8-2.3 6.8-2.3c2.9 0 5.1.8 6.7 2.3s2.4 3.5 2.4 5.8c0 1.5-.4 2.7-1.1 3.9c-.7 1.1-1.8 2-3.1 2.6c1.7.7 3 1.7 3.8 3.1c.9 1.3 1.3 2.9 1.3 4.6c0 2.9-.9 5.2-2.7 7.1c-1.8 1.8-4.2 2.7-7.1 2.7c-2.8 0-5.1-.7-6.9-2.2c-2.2-1.8-3.3-4.2-3.3-7.3c0-1.7.4-3.2 1.2-4.7q1.2-2.1 3.9-3.3m.6 7.4c0 1.7.4 2.9 1.2 3.9c.8.9 1.9 1.4 3.1 1.4s2.2-.4 3-1.3q1.2-1.35 1.2-3.9c0-1.5-.4-2.6-1.2-3.5s-1.8-1.3-3-1.3c-1.4 0-2.5.5-3.2 1.5c-.7.9-1.1 2-1.1 3.2m.6-13.4c0 1.2.3 2.1 1 2.8s1.5 1 2.6 1s2-.3 2.7-1s1-1.6 1-2.8c0-1.1-.3-2-1-2.7s-1.5-1-2.6-1s-2 .3-2.7 1s-1 1.6-1 2.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="M27.1 30.5q-2.25-1.05-3.3-2.7c-.7-1.1-1-2.4-1-3.8c0-2.3.8-4.3 2.4-5.8s3.8-2.3 6.8-2.3c2.9 0 5.1.8 6.7 2.3s2.4 3.5 2.4 5.8c0 1.5-.4 2.7-1.1 3.9c-.7 1.1-1.8 2-3.1 2.6c1.7.7 3 1.7 3.8 3.1c.9 1.3 1.3 2.9 1.3 4.6c0 2.9-.9 5.2-2.7 7.1c-1.8 1.8-4.2 2.7-7.1 2.7c-2.8 0-5.1-.7-6.9-2.2c-2.2-1.8-3.3-4.2-3.3-7.3c0-1.7.4-3.2 1.2-4.7q1.2-2.1 3.9-3.3m.6 7.4c0 1.7.4 2.9 1.2 3.9c.8.9 1.9 1.4 3.1 1.4s2.2-.4 3-1.3q1.2-1.35 1.2-3.9c0-1.5-.4-2.6-1.2-3.5s-1.8-1.3-3-1.3c-1.4 0-2.5.5-3.2 1.5c-.7.9-1.1 2-1.1 3.2m.6-13.4c0 1.2.3 2.1 1 2.8s1.5 1 2.6 1s2-.3 2.7-1s1-1.6 1-2.8c0-1.1-.3-2-1-2.7s-1.5-1-2.6-1s-2 .3-2.7 1s-1 1.6-1 2.7"/></svg> </template>
CSS
.icon-digit-eight {
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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%234fd1d9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.1%2030.5q-2.25-1.05-3.3-2.7c-.7-1.1-1-2.4-1-3.8c0-2.3.8-4.3%202.4-5.8s3.8-2.3%206.8-2.3c2.9%200%205.1.8%206.7%202.3s2.4%203.5%202.4%205.8c0%201.5-.4%202.7-1.1%203.9c-.7%201.1-1.8%202-3.1%202.6c1.7.7%203%201.7%203.8%203.1c.9%201.3%201.3%202.9%201.3%204.6c0%202.9-.9%205.2-2.7%207.1c-1.8%201.8-4.2%202.7-7.1%202.7c-2.8%200-5.1-.7-6.9-2.2c-2.2-1.8-3.3-4.2-3.3-7.3c0-1.7.4-3.2%201.2-4.7q1.2-2.1%203.9-3.3m.6%207.4c0%201.7.4%202.9%201.2%203.9c.8.9%201.9%201.4%203.1%201.4s2.2-.4%203-1.3q1.2-1.35%201.2-3.9c0-1.5-.4-2.6-1.2-3.5s-1.8-1.3-3-1.3c-1.4%200-2.5.5-3.2%201.5c-.7.9-1.1%202-1.1%203.2m.6-13.4c0%201.2.3%202.1%201%202.8s1.5%201%202.6%201s2-.3%202.7-1s1-1.6%201-2.8c0-1.1-.3-2-1-2.7s-1.5-1-2.6-1s-2%20.3-2.7%201s-1%201.6-1%202.7%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%234fd1d9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.1%2030.5q-2.25-1.05-3.3-2.7c-.7-1.1-1-2.4-1-3.8c0-2.3.8-4.3%202.4-5.8s3.8-2.3%206.8-2.3c2.9%200%205.1.8%206.7%202.3s2.4%203.5%202.4%205.8c0%201.5-.4%202.7-1.1%203.9c-.7%201.1-1.8%202-3.1%202.6c1.7.7%203%201.7%203.8%203.1c.9%201.3%201.3%202.9%201.3%204.6c0%202.9-.9%205.2-2.7%207.1c-1.8%201.8-4.2%202.7-7.1%202.7c-2.8%200-5.1-.7-6.9-2.2c-2.2-1.8-3.3-4.2-3.3-7.3c0-1.7.4-3.2%201.2-4.7q1.2-2.1%203.9-3.3m.6%207.4c0%201.7.4%202.9%201.2%203.9c.8.9%201.9%201.4%203.1%201.4s2.2-.4%203-1.3q1.2-1.35%201.2-3.9c0-1.5-.4-2.6-1.2-3.5s-1.8-1.3-3-1.3c-1.4%200-2.5.5-3.2%201.5c-.7.9-1.1%202-1.1%203.2m.6-13.4c0%201.2.3%202.1%201%202.8s1.5%201%202.6%201s2-.3%202.7-1s1-1.6%201-2.8c0-1.1-.3-2-1-2.7s-1.5-1-2.6-1s-2%20.3-2.7%201s-1%201.6-1%202.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/digit-eight.svg?color=%231a73e8&size=48