pencil 1 icon
pencil-1 from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- pencil-1
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
Related icons in Radix Icons
Use the pencil 1 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M11.225 1.082a.5.5 0 0 1 .629.064l2 2l.064.079a.5.5 0 0 1-.064.629l-7.432 7.431a1 1 0 0 1-.228.171l-.086.041l-3.41 1.463a.5.5 0 0 1-.658-.657l1.463-3.411l.04-.086q.07-.126.172-.228l7.432-7.432zM4.422 9.285L3.78 10.78l.438.438l1.497-.64L12.793 3.5L11.5 2.207z"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsPencil1(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M11.225 1.082a.5.5 0 0 1 .629.064l2 2l.064.079a.5.5 0 0 1-.064.629l-7.432 7.431a1 1 0 0 1-.228.171l-.086.041l-3.41 1.463a.5.5 0 0 1-.658-.657l1.463-3.411l.04-.086q.07-.126.172-.228l7.432-7.432zM4.422 9.285L3.78 10.78l.438.438l1.497-.64L12.793 3.5L11.5 2.207z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M11.225 1.082a.5.5 0 0 1 .629.064l2 2l.064.079a.5.5 0 0 1-.064.629l-7.432 7.431a1 1 0 0 1-.228.171l-.086.041l-3.41 1.463a.5.5 0 0 1-.658-.657l1.463-3.411l.04-.086q.07-.126.172-.228l7.432-7.432zM4.422 9.285L3.78 10.78l.438.438l1.497-.64L12.793 3.5L11.5 2.207z"/></svg> </template>
CSS
.icon-pencil-1 {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.225%201.082a.5.5%200%200%201%20.629.064l2%202l.064.079a.5.5%200%200%201-.064.629l-7.432%207.431a1%201%200%200%201-.228.171l-.086.041l-3.41%201.463a.5.5%200%200%201-.658-.657l1.463-3.411l.04-.086q.07-.126.172-.228l7.432-7.432zM4.422%209.285L3.78%2010.78l.438.438l1.497-.64L12.793%203.5L11.5%202.207z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.225%201.082a.5.5%200%200%201%20.629.064l2%202l.064.079a.5.5%200%200%201-.064.629l-7.432%207.431a1%201%200%200%201-.228.171l-.086.041l-3.41%201.463a.5.5%200%200%201-.658-.657l1.463-3.411l.04-.086q.07-.126.172-.228l7.432-7.432zM4.422%209.285L3.78%2010.78l.438.438l1.497-.64L12.793%203.5L11.5%202.207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/pencil-1.svg?color=%231a73e8&size=48