pen2 icon
pen2-filled from Reicon by REICON · Filled · Text-formatting · MIT Free for personal and commercial use.
- Name
- pen2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Text-formatting
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More text-formatting icons from Reicon
Use the pen2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.203 3.797c-1.331-1.33-3.654-1.329-4.984 0L4.807 14.21c-1.151 1.152-1.868 4.542-2.124 5.946a1.002 1.002 0 0 0 1.162 1.164c1.404-.255 4.794-.972 5.946-2.124l7.326-7.327l.29.29a1.67 1.67 0 0 1 0 2.357l-2.115 2.114a1 1 0 0 0 1.413 1.415l2.115-2.115a3.67 3.67 0 0 0 0-5.185l-.29-.29l1.671-1.67a3.53 3.53 0 0 0 0-4.984Zm-1.415 3.57l-1.67 1.67l-2.157-2.156l1.67-1.67c.289-.288.672-.446 1.08-.446s.789.159 1.077.446a1.53 1.53 0 0 1 0 2.156"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPen2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.203 3.797c-1.331-1.33-3.654-1.329-4.984 0L4.807 14.21c-1.151 1.152-1.868 4.542-2.124 5.946a1.002 1.002 0 0 0 1.162 1.164c1.404-.255 4.794-.972 5.946-2.124l7.326-7.327l.29.29a1.67 1.67 0 0 1 0 2.357l-2.115 2.114a1 1 0 0 0 1.413 1.415l2.115-2.115a3.67 3.67 0 0 0 0-5.185l-.29-.29l1.671-1.67a3.53 3.53 0 0 0 0-4.984Zm-1.415 3.57l-1.67 1.67l-2.157-2.156l1.67-1.67c.289-.288.672-.446 1.08-.446s.789.159 1.077.446a1.53 1.53 0 0 1 0 2.156"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.203 3.797c-1.331-1.33-3.654-1.329-4.984 0L4.807 14.21c-1.151 1.152-1.868 4.542-2.124 5.946a1.002 1.002 0 0 0 1.162 1.164c1.404-.255 4.794-.972 5.946-2.124l7.326-7.327l.29.29a1.67 1.67 0 0 1 0 2.357l-2.115 2.114a1 1 0 0 0 1.413 1.415l2.115-2.115a3.67 3.67 0 0 0 0-5.185l-.29-.29l1.671-1.67a3.53 3.53 0 0 0 0-4.984Zm-1.415 3.57l-1.67 1.67l-2.157-2.156l1.67-1.67c.289-.288.672-.446 1.08-.446s.789.159 1.077.446a1.53 1.53 0 0 1 0 2.156"/></svg> </template>
CSS
.icon-pen2-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.203%203.797c-1.331-1.33-3.654-1.329-4.984%200L4.807%2014.21c-1.151%201.152-1.868%204.542-2.124%205.946a1.002%201.002%200%200%200%201.162%201.164c1.404-.255%204.794-.972%205.946-2.124l7.326-7.327l.29.29a1.67%201.67%200%200%201%200%202.357l-2.115%202.114a1%201%200%200%200%201.413%201.415l2.115-2.115a3.67%203.67%200%200%200%200-5.185l-.29-.29l1.671-1.67a3.53%203.53%200%200%200%200-4.984Zm-1.415%203.57l-1.67%201.67l-2.157-2.156l1.67-1.67c.289-.288.672-.446%201.08-.446s.789.159%201.077.446a1.53%201.53%200%200%201%200%202.156%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.203%203.797c-1.331-1.33-3.654-1.329-4.984%200L4.807%2014.21c-1.151%201.152-1.868%204.542-2.124%205.946a1.002%201.002%200%200%200%201.162%201.164c1.404-.255%204.794-.972%205.946-2.124l7.326-7.327l.29.29a1.67%201.67%200%200%201%200%202.357l-2.115%202.114a1%201%200%200%200%201.413%201.415l2.115-2.115a3.67%203.67%200%200%200%200-5.185l-.29-.29l1.671-1.67a3.53%203.53%200%200%200%200-4.984Zm-1.415%203.57l-1.67%201.67l-2.157-2.156l1.67-1.67c.289-.288.672-.446%201.08-.446s.789.159%201.077.446a1.53%201.53%200%200%201%200%202.156%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pen2-filled.svg?color=%231a73e8&size=48