9 from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
9
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
320×512
License
CC BY 4.0

The same icon in other sets

Use the 9 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M64 192a96 96 0 1 0 192 0a96 96 0 1 0-192 0m87.5 159.8C67.1 347.4 0 277.5 0 192C0 103.6 71.6 32 160 32s160 71.6 160 160c0 2.6-.1 5.3-.2 7.9c-1.7 35.7-15.2 70-38.4 97.4l-145 171.4c-11.4 13.5-31.6 15.2-45.1 3.8s-15.2-31.6-3.8-45.1l63.9-75.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6Solid9(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M64 192a96 96 0 1 0 192 0a96 96 0 1 0-192 0m87.5 159.8C67.1 347.4 0 277.5 0 192C0 103.6 71.6 32 160 32s160 71.6 160 160c0 2.6-.1 5.3-.2 7.9c-1.7 35.7-15.2 70-38.4 97.4l-145 171.4c-11.4 13.5-31.6 15.2-45.1 3.8s-15.2-31.6-3.8-45.1l63.9-75.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M64 192a96 96 0 1 0 192 0a96 96 0 1 0-192 0m87.5 159.8C67.1 347.4 0 277.5 0 192C0 103.6 71.6 32 160 32s160 71.6 160 160c0 2.6-.1 5.3-.2 7.9c-1.7 35.7-15.2 70-38.4 97.4l-145 171.4c-11.4 13.5-31.6 15.2-45.1 3.8s-15.2-31.6-3.8-45.1l63.9-75.6z"/></svg>
</template>

CSS

.icon-9 {
  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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20192a96%2096%200%201%200%20192%200a96%2096%200%201%200-192%200m87.5%20159.8C67.1%20347.4%200%20277.5%200%20192C0%20103.6%2071.6%2032%20160%2032s160%2071.6%20160%20160c0%202.6-.1%205.3-.2%207.9c-1.7%2035.7-15.2%2070-38.4%2097.4l-145%20171.4c-11.4%2013.5-31.6%2015.2-45.1%203.8s-15.2-31.6-3.8-45.1l63.9-75.6z%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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20192a96%2096%200%201%200%20192%200a96%2096%200%201%200-192%200m87.5%20159.8C67.1%20347.4%200%20277.5%200%20192C0%20103.6%2071.6%2032%20160%2032s160%2071.6%20160%20160c0%202.6-.1%205.3-.2%207.9c-1.7%2035.7-15.2%2070-38.4%2097.4l-145%20171.4c-11.4%2013.5-31.6%2015.2-45.1%203.8s-15.2-31.6-3.8-45.1l63.9-75.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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