pen fancy icon
pen-fancy from Font Awesome Solid by Dave Gandy · Solid · Business · CC-BY-4.0 Attribution required.
- Name
- pen-fancy
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Business
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More business icons from Font Awesome Solid
Use the pen fancy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M437.5 91.1c15-17.2 36.7-27.1 59.6-27.1c43.6 0 79 35.4 79 79c0 22.8-9.9 44.6-27.1 59.6L347.7 377.8L337 367l-64-64l-10.8-10.7zM225.1 323c.9 1 26.9 27 77.9 78l13.9 13.9l-17.1 74.2c-3.9 17.1-16.9 30.7-33.8 35.4L96.2 572l92.3-92.3c1.2.1 2.3.2 3.5.2c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32c0 1.2.1 2.4.2 3.5l-92.3 92.4L115.5 374c4.7-16.9 18.3-29.9 35.4-33.8z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPenFancy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M437.5 91.1c15-17.2 36.7-27.1 59.6-27.1c43.6 0 79 35.4 79 79c0 22.8-9.9 44.6-27.1 59.6L347.7 377.8L337 367l-64-64l-10.8-10.7zM225.1 323c.9 1 26.9 27 77.9 78l13.9 13.9l-17.1 74.2c-3.9 17.1-16.9 30.7-33.8 35.4L96.2 572l92.3-92.3c1.2.1 2.3.2 3.5.2c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32c0 1.2.1 2.4.2 3.5l-92.3 92.4L115.5 374c4.7-16.9 18.3-29.9 35.4-33.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M437.5 91.1c15-17.2 36.7-27.1 59.6-27.1c43.6 0 79 35.4 79 79c0 22.8-9.9 44.6-27.1 59.6L347.7 377.8L337 367l-64-64l-10.8-10.7zM225.1 323c.9 1 26.9 27 77.9 78l13.9 13.9l-17.1 74.2c-3.9 17.1-16.9 30.7-33.8 35.4L96.2 572l92.3-92.3c1.2.1 2.3.2 3.5.2c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32c0 1.2.1 2.4.2 3.5l-92.3 92.4L115.5 374c4.7-16.9 18.3-29.9 35.4-33.8z"/></svg> </template>
CSS
.icon-pen-fancy {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M437.5%2091.1c15-17.2%2036.7-27.1%2059.6-27.1c43.6%200%2079%2035.4%2079%2079c0%2022.8-9.9%2044.6-27.1%2059.6L347.7%20377.8L337%20367l-64-64l-10.8-10.7zM225.1%20323c.9%201%2026.9%2027%2077.9%2078l13.9%2013.9l-17.1%2074.2c-3.9%2017.1-16.9%2030.7-33.8%2035.4L96.2%20572l92.3-92.3c1.2.1%202.3.2%203.5.2c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032c0%201.2.1%202.4.2%203.5l-92.3%2092.4L115.5%20374c4.7-16.9%2018.3-29.9%2035.4-33.8z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M437.5%2091.1c15-17.2%2036.7-27.1%2059.6-27.1c43.6%200%2079%2035.4%2079%2079c0%2022.8-9.9%2044.6-27.1%2059.6L347.7%20377.8L337%20367l-64-64l-10.8-10.7zM225.1%20323c.9%201%2026.9%2027%2077.9%2078l13.9%2013.9l-17.1%2074.2c-3.9%2017.1-16.9%2030.7-33.8%2035.4L96.2%20572l92.3-92.3c1.2.1%202.3.2%203.5.2c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032c0%201.2.1%202.4.2%203.5l-92.3%2092.4L115.5%20374c4.7-16.9%2018.3-29.9%2035.4-33.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/pen-fancy.svg?color=%231a73e8&size=48