pen tool3 icon

pen-tool3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
pen-tool3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the pen tool3 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="M10.75 22.5h2.52c.96 0 1.58-.68 1.4-1.51l-.41-1.81h-4.5l-.41 1.81c-.18.78.5 1.51 1.4 1.51m3.51-3.33l1.73-1.54c.97-.86 1.01-1.46.24-2.43l-3.05-3.87c-.64-.81-1.69-.81-2.33 0L7.8 15.2c-.77.97-.77 1.6.24 2.43l1.73 1.54m2.24-8.05v2.53M12.52 5h-1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h1c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1m-9.25 9.17h1c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1m17.46 0h-1c-.55 0-1-.45-1-1v-1c0-.55.45-1 1-1h1c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1M10.52 3.56c-3.81.45-6.77 3.68-6.77 7.61"/><path d="M20.25 11.17c0-3.92-2.94-7.14-6.73-7.61"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPenTool3Filled(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="M10.75 22.5h2.52c.96 0 1.58-.68 1.4-1.51l-.41-1.81h-4.5l-.41 1.81c-.18.78.5 1.51 1.4 1.51m3.51-3.33l1.73-1.54c.97-.86 1.01-1.46.24-2.43l-3.05-3.87c-.64-.81-1.69-.81-2.33 0L7.8 15.2c-.77.97-.77 1.6.24 2.43l1.73 1.54m2.24-8.05v2.53M12.52 5h-1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h1c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1m-9.25 9.17h1c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1m17.46 0h-1c-.55 0-1-.45-1-1v-1c0-.55.45-1 1-1h1c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1M10.52 3.56c-3.81.45-6.77 3.68-6.77 7.61"/><path d="M20.25 11.17c0-3.92-2.94-7.14-6.73-7.61"/></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="M10.75 22.5h2.52c.96 0 1.58-.68 1.4-1.51l-.41-1.81h-4.5l-.41 1.81c-.18.78.5 1.51 1.4 1.51m3.51-3.33l1.73-1.54c.97-.86 1.01-1.46.24-2.43l-3.05-3.87c-.64-.81-1.69-.81-2.33 0L7.8 15.2c-.77.97-.77 1.6.24 2.43l1.73 1.54m2.24-8.05v2.53M12.52 5h-1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h1c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1m-9.25 9.17h1c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1m17.46 0h-1c-.55 0-1-.45-1-1v-1c0-.55.45-1 1-1h1c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1M10.52 3.56c-3.81.45-6.77 3.68-6.77 7.61"/><path d="M20.25 11.17c0-3.92-2.94-7.14-6.73-7.61"/></g></svg>
</template>

CSS

.icon-pen-tool3-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%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%22M10.75%2022.5h2.52c.96%200%201.58-.68%201.4-1.51l-.41-1.81h-4.5l-.41%201.81c-.18.78.5%201.51%201.4%201.51m3.51-3.33l1.73-1.54c.97-.86%201.01-1.46.24-2.43l-3.05-3.87c-.64-.81-1.69-.81-2.33%200L7.8%2015.2c-.77.97-.77%201.6.24%202.43l1.73%201.54m2.24-8.05v2.53M12.52%205h-1c-.55%200-1-.45-1-1V3c0-.55.45-1%201-1h1c.55%200%201%20.45%201%201v1c0%20.55-.45%201-1%201m-9.25%209.17h1c.55%200%201-.45%201-1v-1c0-.55-.45-1-1-1h-1c-.55%200-1%20.45-1%201v1c0%20.55.45%201%201%201m17.46%200h-1c-.55%200-1-.45-1-1v-1c0-.55.45-1%201-1h1c.55%200%201%20.45%201%201v1c0%20.55-.45%201-1%201M10.52%203.56c-3.81.45-6.77%203.68-6.77%207.61%22%2F%3E%3Cpath%20d%3D%22M20.25%2011.17c0-3.92-2.94-7.14-6.73-7.61%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%22M10.75%2022.5h2.52c.96%200%201.58-.68%201.4-1.51l-.41-1.81h-4.5l-.41%201.81c-.18.78.5%201.51%201.4%201.51m3.51-3.33l1.73-1.54c.97-.86%201.01-1.46.24-2.43l-3.05-3.87c-.64-.81-1.69-.81-2.33%200L7.8%2015.2c-.77.97-.77%201.6.24%202.43l1.73%201.54m2.24-8.05v2.53M12.52%205h-1c-.55%200-1-.45-1-1V3c0-.55.45-1%201-1h1c.55%200%201%20.45%201%201v1c0%20.55-.45%201-1%201m-9.25%209.17h1c.55%200%201-.45%201-1v-1c0-.55-.45-1-1-1h-1c-.55%200-1%20.45-1%201v1c0%20.55.45%201%201%201m17.46%200h-1c-.55%200-1-.45-1-1v-1c0-.55.45-1%201-1h1c.55%200%201%20.45%201%201v1c0%20.55-.45%201-1%201M10.52%203.56c-3.81.45-6.77%203.68-6.77%207.61%22%2F%3E%3Cpath%20d%3D%22M20.25%2011.17c0-3.92-2.94-7.14-6.73-7.61%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-tool3-filled.svg?color=%231a73e8&size=48