pen clip icon
pen-clip from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- pen-clip
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the pen clip icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m453.3 19.3l39.4 39.4c25 25 25 65.5 0 90.5l-52.1 52.1l-1-1l-16-16l-96-96l-17-17l52.1-52.1c25-25 65.5-25 90.5 0zM241 114.9c-9.4-9.4-24.6-9.4-33.9 0L105 217c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L173.1 81c28.1-28.1 73.7-28.1 101.8 0L288 94.1l17 17l96 96l16 16l1 1l-17 17l-171.5 171.4c-48 48-109.2 80.8-175.8 94.1l-25 5c-7.9 1.6-16-.9-21.7-6.6s-8.1-13.8-6.6-21.7l5-25c13.3-66.6 46.1-127.8 94.1-175.8L254.1 128z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPenClip(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m453.3 19.3l39.4 39.4c25 25 25 65.5 0 90.5l-52.1 52.1l-1-1l-16-16l-96-96l-17-17l52.1-52.1c25-25 65.5-25 90.5 0zM241 114.9c-9.4-9.4-24.6-9.4-33.9 0L105 217c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L173.1 81c28.1-28.1 73.7-28.1 101.8 0L288 94.1l17 17l96 96l16 16l1 1l-17 17l-171.5 171.4c-48 48-109.2 80.8-175.8 94.1l-25 5c-7.9 1.6-16-.9-21.7-6.6s-8.1-13.8-6.6-21.7l5-25c13.3-66.6 46.1-127.8 94.1-175.8L254.1 128z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m453.3 19.3l39.4 39.4c25 25 25 65.5 0 90.5l-52.1 52.1l-1-1l-16-16l-96-96l-17-17l52.1-52.1c25-25 65.5-25 90.5 0zM241 114.9c-9.4-9.4-24.6-9.4-33.9 0L105 217c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L173.1 81c28.1-28.1 73.7-28.1 101.8 0L288 94.1l17 17l96 96l16 16l1 1l-17 17l-171.5 171.4c-48 48-109.2 80.8-175.8 94.1l-25 5c-7.9 1.6-16-.9-21.7-6.6s-8.1-13.8-6.6-21.7l5-25c13.3-66.6 46.1-127.8 94.1-175.8L254.1 128z"/></svg> </template>
CSS
.icon-pen-clip {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m453.3%2019.3l39.4%2039.4c25%2025%2025%2065.5%200%2090.5l-52.1%2052.1l-1-1l-16-16l-96-96l-17-17l52.1-52.1c25-25%2065.5-25%2090.5%200zM241%20114.9c-9.4-9.4-24.6-9.4-33.9%200L105%20217c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9L173.1%2081c28.1-28.1%2073.7-28.1%20101.8%200L288%2094.1l17%2017l96%2096l16%2016l1%201l-17%2017l-171.5%20171.4c-48%2048-109.2%2080.8-175.8%2094.1l-25%205c-7.9%201.6-16-.9-21.7-6.6s-8.1-13.8-6.6-21.7l5-25c13.3-66.6%2046.1-127.8%2094.1-175.8L254.1%20128z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m453.3%2019.3l39.4%2039.4c25%2025%2025%2065.5%200%2090.5l-52.1%2052.1l-1-1l-16-16l-96-96l-17-17l52.1-52.1c25-25%2065.5-25%2090.5%200zM241%20114.9c-9.4-9.4-24.6-9.4-33.9%200L105%20217c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9L173.1%2081c28.1-28.1%2073.7-28.1%20101.8%200L288%2094.1l17%2017l96%2096l16%2016l1%201l-17%2017l-171.5%20171.4c-48%2048-109.2%2080.8-175.8%2094.1l-25%205c-7.9%201.6-16-.9-21.7-6.6s-8.1-13.8-6.6-21.7l5-25c13.3-66.6%2046.1-127.8%2094.1-175.8L254.1%20128z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/pen-clip.svg?color=%231a73e8&size=48