pen fluorescence icon
pen-fluorescence from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- pen-fluorescence
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
Use the pen fluorescence icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m5.863 14.965l2.828 2.828l-1.449 1.45H4.414L3 17.827z"/><path d="M13.044 5.057L4.5 13.602l5.5 5.5l8.544-8.545z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m5.863 14.965l2.828 2.828l-1.449 1.45H4.414L3 17.827z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M13.044 5.057L4.5 13.602l5.5 5.5l8.544-8.545m-5.5-5.5l5.5 5.5m-5.5-5.5L16.101 2l5.5 5.5l-3.057 3.057"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignPenFluorescence(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"><path d="m5.863 14.965l2.828 2.828l-1.449 1.45H4.414L3 17.827z"/><path d="M13.044 5.057L4.5 13.602l5.5 5.5l8.544-8.545z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="m5.863 14.965l2.828 2.828l-1.449 1.45H4.414L3 17.827z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M13.044 5.057L4.5 13.602l5.5 5.5l8.544-8.545m-5.5-5.5l5.5 5.5m-5.5-5.5L16.101 2l5.5 5.5l-3.057 3.057"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m5.863 14.965l2.828 2.828l-1.449 1.45H4.414L3 17.827z"/><path d="M13.044 5.057L4.5 13.602l5.5 5.5l8.544-8.545z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m5.863 14.965l2.828 2.828l-1.449 1.45H4.414L3 17.827z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M13.044 5.057L4.5 13.602l5.5 5.5l8.544-8.545m-5.5-5.5l5.5 5.5m-5.5-5.5L16.101 2l5.5 5.5l-3.057 3.057"/></g></svg> </template>
CSS
.icon-pen-fluorescence {
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%3E%3Cpath%20d%3D%22m5.863%2014.965l2.828%202.828l-1.449%201.45H4.414L3%2017.827z%22%2F%3E%3Cpath%20d%3D%22M13.044%205.057L4.5%2013.602l5.5%205.5l8.544-8.545z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m5.863%2014.965l2.828%202.828l-1.449%201.45H4.414L3%2017.827z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M13.044%205.057L4.5%2013.602l5.5%205.5l8.544-8.545m-5.5-5.5l5.5%205.5m-5.5-5.5L16.101%202l5.5%205.5l-3.057%203.057%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%3E%3Cpath%20d%3D%22m5.863%2014.965l2.828%202.828l-1.449%201.45H4.414L3%2017.827z%22%2F%3E%3Cpath%20d%3D%22M13.044%205.057L4.5%2013.602l5.5%205.5l8.544-8.545z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m5.863%2014.965l2.828%202.828l-1.449%201.45H4.414L3%2017.827z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M13.044%205.057L4.5%2013.602l5.5%205.5l8.544-8.545m-5.5-5.5l5.5%205.5m-5.5-5.5L16.101%202l5.5%205.5l-3.057%203.057%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/pen-fluorescence.svg?color=%231a73e8&size=48