circle-edit-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
circle-edit-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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

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="M12 3.5a8.5 8.5 0 0 0-.705 16.971l-.234.936a2 2 0 0 0-.064.543C5.945 21.447 2 17.184 2 12C2 6.477 6.477 2 12 2c5.27 0 9.589 4.077 9.972 9.25a3.3 3.3 0 0 0-1.257-.25h-.002q-.135 0-.27.011A8.5 8.5 0 0 0 12 3.5"/><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 FluentCircleEdit24Regular(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="M12 3.5a8.5 8.5 0 0 0-.705 16.971l-.234.936a2 2 0 0 0-.064.543C5.945 21.447 2 17.184 2 12C2 6.477 6.477 2 12 2c5.27 0 9.589 4.077 9.972 9.25a3.3 3.3 0 0 0-1.257-.25h-.002q-.135 0-.27.011A8.5 8.5 0 0 0 12 3.5"/><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="M12 3.5a8.5 8.5 0 0 0-.705 16.971l-.234.936a2 2 0 0 0-.064.543C5.945 21.447 2 17.184 2 12C2 6.477 6.477 2 12 2c5.27 0 9.589 4.077 9.972 9.25a3.3 3.3 0 0 0-1.257-.25h-.002q-.135 0-.27.011A8.5 8.5 0 0 0 12 3.5"/><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-regular {
  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%22M12%203.5a8.5%208.5%200%200%200-.705%2016.971l-.234.936a2%202%200%200%200-.064.543C5.945%2021.447%202%2017.184%202%2012C2%206.477%206.477%202%2012%202c5.27%200%209.589%204.077%209.972%209.25a3.3%203.3%200%200%200-1.257-.25h-.002q-.135%200-.27.011A8.5%208.5%200%200%200%2012%203.5%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%22M12%203.5a8.5%208.5%200%200%200-.705%2016.971l-.234.936a2%202%200%200%200-.064.543C5.945%2021.447%202%2017.184%202%2012C2%206.477%206.477%202%2012%202c5.27%200%209.589%204.077%209.972%209.25a3.3%203.3%200%200%200-1.257-.25h-.002q-.135%200-.27.011A8.5%208.5%200%200%200%2012%203.5%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-regular.svg?color=%231a73e8&size=48