o from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
o
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the o icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160c-88.4 0-160 71.6-160 160s71.6 160 160 160s160-71.6 160-160s-71.6-160-160-160m224 160c0 123.7-100.3 224-224 224S96 443.7 96 320S196.3 96 320 96s224 100.3 224 224"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidO(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160c-88.4 0-160 71.6-160 160s71.6 160 160 160s160-71.6 160-160s-71.6-160-160-160m224 160c0 123.7-100.3 224-224 224S96 443.7 96 320S196.3 96 320 96s224 100.3 224 224"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160c-88.4 0-160 71.6-160 160s71.6 160 160 160s160-71.6 160-160s-71.6-160-160-160m224 160c0 123.7-100.3 224-224 224S96 443.7 96 320S196.3 96 320 96s224 100.3 224 224"/></svg>
</template>

CSS

.icon-o {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20160c-88.4%200-160%2071.6-160%20160s71.6%20160%20160%20160s160-71.6%20160-160s-71.6-160-160-160m224%20160c0%20123.7-100.3%20224-224%20224S96%20443.7%2096%20320S196.3%2096%20320%2096s224%20100.3%20224%20224%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20160c-88.4%200-160%2071.6-160%20160s71.6%20160%20160%20160s160-71.6%20160-160s-71.6-160-160-160m224%20160c0%20123.7-100.3%20224-224%20224S96%20443.7%2096%20320S196.3%2096%20320%2096s224%20100.3%20224%20224%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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