number-8 from Remix Icon by Remix Design · Regular · Editor · Apache-2.0 Free for personal and commercial use.

Name
number-8
Set
Remix Icon
Style
Regular
Category
Editor
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More editor icons from Remix Icon

Use the number 8 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.5a5.5 5.5 0 0 1 3.352 9.86c1.888 1.05 3.148 2.96 3.148 5.14c0 3.314-2.91 6-6.5 6s-6.5-2.686-6.5-6c0-2.181 1.261-4.09 3.147-5.141A5.5 5.5 0 0 1 12 1.5m0 11c-2.52 0-4.5 1.828-4.5 4s1.98 4 4.5 4s4.5-1.828 4.5-4s-1.98-4-4.5-4m0-9a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>

React

import type { SVGProps } from "react";

export function RiNumber8(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.5a5.5 5.5 0 0 1 3.352 9.86c1.888 1.05 3.148 2.96 3.148 5.14c0 3.314-2.91 6-6.5 6s-6.5-2.686-6.5-6c0-2.181 1.261-4.09 3.147-5.141A5.5 5.5 0 0 1 12 1.5m0 11c-2.52 0-4.5 1.828-4.5 4s1.98 4 4.5 4s4.5-1.828 4.5-4s-1.98-4-4.5-4m0-9a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.5a5.5 5.5 0 0 1 3.352 9.86c1.888 1.05 3.148 2.96 3.148 5.14c0 3.314-2.91 6-6.5 6s-6.5-2.686-6.5-6c0-2.181 1.261-4.09 3.147-5.141A5.5 5.5 0 0 1 12 1.5m0 11c-2.52 0-4.5 1.828-4.5 4s1.98 4 4.5 4s4.5-1.828 4.5-4s-1.98-4-4.5-4m0-9a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
</template>

CSS

.icon-number-8 {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201.5a5.5%205.5%200%200%201%203.352%209.86c1.888%201.05%203.148%202.96%203.148%205.14c0%203.314-2.91%206-6.5%206s-6.5-2.686-6.5-6c0-2.181%201.261-4.09%203.147-5.141A5.5%205.5%200%200%201%2012%201.5m0%2011c-2.52%200-4.5%201.828-4.5%204s1.98%204%204.5%204s4.5-1.828%204.5-4s-1.98-4-4.5-4m0-9a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201.5a5.5%205.5%200%200%201%203.352%209.86c1.888%201.05%203.148%202.96%203.148%205.14c0%203.314-2.91%206-6.5%206s-6.5-2.686-6.5-6c0-2.181%201.261-4.09%203.147-5.141A5.5%205.5%200%200%201%2012%201.5m0%2011c-2.52%200-4.5%201.828-4.5%204s1.98%204%204.5%204s4.5-1.828%204.5-4s-1.98-4-4.5-4m0-9a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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