pen nib2 icon
pen-nib2 from Reicon by REICON · Outline · Text-formatting · MIT Free for personal and commercial use.
- Name
- pen-nib2
- 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 nib2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M13.333 12.727L6.76 19.3m-4.276-1.123c-1.069-1.058-1.383-1.994-1.448-2.705c-.232-2.565 2.633-3.935 2.615-6.797c-.012-1.836-1.206-3.322-2.179-4.27m18.849 6.338L18.2 16.737a1.33 1.33 0 0 1-.987.86L7.67 19.572a1 1 0 0 1-1.181-1.181l1.975-9.543c.094-.457.421-.83.86-.987l5.994-2.122"/><path d="m15.328 3.061l-.401.402a1.33 1.33 0 0 0 0 1.885l2.892 2.892l2.892 2.892a1.33 1.33 0 0 0 1.885 0l.401-.401"/><path fill="currentColor" d="M13.333 13.727a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPenNib2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M13.333 12.727L6.76 19.3m-4.276-1.123c-1.069-1.058-1.383-1.994-1.448-2.705c-.232-2.565 2.633-3.935 2.615-6.797c-.012-1.836-1.206-3.322-2.179-4.27m18.849 6.338L18.2 16.737a1.33 1.33 0 0 1-.987.86L7.67 19.572a1 1 0 0 1-1.181-1.181l1.975-9.543c.094-.457.421-.83.86-.987l5.994-2.122"/><path d="m15.328 3.061l-.401.402a1.33 1.33 0 0 0 0 1.885l2.892 2.892l2.892 2.892a1.33 1.33 0 0 0 1.885 0l.401-.401"/><path fill="currentColor" d="M13.333 13.727a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M13.333 12.727L6.76 19.3m-4.276-1.123c-1.069-1.058-1.383-1.994-1.448-2.705c-.232-2.565 2.633-3.935 2.615-6.797c-.012-1.836-1.206-3.322-2.179-4.27m18.849 6.338L18.2 16.737a1.33 1.33 0 0 1-.987.86L7.67 19.572a1 1 0 0 1-1.181-1.181l1.975-9.543c.094-.457.421-.83.86-.987l5.994-2.122"/><path d="m15.328 3.061l-.401.402a1.33 1.33 0 0 0 0 1.885l2.892 2.892l2.892 2.892a1.33 1.33 0 0 0 1.885 0l.401-.401"/><path fill="currentColor" d="M13.333 13.727a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg> </template>
CSS
.icon-pen-nib2 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.333%2012.727L6.76%2019.3m-4.276-1.123c-1.069-1.058-1.383-1.994-1.448-2.705c-.232-2.565%202.633-3.935%202.615-6.797c-.012-1.836-1.206-3.322-2.179-4.27m18.849%206.338L18.2%2016.737a1.33%201.33%200%200%201-.987.86L7.67%2019.572a1%201%200%200%201-1.181-1.181l1.975-9.543c.094-.457.421-.83.86-.987l5.994-2.122%22%2F%3E%3Cpath%20d%3D%22m15.328%203.061l-.401.402a1.33%201.33%200%200%200%200%201.885l2.892%202.892l2.892%202.892a1.33%201.33%200%200%200%201.885%200l.401-.401%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.333%2013.727a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.333%2012.727L6.76%2019.3m-4.276-1.123c-1.069-1.058-1.383-1.994-1.448-2.705c-.232-2.565%202.633-3.935%202.615-6.797c-.012-1.836-1.206-3.322-2.179-4.27m18.849%206.338L18.2%2016.737a1.33%201.33%200%200%201-.987.86L7.67%2019.572a1%201%200%200%201-1.181-1.181l1.975-9.543c.094-.457.421-.83.86-.987l5.994-2.122%22%2F%3E%3Cpath%20d%3D%22m15.328%203.061l-.401.402a1.33%201.33%200%200%200%200%201.885l2.892%202.892l2.892%202.892a1.33%201.33%200%200%200%201.885%200l.401-.401%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.333%2013.727a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pen-nib2.svg?color=%231a73e8&size=48