pencil circle icon

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

Name
pencil-circle-fill
Set
Phosphor
Style
Fill
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"><path fill="currentColor" d="M201.54 54.46A104 104 0 0 0 54.46 201.54A104 104 0 0 0 201.54 54.46M128 170.87a31.93 31.93 0 0 0-32.31-9.77L111 128h34l15.27 33.1a31.93 31.93 0 0 0-32.27 9.77m40 35.5a88 88 0 0 1-32 9.22V192a16 16 0 0 1 32 0Zm22.22-16.14c-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"/></svg>

React

import type { SVGProps } from "react";

export function PhPencilCircleFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M201.54 54.46A104 104 0 0 0 54.46 201.54A104 104 0 0 0 201.54 54.46M128 170.87a31.93 31.93 0 0 0-32.31-9.77L111 128h34l15.27 33.1a31.93 31.93 0 0 0-32.27 9.77m40 35.5a88 88 0 0 1-32 9.22V192a16 16 0 0 1 32 0Zm22.22-16.14c-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"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M201.54 54.46A104 104 0 0 0 54.46 201.54A104 104 0 0 0 201.54 54.46M128 170.87a31.93 31.93 0 0 0-32.31-9.77L111 128h34l15.27 33.1a31.93 31.93 0 0 0-32.27 9.77m40 35.5a88 88 0 0 1-32 9.22V192a16 16 0 0 1 32 0Zm22.22-16.14c-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"/></svg>
</template>

CSS

.icon-pencil-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M201.54%2054.46A104%20104%200%200%200%2054.46%20201.54A104%20104%200%200%200%20201.54%2054.46M128%20170.87a31.93%2031.93%200%200%200-32.31-9.77L111%20128h34l15.27%2033.1a31.93%2031.93%200%200%200-32.27%209.77m40%2035.5a88%2088%200%200%201-32%209.22V192a16%2016%200%200%201%2032%200Zm22.22-16.14c-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%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M201.54%2054.46A104%20104%200%200%200%2054.46%20201.54A104%20104%200%200%200%20201.54%2054.46M128%20170.87a31.93%2031.93%200%200%200-32.31-9.77L111%20128h34l15.27%2033.1a31.93%2031.93%200%200%200-32.27%209.77m40%2035.5a88%2088%200%200%201-32%209.22V192a16%2016%200%200%201%2032%200Zm22.22-16.14c-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%2Fsvg%3E") no-repeat center / contain;
}

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