pencil circle icon

pencil-circle-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
pencil-circle-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the pencil circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a96 96 0 1 0-144 83.16V176l48-104l48 104v35.16A96 96 0 0 0 224 128" opacity=".2"/><path d="M201.54 54.46A104 104 0 0 0 54.46 201.54A104 104 0 0 0 201.54 54.46M88 192a16 16 0 0 1 32 0v23.59a88 88 0 0 1-32-9.22Zm48 0a16 16 0 0 1 32 0v14.37a88 88 0 0 1-32 9.22Zm-28.73-56h41.46l11.58 25.1a31.93 31.93 0 0 0-32.31 9.77a31.93 31.93 0 0 0-32.31-9.77Zm7.39-16L128 91.09L141.34 120Zm75.56 70.23c-2 2-4.08 3.87-6.22 5.64V176a7.9 7.9 0 0 0-.74-3.35l-48-104a8 8 0 0 0-14.52 0l-48 104A7.9 7.9 0 0 0 72 176v19.87a89 89 0 0 1-6.22-5.64a88 88 0 1 1 124.44 0"/></g></svg>

React

import type { SVGProps } from "react";

export function PhPencilCircleDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a96 96 0 1 0-144 83.16V176l48-104l48 104v35.16A96 96 0 0 0 224 128" opacity=".2"/><path d="M201.54 54.46A104 104 0 0 0 54.46 201.54A104 104 0 0 0 201.54 54.46M88 192a16 16 0 0 1 32 0v23.59a88 88 0 0 1-32-9.22Zm48 0a16 16 0 0 1 32 0v14.37a88 88 0 0 1-32 9.22Zm-28.73-56h41.46l11.58 25.1a31.93 31.93 0 0 0-32.31 9.77a31.93 31.93 0 0 0-32.31-9.77Zm7.39-16L128 91.09L141.34 120Zm75.56 70.23c-2 2-4.08 3.87-6.22 5.64V176a7.9 7.9 0 0 0-.74-3.35l-48-104a8 8 0 0 0-14.52 0l-48 104A7.9 7.9 0 0 0 72 176v19.87a89 89 0 0 1-6.22-5.64a88 88 0 1 1 124.44 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a96 96 0 1 0-144 83.16V176l48-104l48 104v35.16A96 96 0 0 0 224 128" opacity=".2"/><path d="M201.54 54.46A104 104 0 0 0 54.46 201.54A104 104 0 0 0 201.54 54.46M88 192a16 16 0 0 1 32 0v23.59a88 88 0 0 1-32-9.22Zm48 0a16 16 0 0 1 32 0v14.37a88 88 0 0 1-32 9.22Zm-28.73-56h41.46l11.58 25.1a31.93 31.93 0 0 0-32.31 9.77a31.93 31.93 0 0 0-32.31-9.77Zm7.39-16L128 91.09L141.34 120Zm75.56 70.23c-2 2-4.08 3.87-6.22 5.64V176a7.9 7.9 0 0 0-.74-3.35l-48-104a8 8 0 0 0-14.52 0l-48 104A7.9 7.9 0 0 0 72 176v19.87a89 89 0 0 1-6.22-5.64a88 88 0 1 1 124.44 0"/></g></svg>
</template>

CSS

.icon-pencil-circle-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20128a96%2096%200%201%200-144%2083.16V176l48-104l48%20104v35.16A96%2096%200%200%200%20224%20128%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M201.54%2054.46A104%20104%200%200%200%2054.46%20201.54A104%20104%200%200%200%20201.54%2054.46M88%20192a16%2016%200%200%201%2032%200v23.59a88%2088%200%200%201-32-9.22Zm48%200a16%2016%200%200%201%2032%200v14.37a88%2088%200%200%201-32%209.22Zm-28.73-56h41.46l11.58%2025.1a31.93%2031.93%200%200%200-32.31%209.77a31.93%2031.93%200%200%200-32.31-9.77Zm7.39-16L128%2091.09L141.34%20120Zm75.56%2070.23c-2%202-4.08%203.87-6.22%205.64V176a7.9%207.9%200%200%200-.74-3.35l-48-104a8%208%200%200%200-14.52%200l-48%20104A7.9%207.9%200%200%200%2072%20176v19.87a89%2089%200%200%201-6.22-5.64a88%2088%200%201%201%20124.44%200%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20128a96%2096%200%201%200-144%2083.16V176l48-104l48%20104v35.16A96%2096%200%200%200%20224%20128%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M201.54%2054.46A104%20104%200%200%200%2054.46%20201.54A104%20104%200%200%200%20201.54%2054.46M88%20192a16%2016%200%200%201%2032%200v23.59a88%2088%200%200%201-32-9.22Zm48%200a16%2016%200%200%201%2032%200v14.37a88%2088%200%200%201-32%209.22Zm-28.73-56h41.46l11.58%2025.1a31.93%2031.93%200%200%200-32.31%209.77a31.93%2031.93%200%200%200-32.31-9.77Zm7.39-16L128%2091.09L141.34%20120Zm75.56%2070.23c-2%202-4.08%203.87-6.22%205.64V176a7.9%207.9%200%200%200-.74-3.35l-48-104a8%208%200%200%200-14.52%200l-48%20104A7.9%207.9%200%200%200%2072%20176v19.87a89%2089%200%200%201-6.22-5.64a88%2088%200%201%201%20124.44%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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