pen writing2 icon
pen-writing2 from Reicon by REICON · Outline · Text-formatting · MIT Free for personal and commercial use.
- Name
- pen-writing2
- Set
- Reicon
- Style
- Outline
- Category
- Text-formatting
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More text-formatting icons from Reicon
Use the pen writing2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m16.062 6.576l3.622 2.733M8.71 20.334a.33.33 0 0 1-.332-.31c-.01-.145-.24-3.585 1.38-5.73l7.232-9.593a2.58 2.58 0 0 1 2.078-1.034c.57 0 1.11.181 1.565.524a2.605 2.605 0 0 1 .51 3.645l-7.234 9.593c-1.618 2.145-5.105 2.905-5.199 2.905m-4.198-.848c-1.638-1.384-2.082-2.61-2.164-3.513c-.259-2.853 2.928-4.374 2.907-7.558C5.24 6.372 3.913 4.72 2.832 3.667"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPenWriting2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m16.062 6.576l3.622 2.733M8.71 20.334a.33.33 0 0 1-.332-.31c-.01-.145-.24-3.585 1.38-5.73l7.232-9.593a2.58 2.58 0 0 1 2.078-1.034c.57 0 1.11.181 1.565.524a2.605 2.605 0 0 1 .51 3.645l-7.234 9.593c-1.618 2.145-5.105 2.905-5.199 2.905m-4.198-.848c-1.638-1.384-2.082-2.61-2.164-3.513c-.259-2.853 2.928-4.374 2.907-7.558C5.24 6.372 3.913 4.72 2.832 3.667"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m16.062 6.576l3.622 2.733M8.71 20.334a.33.33 0 0 1-.332-.31c-.01-.145-.24-3.585 1.38-5.73l7.232-9.593a2.58 2.58 0 0 1 2.078-1.034c.57 0 1.11.181 1.565.524a2.605 2.605 0 0 1 .51 3.645l-7.234 9.593c-1.618 2.145-5.105 2.905-5.199 2.905m-4.198-.848c-1.638-1.384-2.082-2.61-2.164-3.513c-.259-2.853 2.928-4.374 2.907-7.558C5.24 6.372 3.913 4.72 2.832 3.667"/></svg> </template>
CSS
.icon-pen-writing2 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m16.062%206.576l3.622%202.733M8.71%2020.334a.33.33%200%200%201-.332-.31c-.01-.145-.24-3.585%201.38-5.73l7.232-9.593a2.58%202.58%200%200%201%202.078-1.034c.57%200%201.11.181%201.565.524a2.605%202.605%200%200%201%20.51%203.645l-7.234%209.593c-1.618%202.145-5.105%202.905-5.199%202.905m-4.198-.848c-1.638-1.384-2.082-2.61-2.164-3.513c-.259-2.853%202.928-4.374%202.907-7.558C5.24%206.372%203.913%204.72%202.832%203.667%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m16.062%206.576l3.622%202.733M8.71%2020.334a.33.33%200%200%201-.332-.31c-.01-.145-.24-3.585%201.38-5.73l7.232-9.593a2.58%202.58%200%200%201%202.078-1.034c.57%200%201.11.181%201.565.524a2.605%202.605%200%200%201%20.51%203.645l-7.234%209.593c-1.618%202.145-5.105%202.905-5.199%202.905m-4.198-.848c-1.638-1.384-2.082-2.61-2.164-3.513c-.259-2.853%202.928-4.374%202.907-7.558C5.24%206.372%203.913%204.72%202.832%203.667%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pen-writing2.svg?color=%231a73e8&size=48