vector pen icon
vector-pen from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- vector-pen
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
Use the vector pen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor" fill-rule="evenodd"><path d="M10.646.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-1.902 1.902l-.829 3.313a1.5 1.5 0 0 1-1.024 1.073L1.254 14.746L4.358 4.4A1.5 1.5 0 0 1 5.43 3.377l3.313-.828zm-1.8 2.908l-3.173.793a.5.5 0 0 0-.358.342l-2.57 8.565l8.567-2.57a.5.5 0 0 0 .34-.357l.794-3.174l-3.6-3.6z"/><path d="M2.832 13.228L8 9a1 1 0 1 0-1-1l-4.228 5.168l-.026.086z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiVectorPen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor" fillRule="evenodd"><path d="M10.646.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-1.902 1.902l-.829 3.313a1.5 1.5 0 0 1-1.024 1.073L1.254 14.746L4.358 4.4A1.5 1.5 0 0 1 5.43 3.377l3.313-.828zm-1.8 2.908l-3.173.793a.5.5 0 0 0-.358.342l-2.57 8.565l8.567-2.57a.5.5 0 0 0 .34-.357l.794-3.174l-3.6-3.6z"/><path d="M2.832 13.228L8 9a1 1 0 1 0-1-1l-4.228 5.168l-.026.086z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor" fill-rule="evenodd"><path d="M10.646.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-1.902 1.902l-.829 3.313a1.5 1.5 0 0 1-1.024 1.073L1.254 14.746L4.358 4.4A1.5 1.5 0 0 1 5.43 3.377l3.313-.828zm-1.8 2.908l-3.173.793a.5.5 0 0 0-.358.342l-2.57 8.565l8.567-2.57a.5.5 0 0 0 .34-.357l.794-3.174l-3.6-3.6z"/><path d="M2.832 13.228L8 9a1 1 0 1 0-1-1l-4.228 5.168l-.026.086z"/></g></svg> </template>
CSS
.icon-vector-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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M10.646.646a.5.5%200%200%201%20.708%200l4%204a.5.5%200%200%201%200%20.708l-1.902%201.902l-.829%203.313a1.5%201.5%200%200%201-1.024%201.073L1.254%2014.746L4.358%204.4A1.5%201.5%200%200%201%205.43%203.377l3.313-.828zm-1.8%202.908l-3.173.793a.5.5%200%200%200-.358.342l-2.57%208.565l8.567-2.57a.5.5%200%200%200%20.34-.357l.794-3.174l-3.6-3.6z%22%2F%3E%3Cpath%20d%3D%22M2.832%2013.228L8%209a1%201%200%201%200-1-1l-4.228%205.168l-.026.086z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M10.646.646a.5.5%200%200%201%20.708%200l4%204a.5.5%200%200%201%200%20.708l-1.902%201.902l-.829%203.313a1.5%201.5%200%200%201-1.024%201.073L1.254%2014.746L4.358%204.4A1.5%201.5%200%200%201%205.43%203.377l3.313-.828zm-1.8%202.908l-3.173.793a.5.5%200%200%200-.358.342l-2.57%208.565l8.567-2.57a.5.5%200%200%200%20.34-.357l.794-3.174l-3.6-3.6z%22%2F%3E%3Cpath%20d%3D%22M2.832%2013.228L8%209a1%201%200%201%200-1-1l-4.228%205.168l-.026.086z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/vector-pen.svg?color=%231a73e8&size=48