pen to square icon
pen-to-square from Font Awesome 6 Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- pen-to-square
- Set
- Font Awesome 6 Regular
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Use the pen to square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M441 58.9L453.1 71c9.4 9.4 9.4 24.6 0 33.9L424 134.1L377.9 88L407 58.9c9.4-9.4 24.6-9.4 33.9 0zM209.8 256.2L344 121.9l46.1 46.1l-134.3 134.2c-2.9 2.9-6.5 5-10.4 6.1L186.9 325l16.7-58.5c1.1-3.9 3.2-7.5 6.1-10.4zM373.1 25L175.8 222.2c-8.7 8.7-15 19.4-18.3 31.1l-28.6 100c-2.4 8.4-.1 17.4 6.1 23.6s15.2 8.5 23.6 6.1l100-28.6c11.8-3.4 22.5-9.7 31.1-18.3L487 138.9c28.1-28.1 28.1-73.7 0-101.8L474.9 25c-28.1-28.1-73.7-28.1-101.8 0M88 64c-48.6 0-88 39.4-88 88v272c0 48.6 39.4 88 88 88h272c48.6 0 88-39.4 88-88V312c0-13.3-10.7-24-24-24s-24 10.7-24 24v112c0 22.1-17.9 40-40 40H88c-22.1 0-40-17.9-40-40V152c0-22.1 17.9-40 40-40h112c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6RegularPenToSquare(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="M441 58.9L453.1 71c9.4 9.4 9.4 24.6 0 33.9L424 134.1L377.9 88L407 58.9c9.4-9.4 24.6-9.4 33.9 0zM209.8 256.2L344 121.9l46.1 46.1l-134.3 134.2c-2.9 2.9-6.5 5-10.4 6.1L186.9 325l16.7-58.5c1.1-3.9 3.2-7.5 6.1-10.4zM373.1 25L175.8 222.2c-8.7 8.7-15 19.4-18.3 31.1l-28.6 100c-2.4 8.4-.1 17.4 6.1 23.6s15.2 8.5 23.6 6.1l100-28.6c11.8-3.4 22.5-9.7 31.1-18.3L487 138.9c28.1-28.1 28.1-73.7 0-101.8L474.9 25c-28.1-28.1-73.7-28.1-101.8 0M88 64c-48.6 0-88 39.4-88 88v272c0 48.6 39.4 88 88 88h272c48.6 0 88-39.4 88-88V312c0-13.3-10.7-24-24-24s-24 10.7-24 24v112c0 22.1-17.9 40-40 40H88c-22.1 0-40-17.9-40-40V152c0-22.1 17.9-40 40-40h112c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M441 58.9L453.1 71c9.4 9.4 9.4 24.6 0 33.9L424 134.1L377.9 88L407 58.9c9.4-9.4 24.6-9.4 33.9 0zM209.8 256.2L344 121.9l46.1 46.1l-134.3 134.2c-2.9 2.9-6.5 5-10.4 6.1L186.9 325l16.7-58.5c1.1-3.9 3.2-7.5 6.1-10.4zM373.1 25L175.8 222.2c-8.7 8.7-15 19.4-18.3 31.1l-28.6 100c-2.4 8.4-.1 17.4 6.1 23.6s15.2 8.5 23.6 6.1l100-28.6c11.8-3.4 22.5-9.7 31.1-18.3L487 138.9c28.1-28.1 28.1-73.7 0-101.8L474.9 25c-28.1-28.1-73.7-28.1-101.8 0M88 64c-48.6 0-88 39.4-88 88v272c0 48.6 39.4 88 88 88h272c48.6 0 88-39.4 88-88V312c0-13.3-10.7-24-24-24s-24 10.7-24 24v112c0 22.1-17.9 40-40 40H88c-22.1 0-40-17.9-40-40V152c0-22.1 17.9-40 40-40h112c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg> </template>
CSS
.icon-pen-to-square {
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%22M441%2058.9L453.1%2071c9.4%209.4%209.4%2024.6%200%2033.9L424%20134.1L377.9%2088L407%2058.9c9.4-9.4%2024.6-9.4%2033.9%200zM209.8%20256.2L344%20121.9l46.1%2046.1l-134.3%20134.2c-2.9%202.9-6.5%205-10.4%206.1L186.9%20325l16.7-58.5c1.1-3.9%203.2-7.5%206.1-10.4zM373.1%2025L175.8%20222.2c-8.7%208.7-15%2019.4-18.3%2031.1l-28.6%20100c-2.4%208.4-.1%2017.4%206.1%2023.6s15.2%208.5%2023.6%206.1l100-28.6c11.8-3.4%2022.5-9.7%2031.1-18.3L487%20138.9c28.1-28.1%2028.1-73.7%200-101.8L474.9%2025c-28.1-28.1-73.7-28.1-101.8%200M88%2064c-48.6%200-88%2039.4-88%2088v272c0%2048.6%2039.4%2088%2088%2088h272c48.6%200%2088-39.4%2088-88V312c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v112c0%2022.1-17.9%2040-40%2040H88c-22.1%200-40-17.9-40-40V152c0-22.1%2017.9-40%2040-40h112c13.3%200%2024-10.7%2024-24s-10.7-24-24-24z%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%22M441%2058.9L453.1%2071c9.4%209.4%209.4%2024.6%200%2033.9L424%20134.1L377.9%2088L407%2058.9c9.4-9.4%2024.6-9.4%2033.9%200zM209.8%20256.2L344%20121.9l46.1%2046.1l-134.3%20134.2c-2.9%202.9-6.5%205-10.4%206.1L186.9%20325l16.7-58.5c1.1-3.9%203.2-7.5%206.1-10.4zM373.1%2025L175.8%20222.2c-8.7%208.7-15%2019.4-18.3%2031.1l-28.6%20100c-2.4%208.4-.1%2017.4%206.1%2023.6s15.2%208.5%2023.6%206.1l100-28.6c11.8-3.4%2022.5-9.7%2031.1-18.3L487%20138.9c28.1-28.1%2028.1-73.7%200-101.8L474.9%2025c-28.1-28.1-73.7-28.1-101.8%200M88%2064c-48.6%200-88%2039.4-88%2088v272c0%2048.6%2039.4%2088%2088%2088h272c48.6%200%2088-39.4%2088-88V312c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v112c0%2022.1-17.9%2040-40%2040H88c-22.1%200-40-17.9-40-40V152c0-22.1%2017.9-40%2040-40h112c13.3%200%2024-10.7%2024-24s-10.7-24-24-24z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/pen-to-square.svg?color=%231a73e8&size=48