pen tool4 icon
pen-tool4-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- pen-tool4-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 tool4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.98 10.7a8.41 8.41 0 0 0-6.97-7.81c-.06-.77-.7-1.39-1.49-1.39h-1c-.79 0-1.42.61-1.49 1.38c-3.88.64-6.79 3.9-7.01 7.82c-.71.12-1.25.73-1.25 1.47v1c0 .83.67 1.5 1.5 1.5h1c.83 0 1.5-.67 1.5-1.5v-1c0-.74-.54-1.35-1.25-1.47a6.91 6.91 0 0 1 5.56-6.31c.17.64.75 1.11 1.44 1.11h1c.69 0 1.26-.47 1.44-1.1c3.04.61 5.31 3.2 5.52 6.3c-.71.12-1.25.73-1.25 1.47v1c0 .83.67 1.5 1.5 1.5h1c.83 0 1.5-.67 1.5-1.5v-1c0-.74-.54-1.36-1.25-1.47"/><path d="M15.77 16.55L14.13 18H9.88l-1.64-1.45c-.95-.78-.95-1.38-.23-2.3l2.89-3.66q.3-.375.69-.51c.27-.09.56-.09.84 0q.375.135.69.51L16 14.24c.73.92.69 1.49-.23 2.31M13.32 22h-2.59c-.92 0-1.61-.75-1.43-1.55l.31-1.39a.6.6 0 0 1 .59-.47h3.65c.28 0 .52.19.59.47l.31 1.39c.19.85-.45 1.55-1.43 1.55"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPenTool4Filled(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="M20.98 10.7a8.41 8.41 0 0 0-6.97-7.81c-.06-.77-.7-1.39-1.49-1.39h-1c-.79 0-1.42.61-1.49 1.38c-3.88.64-6.79 3.9-7.01 7.82c-.71.12-1.25.73-1.25 1.47v1c0 .83.67 1.5 1.5 1.5h1c.83 0 1.5-.67 1.5-1.5v-1c0-.74-.54-1.35-1.25-1.47a6.91 6.91 0 0 1 5.56-6.31c.17.64.75 1.11 1.44 1.11h1c.69 0 1.26-.47 1.44-1.1c3.04.61 5.31 3.2 5.52 6.3c-.71.12-1.25.73-1.25 1.47v1c0 .83.67 1.5 1.5 1.5h1c.83 0 1.5-.67 1.5-1.5v-1c0-.74-.54-1.36-1.25-1.47"/><path d="M15.77 16.55L14.13 18H9.88l-1.64-1.45c-.95-.78-.95-1.38-.23-2.3l2.89-3.66q.3-.375.69-.51c.27-.09.56-.09.84 0q.375.135.69.51L16 14.24c.73.92.69 1.49-.23 2.31M13.32 22h-2.59c-.92 0-1.61-.75-1.43-1.55l.31-1.39a.6.6 0 0 1 .59-.47h3.65c.28 0 .52.19.59.47l.31 1.39c.19.85-.45 1.55-1.43 1.55"/></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="M20.98 10.7a8.41 8.41 0 0 0-6.97-7.81c-.06-.77-.7-1.39-1.49-1.39h-1c-.79 0-1.42.61-1.49 1.38c-3.88.64-6.79 3.9-7.01 7.82c-.71.12-1.25.73-1.25 1.47v1c0 .83.67 1.5 1.5 1.5h1c.83 0 1.5-.67 1.5-1.5v-1c0-.74-.54-1.35-1.25-1.47a6.91 6.91 0 0 1 5.56-6.31c.17.64.75 1.11 1.44 1.11h1c.69 0 1.26-.47 1.44-1.1c3.04.61 5.31 3.2 5.52 6.3c-.71.12-1.25.73-1.25 1.47v1c0 .83.67 1.5 1.5 1.5h1c.83 0 1.5-.67 1.5-1.5v-1c0-.74-.54-1.36-1.25-1.47"/><path d="M15.77 16.55L14.13 18H9.88l-1.64-1.45c-.95-.78-.95-1.38-.23-2.3l2.89-3.66q.3-.375.69-.51c.27-.09.56-.09.84 0q.375.135.69.51L16 14.24c.73.92.69 1.49-.23 2.31M13.32 22h-2.59c-.92 0-1.61-.75-1.43-1.55l.31-1.39a.6.6 0 0 1 .59-.47h3.65c.28 0 .52.19.59.47l.31 1.39c.19.85-.45 1.55-1.43 1.55"/></g></svg> </template>
CSS
.icon-pen-tool4-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%22M20.98%2010.7a8.41%208.41%200%200%200-6.97-7.81c-.06-.77-.7-1.39-1.49-1.39h-1c-.79%200-1.42.61-1.49%201.38c-3.88.64-6.79%203.9-7.01%207.82c-.71.12-1.25.73-1.25%201.47v1c0%20.83.67%201.5%201.5%201.5h1c.83%200%201.5-.67%201.5-1.5v-1c0-.74-.54-1.35-1.25-1.47a6.91%206.91%200%200%201%205.56-6.31c.17.64.75%201.11%201.44%201.11h1c.69%200%201.26-.47%201.44-1.1c3.04.61%205.31%203.2%205.52%206.3c-.71.12-1.25.73-1.25%201.47v1c0%20.83.67%201.5%201.5%201.5h1c.83%200%201.5-.67%201.5-1.5v-1c0-.74-.54-1.36-1.25-1.47%22%2F%3E%3Cpath%20d%3D%22M15.77%2016.55L14.13%2018H9.88l-1.64-1.45c-.95-.78-.95-1.38-.23-2.3l2.89-3.66q.3-.375.69-.51c.27-.09.56-.09.84%200q.375.135.69.51L16%2014.24c.73.92.69%201.49-.23%202.31M13.32%2022h-2.59c-.92%200-1.61-.75-1.43-1.55l.31-1.39a.6.6%200%200%201%20.59-.47h3.65c.28%200%20.52.19.59.47l.31%201.39c.19.85-.45%201.55-1.43%201.55%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%22M20.98%2010.7a8.41%208.41%200%200%200-6.97-7.81c-.06-.77-.7-1.39-1.49-1.39h-1c-.79%200-1.42.61-1.49%201.38c-3.88.64-6.79%203.9-7.01%207.82c-.71.12-1.25.73-1.25%201.47v1c0%20.83.67%201.5%201.5%201.5h1c.83%200%201.5-.67%201.5-1.5v-1c0-.74-.54-1.35-1.25-1.47a6.91%206.91%200%200%201%205.56-6.31c.17.64.75%201.11%201.44%201.11h1c.69%200%201.26-.47%201.44-1.1c3.04.61%205.31%203.2%205.52%206.3c-.71.12-1.25.73-1.25%201.47v1c0%20.83.67%201.5%201.5%201.5h1c.83%200%201.5-.67%201.5-1.5v-1c0-.74-.54-1.36-1.25-1.47%22%2F%3E%3Cpath%20d%3D%22M15.77%2016.55L14.13%2018H9.88l-1.64-1.45c-.95-.78-.95-1.38-.23-2.3l2.89-3.66q.3-.375.69-.51c.27-.09.56-.09.84%200q.375.135.69.51L16%2014.24c.73.92.69%201.49-.23%202.31M13.32%2022h-2.59c-.92%200-1.61-.75-1.43-1.55l.31-1.39a.6.6%200%200%201%20.59-.47h3.65c.28%200%20.52.19.59.47l.31%201.39c.19.85-.45%201.55-1.43%201.55%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-tool4-filled.svg?color=%231a73e8&size=48