Format Circle icon in outline, twotone, bold and bulk. Free in all four styles, for editors, canvas, layers, colour, alignment, grids. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconFormatCircle } from "@devigner-ui/icons";
<IconFormatCircle className="size-6" />
<script setup>
import { IconFormatCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFormatCircle class="size-6" />
</template>
<script>
import { IconFormatCircle } from "@devigner-ui/icons-svelte";
</script>
<IconFormatCircle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.17 5.35a2.85 2.85 0 1 1-5.09-1.76h.01a2.84 2.84 0 0 1 5.08 1.76" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.87 5.35a2.84 2.84 0 0 1-4.61 2.24 2.85 2.85 0 1 1 4.61-2.24" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.17 18.65a2.84 2.84 0 0 1-5.08 1.76h-.01a2.84 2.84 0 0 1 4-4v.01a2.8 2.8 0 0 1 1.09 2.23" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.87 18.65a2.84 2.84 0 1 1-4.61-2.23v-.01a2.84 2.84 0 0 1 4.61 2.24" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M22.17 12q-.02 2.41-1.09 4.41a2.84 2.84 0 0 0-4 4 9.4 9.4 0 0 1-8.82 0q.59-.74.61-1.76a2.84 2.84 0 0 0-4.61-2.24 9.4 9.4 0 0 1 0-8.82 2.84 2.84 0 0 0 4-4 9.4 9.4 0 0 1 8.82 0 2.84 2.84 0 0 0 4 4A9.4 9.4 0 0 1 22.17 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>