format circle icon

format-circle from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
format-circle
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the format circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M21.5 5.35c0 .91-.43 1.72-1.09 2.24c-.48.38-1.09.61-1.76.61c-1.58 0-2.85-1.27-2.85-2.85c0-.67.23-1.27.61-1.76h.01c.51-.66 1.32-1.09 2.23-1.09c1.58 0 2.85 1.27 2.85 2.85m-13.3 0c0 1.58-1.27 2.85-2.85 2.85A2.85 2.85 0 1 1 8.2 5.35m13.3 13.3c0 1.58-1.27 2.85-2.85 2.85c-.91 0-1.72-.43-2.23-1.09h-.01c-.38-.48-.61-1.09-.61-1.76c0-1.58 1.27-2.85 2.85-2.85c.67 0 1.27.23 1.76.61v.01c.66.51 1.09 1.32 1.09 2.23m-13.3 0c0 .67-.23 1.27-.61 1.76a2.82 2.82 0 0 1-2.24 1.09c-1.58 0-2.85-1.27-2.85-2.85c0-.91.43-1.72 1.09-2.23v-.01c.48-.38 1.09-.61 1.76-.61c1.58 0 2.85 1.27 2.85 2.85"/><path d="M21.5 12c0 1.6-.39 3.09-1.09 4.41c-.48-.38-1.09-.61-1.76-.61c-1.58 0-2.85 1.27-2.85 2.85c0 .67.23 1.27.61 1.76A9.35 9.35 0 0 1 12 21.5c-1.59 0-3.09-.39-4.41-1.09c.38-.48.61-1.09.61-1.76c0-1.58-1.27-2.85-2.85-2.85c-.67 0-1.27.23-1.76.61A9.35 9.35 0 0 1 2.5 12c0-1.59.39-3.09 1.09-4.41c.49.38 1.09.61 1.76.61c1.58 0 2.85-1.27 2.85-2.85c0-.67-.23-1.27-.61-1.76C8.91 2.89 10.41 2.5 12 2.5c1.6 0 3.09.39 4.41 1.09c-.38.48-.61 1.09-.61 1.76c0 1.58 1.27 2.85 2.85 2.85c.67 0 1.27-.23 1.76-.61c.7 1.32 1.09 2.82 1.09 4.41"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconFormatCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M21.5 5.35c0 .91-.43 1.72-1.09 2.24c-.48.38-1.09.61-1.76.61c-1.58 0-2.85-1.27-2.85-2.85c0-.67.23-1.27.61-1.76h.01c.51-.66 1.32-1.09 2.23-1.09c1.58 0 2.85 1.27 2.85 2.85m-13.3 0c0 1.58-1.27 2.85-2.85 2.85A2.85 2.85 0 1 1 8.2 5.35m13.3 13.3c0 1.58-1.27 2.85-2.85 2.85c-.91 0-1.72-.43-2.23-1.09h-.01c-.38-.48-.61-1.09-.61-1.76c0-1.58 1.27-2.85 2.85-2.85c.67 0 1.27.23 1.76.61v.01c.66.51 1.09 1.32 1.09 2.23m-13.3 0c0 .67-.23 1.27-.61 1.76a2.82 2.82 0 0 1-2.24 1.09c-1.58 0-2.85-1.27-2.85-2.85c0-.91.43-1.72 1.09-2.23v-.01c.48-.38 1.09-.61 1.76-.61c1.58 0 2.85 1.27 2.85 2.85"/><path d="M21.5 12c0 1.6-.39 3.09-1.09 4.41c-.48-.38-1.09-.61-1.76-.61c-1.58 0-2.85 1.27-2.85 2.85c0 .67.23 1.27.61 1.76A9.35 9.35 0 0 1 12 21.5c-1.59 0-3.09-.39-4.41-1.09c.38-.48.61-1.09.61-1.76c0-1.58-1.27-2.85-2.85-2.85c-.67 0-1.27.23-1.76.61A9.35 9.35 0 0 1 2.5 12c0-1.59.39-3.09 1.09-4.41c.49.38 1.09.61 1.76.61c1.58 0 2.85-1.27 2.85-2.85c0-.67-.23-1.27-.61-1.76C8.91 2.89 10.41 2.5 12 2.5c1.6 0 3.09.39 4.41 1.09c-.38.48-.61 1.09-.61 1.76c0 1.58 1.27 2.85 2.85 2.85c.67 0 1.27-.23 1.76-.61c.7 1.32 1.09 2.82 1.09 4.41"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M21.5 5.35c0 .91-.43 1.72-1.09 2.24c-.48.38-1.09.61-1.76.61c-1.58 0-2.85-1.27-2.85-2.85c0-.67.23-1.27.61-1.76h.01c.51-.66 1.32-1.09 2.23-1.09c1.58 0 2.85 1.27 2.85 2.85m-13.3 0c0 1.58-1.27 2.85-2.85 2.85A2.85 2.85 0 1 1 8.2 5.35m13.3 13.3c0 1.58-1.27 2.85-2.85 2.85c-.91 0-1.72-.43-2.23-1.09h-.01c-.38-.48-.61-1.09-.61-1.76c0-1.58 1.27-2.85 2.85-2.85c.67 0 1.27.23 1.76.61v.01c.66.51 1.09 1.32 1.09 2.23m-13.3 0c0 .67-.23 1.27-.61 1.76a2.82 2.82 0 0 1-2.24 1.09c-1.58 0-2.85-1.27-2.85-2.85c0-.91.43-1.72 1.09-2.23v-.01c.48-.38 1.09-.61 1.76-.61c1.58 0 2.85 1.27 2.85 2.85"/><path d="M21.5 12c0 1.6-.39 3.09-1.09 4.41c-.48-.38-1.09-.61-1.76-.61c-1.58 0-2.85 1.27-2.85 2.85c0 .67.23 1.27.61 1.76A9.35 9.35 0 0 1 12 21.5c-1.59 0-3.09-.39-4.41-1.09c.38-.48.61-1.09.61-1.76c0-1.58-1.27-2.85-2.85-2.85c-.67 0-1.27.23-1.76.61A9.35 9.35 0 0 1 2.5 12c0-1.59.39-3.09 1.09-4.41c.49.38 1.09.61 1.76.61c1.58 0 2.85-1.27 2.85-2.85c0-.67-.23-1.27-.61-1.76C8.91 2.89 10.41 2.5 12 2.5c1.6 0 3.09.39 4.41 1.09c-.38.48-.61 1.09-.61 1.76c0 1.58 1.27 2.85 2.85 2.85c.67 0 1.27-.23 1.76-.61c.7 1.32 1.09 2.82 1.09 4.41"/></g></svg>
</template>

CSS

.icon-format-circle {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.5%205.35c0%20.91-.43%201.72-1.09%202.24c-.48.38-1.09.61-1.76.61c-1.58%200-2.85-1.27-2.85-2.85c0-.67.23-1.27.61-1.76h.01c.51-.66%201.32-1.09%202.23-1.09c1.58%200%202.85%201.27%202.85%202.85m-13.3%200c0%201.58-1.27%202.85-2.85%202.85A2.85%202.85%200%201%201%208.2%205.35m13.3%2013.3c0%201.58-1.27%202.85-2.85%202.85c-.91%200-1.72-.43-2.23-1.09h-.01c-.38-.48-.61-1.09-.61-1.76c0-1.58%201.27-2.85%202.85-2.85c.67%200%201.27.23%201.76.61v.01c.66.51%201.09%201.32%201.09%202.23m-13.3%200c0%20.67-.23%201.27-.61%201.76a2.82%202.82%200%200%201-2.24%201.09c-1.58%200-2.85-1.27-2.85-2.85c0-.91.43-1.72%201.09-2.23v-.01c.48-.38%201.09-.61%201.76-.61c1.58%200%202.85%201.27%202.85%202.85%22%2F%3E%3Cpath%20d%3D%22M21.5%2012c0%201.6-.39%203.09-1.09%204.41c-.48-.38-1.09-.61-1.76-.61c-1.58%200-2.85%201.27-2.85%202.85c0%20.67.23%201.27.61%201.76A9.35%209.35%200%200%201%2012%2021.5c-1.59%200-3.09-.39-4.41-1.09c.38-.48.61-1.09.61-1.76c0-1.58-1.27-2.85-2.85-2.85c-.67%200-1.27.23-1.76.61A9.35%209.35%200%200%201%202.5%2012c0-1.59.39-3.09%201.09-4.41c.49.38%201.09.61%201.76.61c1.58%200%202.85-1.27%202.85-2.85c0-.67-.23-1.27-.61-1.76C8.91%202.89%2010.41%202.5%2012%202.5c1.6%200%203.09.39%204.41%201.09c-.38.48-.61%201.09-.61%201.76c0%201.58%201.27%202.85%202.85%202.85c.67%200%201.27-.23%201.76-.61c.7%201.32%201.09%202.82%201.09%204.41%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.5%205.35c0%20.91-.43%201.72-1.09%202.24c-.48.38-1.09.61-1.76.61c-1.58%200-2.85-1.27-2.85-2.85c0-.67.23-1.27.61-1.76h.01c.51-.66%201.32-1.09%202.23-1.09c1.58%200%202.85%201.27%202.85%202.85m-13.3%200c0%201.58-1.27%202.85-2.85%202.85A2.85%202.85%200%201%201%208.2%205.35m13.3%2013.3c0%201.58-1.27%202.85-2.85%202.85c-.91%200-1.72-.43-2.23-1.09h-.01c-.38-.48-.61-1.09-.61-1.76c0-1.58%201.27-2.85%202.85-2.85c.67%200%201.27.23%201.76.61v.01c.66.51%201.09%201.32%201.09%202.23m-13.3%200c0%20.67-.23%201.27-.61%201.76a2.82%202.82%200%200%201-2.24%201.09c-1.58%200-2.85-1.27-2.85-2.85c0-.91.43-1.72%201.09-2.23v-.01c.48-.38%201.09-.61%201.76-.61c1.58%200%202.85%201.27%202.85%202.85%22%2F%3E%3Cpath%20d%3D%22M21.5%2012c0%201.6-.39%203.09-1.09%204.41c-.48-.38-1.09-.61-1.76-.61c-1.58%200-2.85%201.27-2.85%202.85c0%20.67.23%201.27.61%201.76A9.35%209.35%200%200%201%2012%2021.5c-1.59%200-3.09-.39-4.41-1.09c.38-.48.61-1.09.61-1.76c0-1.58-1.27-2.85-2.85-2.85c-.67%200-1.27.23-1.76.61A9.35%209.35%200%200%201%202.5%2012c0-1.59.39-3.09%201.09-4.41c.49.38%201.09.61%201.76.61c1.58%200%202.85-1.27%202.85-2.85c0-.67-.23-1.27-.61-1.76C8.91%202.89%2010.41%202.5%2012%202.5c1.6%200%203.09.39%204.41%201.09c-.38.48-.61%201.09-.61%201.76c0%201.58%201.27%202.85%202.85%202.85c.67%200%201.27-.23%201.76-.61c.7%201.32%201.09%202.82%201.09%204.41%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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