pen nib2 icon

pen-nib2-filled from Reicon by REICON · Filled · Text-formatting · MIT Free for personal and commercial use.

Name
pen-nib2-filled
Set
Reicon
Style
Filled
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="currentColor"><path d="M14.353 5.02L8.99 6.919a2.34 2.34 0 0 0-1.506 1.726l-1.975 9.543c-.064.31-.047.623.032.917l5.868-5.868a2 2 0 0 1-.075-.512c0-1.102.898-2 2-2c1.103 0 2 .898 2 2c0 1.103-.897 2-2 2a2 2 0 0 1-.512-.074l-5.866 5.866c.166.044.336.075.509.075q.204 0 .408-.041l9.541-1.975a2.34 2.34 0 0 0 1.727-1.505l1.899-5.364z"/><path d="M21.655 12.523a2.32 2.32 0 0 1-1.65-.683l-5.784-5.784a2.32 2.32 0 0 1-.684-1.65c0-.622.243-1.209.684-1.65l.402-.401a1 1 0 1 1 1.414 1.414l-.401.402a.336.336 0 0 0 0 .472l5.784 5.784c.13.13.343.129.472 0l.4-.402a1 1 0 1 1 1.415 1.415l-.402.401a2.32 2.32 0 0 1-1.65.682"/><path fill-rule="evenodd" d="M.756 3.708a1 1 0 0 1 1.414-.019c1.013.987 2.466 2.72 2.48 4.98c.012 1.738-.849 3.02-1.509 4.002l-.047.071c-.717 1.069-1.141 1.763-1.062 2.64c.042.462.244 1.182 1.156 2.085a1 1 0 1 1-1.407 1.421C.555 17.674.128 16.523.04 15.563c-.15-1.641.69-2.89 1.336-3.853l.056-.082c.705-1.05 1.225-1.865 1.218-2.947c-.01-1.413-.943-2.65-1.877-3.56a1 1 0 0 1-.018-1.413" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPenNib2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.353 5.02L8.99 6.919a2.34 2.34 0 0 0-1.506 1.726l-1.975 9.543c-.064.31-.047.623.032.917l5.868-5.868a2 2 0 0 1-.075-.512c0-1.102.898-2 2-2c1.103 0 2 .898 2 2c0 1.103-.897 2-2 2a2 2 0 0 1-.512-.074l-5.866 5.866c.166.044.336.075.509.075q.204 0 .408-.041l9.541-1.975a2.34 2.34 0 0 0 1.727-1.505l1.899-5.364z"/><path d="M21.655 12.523a2.32 2.32 0 0 1-1.65-.683l-5.784-5.784a2.32 2.32 0 0 1-.684-1.65c0-.622.243-1.209.684-1.65l.402-.401a1 1 0 1 1 1.414 1.414l-.401.402a.336.336 0 0 0 0 .472l5.784 5.784c.13.13.343.129.472 0l.4-.402a1 1 0 1 1 1.415 1.415l-.402.401a2.32 2.32 0 0 1-1.65.682"/><path fillRule="evenodd" d="M.756 3.708a1 1 0 0 1 1.414-.019c1.013.987 2.466 2.72 2.48 4.98c.012 1.738-.849 3.02-1.509 4.002l-.047.071c-.717 1.069-1.141 1.763-1.062 2.64c.042.462.244 1.182 1.156 2.085a1 1 0 1 1-1.407 1.421C.555 17.674.128 16.523.04 15.563c-.15-1.641.69-2.89 1.336-3.853l.056-.082c.705-1.05 1.225-1.865 1.218-2.947c-.01-1.413-.943-2.65-1.877-3.56a1 1 0 0 1-.018-1.413" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.353 5.02L8.99 6.919a2.34 2.34 0 0 0-1.506 1.726l-1.975 9.543c-.064.31-.047.623.032.917l5.868-5.868a2 2 0 0 1-.075-.512c0-1.102.898-2 2-2c1.103 0 2 .898 2 2c0 1.103-.897 2-2 2a2 2 0 0 1-.512-.074l-5.866 5.866c.166.044.336.075.509.075q.204 0 .408-.041l9.541-1.975a2.34 2.34 0 0 0 1.727-1.505l1.899-5.364z"/><path d="M21.655 12.523a2.32 2.32 0 0 1-1.65-.683l-5.784-5.784a2.32 2.32 0 0 1-.684-1.65c0-.622.243-1.209.684-1.65l.402-.401a1 1 0 1 1 1.414 1.414l-.401.402a.336.336 0 0 0 0 .472l5.784 5.784c.13.13.343.129.472 0l.4-.402a1 1 0 1 1 1.415 1.415l-.402.401a2.32 2.32 0 0 1-1.65.682"/><path fill-rule="evenodd" d="M.756 3.708a1 1 0 0 1 1.414-.019c1.013.987 2.466 2.72 2.48 4.98c.012 1.738-.849 3.02-1.509 4.002l-.047.071c-.717 1.069-1.141 1.763-1.062 2.64c.042.462.244 1.182 1.156 2.085a1 1 0 1 1-1.407 1.421C.555 17.674.128 16.523.04 15.563c-.15-1.641.69-2.89 1.336-3.853l.056-.082c.705-1.05 1.225-1.865 1.218-2.947c-.01-1.413-.943-2.65-1.877-3.56a1 1 0 0 1-.018-1.413" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-pen-nib2-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.353%205.02L8.99%206.919a2.34%202.34%200%200%200-1.506%201.726l-1.975%209.543c-.064.31-.047.623.032.917l5.868-5.868a2%202%200%200%201-.075-.512c0-1.102.898-2%202-2c1.103%200%202%20.898%202%202c0%201.103-.897%202-2%202a2%202%200%200%201-.512-.074l-5.866%205.866c.166.044.336.075.509.075q.204%200%20.408-.041l9.541-1.975a2.34%202.34%200%200%200%201.727-1.505l1.899-5.364z%22%2F%3E%3Cpath%20d%3D%22M21.655%2012.523a2.32%202.32%200%200%201-1.65-.683l-5.784-5.784a2.32%202.32%200%200%201-.684-1.65c0-.622.243-1.209.684-1.65l.402-.401a1%201%200%201%201%201.414%201.414l-.401.402a.336.336%200%200%200%200%20.472l5.784%205.784c.13.13.343.129.472%200l.4-.402a1%201%200%201%201%201.415%201.415l-.402.401a2.32%202.32%200%200%201-1.65.682%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.756%203.708a1%201%200%200%201%201.414-.019c1.013.987%202.466%202.72%202.48%204.98c.012%201.738-.849%203.02-1.509%204.002l-.047.071c-.717%201.069-1.141%201.763-1.062%202.64c.042.462.244%201.182%201.156%202.085a1%201%200%201%201-1.407%201.421C.555%2017.674.128%2016.523.04%2015.563c-.15-1.641.69-2.89%201.336-3.853l.056-.082c.705-1.05%201.225-1.865%201.218-2.947c-.01-1.413-.943-2.65-1.877-3.56a1%201%200%200%201-.018-1.413%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M14.353%205.02L8.99%206.919a2.34%202.34%200%200%200-1.506%201.726l-1.975%209.543c-.064.31-.047.623.032.917l5.868-5.868a2%202%200%200%201-.075-.512c0-1.102.898-2%202-2c1.103%200%202%20.898%202%202c0%201.103-.897%202-2%202a2%202%200%200%201-.512-.074l-5.866%205.866c.166.044.336.075.509.075q.204%200%20.408-.041l9.541-1.975a2.34%202.34%200%200%200%201.727-1.505l1.899-5.364z%22%2F%3E%3Cpath%20d%3D%22M21.655%2012.523a2.32%202.32%200%200%201-1.65-.683l-5.784-5.784a2.32%202.32%200%200%201-.684-1.65c0-.622.243-1.209.684-1.65l.402-.401a1%201%200%201%201%201.414%201.414l-.401.402a.336.336%200%200%200%200%20.472l5.784%205.784c.13.13.343.129.472%200l.4-.402a1%201%200%201%201%201.415%201.415l-.402.401a2.32%202.32%200%200%201-1.65.682%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.756%203.708a1%201%200%200%201%201.414-.019c1.013.987%202.466%202.72%202.48%204.98c.012%201.738-.849%203.02-1.509%204.002l-.047.071c-.717%201.069-1.141%201.763-1.062%202.64c.042.462.244%201.182%201.156%202.085a1%201%200%201%201-1.407%201.421C.555%2017.674.128%2016.523.04%2015.563c-.15-1.641.69-2.89%201.336-3.853l.056-.082c.705-1.05%201.225-1.865%201.218-2.947c-.01-1.413-.943-2.65-1.877-3.56a1%201%200%200%201-.018-1.413%22%20clip-rule%3D%22evenodd%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-filled.svg?color=%231a73e8&size=48

Pen Nib2 filled icon — Reicon · IconsDB