pencil circle icon
pencil-circle-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- pencil-circle-thin
- Set
- Phosphor
- Style
- Thin
- 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="M198.71 57.29A100 100 0 1 0 57.29 198.71A100 100 0 1 0 198.71 57.29m-94 74.71h46.58l17.28 37.45A28 28 0 0 0 128 177.6a28 28 0 0 0-40.57-8.15Zm3.7-8L128 81.55L147.59 124ZM132 192a20 20 0 0 1 40 0v16.83a91.3 91.3 0 0 1-40 11.07Zm-48 0a20 20 0 0 1 40 0v27.9a91.3 91.3 0 0 1-40-11.07Zm109.05 1.05A92.4 92.4 0 0 1 180 203.9V176a4.1 4.1 0 0 0-.37-1.68l-48-104a4 4 0 0 0-7.26 0l-48 104A4.1 4.1 0 0 0 76 176v27.9a92.4 92.4 0 0 1-13-10.85a92 92 0 1 1 130.1 0Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPencilCircleThin(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="M198.71 57.29A100 100 0 1 0 57.29 198.71A100 100 0 1 0 198.71 57.29m-94 74.71h46.58l17.28 37.45A28 28 0 0 0 128 177.6a28 28 0 0 0-40.57-8.15Zm3.7-8L128 81.55L147.59 124ZM132 192a20 20 0 0 1 40 0v16.83a91.3 91.3 0 0 1-40 11.07Zm-48 0a20 20 0 0 1 40 0v27.9a91.3 91.3 0 0 1-40-11.07Zm109.05 1.05A92.4 92.4 0 0 1 180 203.9V176a4.1 4.1 0 0 0-.37-1.68l-48-104a4 4 0 0 0-7.26 0l-48 104A4.1 4.1 0 0 0 76 176v27.9a92.4 92.4 0 0 1-13-10.85a92 92 0 1 1 130.1 0Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M198.71 57.29A100 100 0 1 0 57.29 198.71A100 100 0 1 0 198.71 57.29m-94 74.71h46.58l17.28 37.45A28 28 0 0 0 128 177.6a28 28 0 0 0-40.57-8.15Zm3.7-8L128 81.55L147.59 124ZM132 192a20 20 0 0 1 40 0v16.83a91.3 91.3 0 0 1-40 11.07Zm-48 0a20 20 0 0 1 40 0v27.9a91.3 91.3 0 0 1-40-11.07Zm109.05 1.05A92.4 92.4 0 0 1 180 203.9V176a4.1 4.1 0 0 0-.37-1.68l-48-104a4 4 0 0 0-7.26 0l-48 104A4.1 4.1 0 0 0 76 176v27.9a92.4 92.4 0 0 1-13-10.85a92 92 0 1 1 130.1 0Z"/></svg> </template>
CSS
.icon-pencil-circle-thin {
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%22M198.71%2057.29A100%20100%200%201%200%2057.29%20198.71A100%20100%200%201%200%20198.71%2057.29m-94%2074.71h46.58l17.28%2037.45A28%2028%200%200%200%20128%20177.6a28%2028%200%200%200-40.57-8.15Zm3.7-8L128%2081.55L147.59%20124ZM132%20192a20%2020%200%200%201%2040%200v16.83a91.3%2091.3%200%200%201-40%2011.07Zm-48%200a20%2020%200%200%201%2040%200v27.9a91.3%2091.3%200%200%201-40-11.07Zm109.05%201.05A92.4%2092.4%200%200%201%20180%20203.9V176a4.1%204.1%200%200%200-.37-1.68l-48-104a4%204%200%200%200-7.26%200l-48%20104A4.1%204.1%200%200%200%2076%20176v27.9a92.4%2092.4%200%200%201-13-10.85a92%2092%200%201%201%20130.1%200Z%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%22M198.71%2057.29A100%20100%200%201%200%2057.29%20198.71A100%20100%200%201%200%20198.71%2057.29m-94%2074.71h46.58l17.28%2037.45A28%2028%200%200%200%20128%20177.6a28%2028%200%200%200-40.57-8.15Zm3.7-8L128%2081.55L147.59%20124ZM132%20192a20%2020%200%200%201%2040%200v16.83a91.3%2091.3%200%200%201-40%2011.07Zm-48%200a20%2020%200%200%201%2040%200v27.9a91.3%2091.3%200%200%201-40-11.07Zm109.05%201.05A92.4%2092.4%200%200%201%20180%20203.9V176a4.1%204.1%200%200%200-.37-1.68l-48-104a4%204%200%200%200-7.26%200l-48%20104A4.1%204.1%200%200%200%2076%20176v27.9a92.4%2092.4%200%200%201-13-10.85a92%2092%200%201%201%20130.1%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/pencil-circle-thin.svg?color=%231a73e8&size=48