edit circle icon

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

Name
edit-circle-line
Set
Remix Icon
Style
Line
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="M12.684 4.025a8 8 0 1 0 7.287 7.287a8 8 0 0 0-.603-2.439l1.5-1.502A9.94 9.94 0 0 1 22 11.997c0 5.523-4.477 10-10 10s-10-4.477-10-10s4.477-10 10-10q.378 0 .749.027a10 10 0 0 1 3.877 1.104L15.125 4.63a8 8 0 0 0-2.44-.604m7.801-1.928L21.9 3.511l-9.193 9.193l-1.412.002l-.002-1.416z"/></svg>

React

import type { SVGProps } from "react";

export function RiEditCircleLine(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="M12.684 4.025a8 8 0 1 0 7.287 7.287a8 8 0 0 0-.603-2.439l1.5-1.502A9.94 9.94 0 0 1 22 11.997c0 5.523-4.477 10-10 10s-10-4.477-10-10s4.477-10 10-10q.378 0 .749.027a10 10 0 0 1 3.877 1.104L15.125 4.63a8 8 0 0 0-2.44-.604m7.801-1.928L21.9 3.511l-9.193 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="M12.684 4.025a8 8 0 1 0 7.287 7.287a8 8 0 0 0-.603-2.439l1.5-1.502A9.94 9.94 0 0 1 22 11.997c0 5.523-4.477 10-10 10s-10-4.477-10-10s4.477-10 10-10q.378 0 .749.027a10 10 0 0 1 3.877 1.104L15.125 4.63a8 8 0 0 0-2.44-.604m7.801-1.928L21.9 3.511l-9.193 9.193l-1.412.002l-.002-1.416z"/></svg>
</template>

CSS

.icon-edit-circle-line {
  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%22M12.684%204.025a8%208%200%201%200%207.287%207.287a8%208%200%200%200-.603-2.439l1.5-1.502A9.94%209.94%200%200%201%2022%2011.997c0%205.523-4.477%2010-10%2010s-10-4.477-10-10s4.477-10%2010-10q.378%200%20.749.027a10%2010%200%200%201%203.877%201.104L15.125%204.63a8%208%200%200%200-2.44-.604m7.801-1.928L21.9%203.511l-9.193%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%22M12.684%204.025a8%208%200%201%200%207.287%207.287a8%208%200%200%200-.603-2.439l1.5-1.502A9.94%209.94%200%200%201%2022%2011.997c0%205.523-4.477%2010-10%2010s-10-4.477-10-10s4.477-10%2010-10q.378%200%20.749.027a10%2010%200%200%201%203.877%201.104L15.125%204.63a8%208%200%200%200-2.44-.604m7.801-1.928L21.9%203.511l-9.193%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-line.svg?color=%231a73e8&size=48