tablet pen icon
tablet-pen from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- tablet-pen
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the tablet pen 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-width="1.5"><path d="M2 12c0-4.243 0-6.364 1.318-7.682S6.758 3 11 3h2c4.243 0 6.364 0 7.682 1.318S22 7.758 22 12s0 6.364-1.318 7.682S17.242 21 13 21h-2c-4.243 0-6.364 0-7.682-1.318S2 16.242 2 12Z"/><path stroke-linejoin="round" d="M6.5 3v18"/><path stroke-linecap="round" stroke-linejoin="round" d="m17.006 8.884l.608.606a1.31 1.31 0 0 1 0 1.856l-3.187 3.234a1.76 1.76 0 0 1-.92.483l-1.974.427a.438.438 0 0 1-.523-.52l.42-1.955c.066-.347.235-.667.485-.916l3.227-3.215a1.32 1.32 0 0 1 1.864 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTabletPen(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" strokeWidth="1.5"><path d="M2 12c0-4.243 0-6.364 1.318-7.682S6.758 3 11 3h2c4.243 0 6.364 0 7.682 1.318S22 7.758 22 12s0 6.364-1.318 7.682S17.242 21 13 21h-2c-4.243 0-6.364 0-7.682-1.318S2 16.242 2 12Z"/><path strokeLinejoin="round" d="M6.5 3v18"/><path strokeLinecap="round" strokeLinejoin="round" d="m17.006 8.884l.608.606a1.31 1.31 0 0 1 0 1.856l-3.187 3.234a1.76 1.76 0 0 1-.92.483l-1.974.427a.438.438 0 0 1-.523-.52l.42-1.955c.066-.347.235-.667.485-.916l3.227-3.215a1.32 1.32 0 0 1 1.864 0"/></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-width="1.5"><path d="M2 12c0-4.243 0-6.364 1.318-7.682S6.758 3 11 3h2c4.243 0 6.364 0 7.682 1.318S22 7.758 22 12s0 6.364-1.318 7.682S17.242 21 13 21h-2c-4.243 0-6.364 0-7.682-1.318S2 16.242 2 12Z"/><path stroke-linejoin="round" d="M6.5 3v18"/><path stroke-linecap="round" stroke-linejoin="round" d="m17.006 8.884l.608.606a1.31 1.31 0 0 1 0 1.856l-3.187 3.234a1.76 1.76 0 0 1-.92.483l-1.974.427a.438.438 0 0 1-.523-.52l.42-1.955c.066-.347.235-.667.485-.916l3.227-3.215a1.32 1.32 0 0 1 1.864 0"/></g></svg> </template>
CSS
.icon-tablet-pen {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2012c0-4.243%200-6.364%201.318-7.682S6.758%203%2011%203h2c4.243%200%206.364%200%207.682%201.318S22%207.758%2022%2012s0%206.364-1.318%207.682S17.242%2021%2013%2021h-2c-4.243%200-6.364%200-7.682-1.318S2%2016.242%202%2012Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.5%203v18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m17.006%208.884l.608.606a1.31%201.31%200%200%201%200%201.856l-3.187%203.234a1.76%201.76%200%200%201-.92.483l-1.974.427a.438.438%200%200%201-.523-.52l.42-1.955c.066-.347.235-.667.485-.916l3.227-3.215a1.32%201.32%200%200%201%201.864%200%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2012c0-4.243%200-6.364%201.318-7.682S6.758%203%2011%203h2c4.243%200%206.364%200%207.682%201.318S22%207.758%2022%2012s0%206.364-1.318%207.682S17.242%2021%2013%2021h-2c-4.243%200-6.364%200-7.682-1.318S2%2016.242%202%2012Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.5%203v18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m17.006%208.884l.608.606a1.31%201.31%200%200%201%200%201.856l-3.187%203.234a1.76%201.76%200%200%201-.92.483l-1.974.427a.438.438%200%200%201-.523-.52l.42-1.955c.066-.347.235-.667.485-.916l3.227-3.215a1.32%201.32%200%200%201%201.864%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/tablet-pen.svg?color=%231a73e8&size=48