circle edit icon
circle-edit-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- circle-edit-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
circle-eraser-20-filledcircle-half-fill-12-filledcircle-highlight-20-filledcircle-hint-12-filledcircle-hint-cursor-16-filledcircle-hint-dismiss-16-filledcircle-hint-half-vertical-16-filledcircle-image-16-filledcircle-line-12-filledcircle-multiple-concentric-16-filledcircle-multiple-hint-checkmark-16-filledcircle-multiple-subtract-checkmark-20-filledcircle-off-16-filledcircle-shadow-20-filledcircle-small-20-filledcircle-sparkle-16-filled
Use the circle edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.715 11c.427 0 .855.084 1.257.25A10 10 0 0 0 12 2C6.477 2 2 6.477 2 12c0 5.184 3.945 9.447 8.997 9.95a2 2 0 0 1 .064-.543l.458-1.83c.162-.648.497-1.24.97-1.712l5.902-5.903A3.28 3.28 0 0 1 20.713 11z"/><path d="M20.715 12h-.002c-.585 0-1.17.223-1.615.67l-5.902 5.902a2.7 2.7 0 0 0-.707 1.247l-.458 1.831a1.087 1.087 0 0 0 1.319 1.318l1.83-.457a2.7 2.7 0 0 0 1.248-.707l5.902-5.902A2.285 2.285 0 0 0 20.715 12"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentCircleEdit24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.715 11c.427 0 .855.084 1.257.25A10 10 0 0 0 12 2C6.477 2 2 6.477 2 12c0 5.184 3.945 9.447 8.997 9.95a2 2 0 0 1 .064-.543l.458-1.83c.162-.648.497-1.24.97-1.712l5.902-5.903A3.28 3.28 0 0 1 20.713 11z"/><path d="M20.715 12h-.002c-.585 0-1.17.223-1.615.67l-5.902 5.902a2.7 2.7 0 0 0-.707 1.247l-.458 1.831a1.087 1.087 0 0 0 1.319 1.318l1.83-.457a2.7 2.7 0 0 0 1.248-.707l5.902-5.902A2.285 2.285 0 0 0 20.715 12"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.715 11c.427 0 .855.084 1.257.25A10 10 0 0 0 12 2C6.477 2 2 6.477 2 12c0 5.184 3.945 9.447 8.997 9.95a2 2 0 0 1 .064-.543l.458-1.83c.162-.648.497-1.24.97-1.712l5.902-5.903A3.28 3.28 0 0 1 20.713 11z"/><path d="M20.715 12h-.002c-.585 0-1.17.223-1.615.67l-5.902 5.902a2.7 2.7 0 0 0-.707 1.247l-.458 1.831a1.087 1.087 0 0 0 1.319 1.318l1.83-.457a2.7 2.7 0 0 0 1.248-.707l5.902-5.902A2.285 2.285 0 0 0 20.715 12"/></g></svg> </template>
CSS
.icon-circle-edit-24-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M20.715%2011c.427%200%20.855.084%201.257.25A10%2010%200%200%200%2012%202C6.477%202%202%206.477%202%2012c0%205.184%203.945%209.447%208.997%209.95a2%202%200%200%201%20.064-.543l.458-1.83c.162-.648.497-1.24.97-1.712l5.902-5.903A3.28%203.28%200%200%201%2020.713%2011z%22%2F%3E%3Cpath%20d%3D%22M20.715%2012h-.002c-.585%200-1.17.223-1.615.67l-5.902%205.902a2.7%202.7%200%200%200-.707%201.247l-.458%201.831a1.087%201.087%200%200%200%201.319%201.318l1.83-.457a2.7%202.7%200%200%200%201.248-.707l5.902-5.902A2.285%202.285%200%200%200%2020.715%2012%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%22currentColor%22%3E%3Cpath%20d%3D%22M20.715%2011c.427%200%20.855.084%201.257.25A10%2010%200%200%200%2012%202C6.477%202%202%206.477%202%2012c0%205.184%203.945%209.447%208.997%209.95a2%202%200%200%201%20.064-.543l.458-1.83c.162-.648.497-1.24.97-1.712l5.902-5.903A3.28%203.28%200%200%201%2020.713%2011z%22%2F%3E%3Cpath%20d%3D%22M20.715%2012h-.002c-.585%200-1.17.223-1.615.67l-5.902%205.902a2.7%202.7%200%200%200-.707%201.247l-.458%201.831a1.087%201.087%200%200%200%201.319%201.318l1.83-.457a2.7%202.7%200%200%200%201.248-.707l5.902-5.902A2.285%202.285%200%200%200%2020.715%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-edit-24-filled.svg?color=%231a73e8&size=48