edit circle icon

edit-circle-fill from Remix Icon by Remix Design · Fill · Design · Apache-2.0 Free for personal and commercial use.

Name
edit-circle-fill
Set
Remix Icon
Style
Fill
Category
Design
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More design icons from Remix Icon

Use the edit circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.626 3.129L9.29 10.462l.01 4.248l4.238-.008l7.331-7.33A9.96 9.96 0 0 1 22 11.996c0 5.523-4.477 10-10 10s-10-4.477-10-10s4.477-10 10-10c1.669 0 3.242.409 4.626 1.131m3.86-1.032l1.413 1.414l-9.192 9.193l-1.412.002l-.002-1.416z"/></svg>

React

import type { SVGProps } from "react";

export function RiEditCircleFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.626 3.129L9.29 10.462l.01 4.248l4.238-.008l7.331-7.33A9.96 9.96 0 0 1 22 11.996c0 5.523-4.477 10-10 10s-10-4.477-10-10s4.477-10 10-10c1.669 0 3.242.409 4.626 1.131m3.86-1.032l1.413 1.414l-9.192 9.193l-1.412.002l-.002-1.416z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.626 3.129L9.29 10.462l.01 4.248l4.238-.008l7.331-7.33A9.96 9.96 0 0 1 22 11.996c0 5.523-4.477 10-10 10s-10-4.477-10-10s4.477-10 10-10c1.669 0 3.242.409 4.626 1.131m3.86-1.032l1.413 1.414l-9.192 9.193l-1.412.002l-.002-1.416z"/></svg>
</template>

CSS

.icon-edit-circle-fill {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.626%203.129L9.29%2010.462l.01%204.248l4.238-.008l7.331-7.33A9.96%209.96%200%200%201%2022%2011.996c0%205.523-4.477%2010-10%2010s-10-4.477-10-10s4.477-10%2010-10c1.669%200%203.242.409%204.626%201.131m3.86-1.032l1.413%201.414l-9.192%209.193l-1.412.002l-.002-1.416z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.626%203.129L9.29%2010.462l.01%204.248l4.238-.008l7.331-7.33A9.96%209.96%200%200%201%2022%2011.996c0%205.523-4.477%2010-10%2010s-10-4.477-10-10s4.477-10%2010-10c1.669%200%203.242.409%204.626%201.131m3.86-1.032l1.413%201.414l-9.192%209.193l-1.412.002l-.002-1.416z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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