pen off icon
pen-off-sharp-two-tone from Keyline Icons by Keyline Icons · Sharp Two Tone · MIT Free for personal and commercial use.
- Name
- pen-off-sharp-two-tone
- Set
- Keyline Icons
- Style
- Sharp Two Tone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
Related icons in Keyline Icons
Use the pen off 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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M15.0641 15.0641L10.5639 19.5644C10.4681 19.6602 10.3539 19.7355 10.2281 19.7858L2.3714 22.9285C2.2533 22.9757 2.1272 23 2 23C1.4477 23 1 22.5523 1 22C1 21.8728 1.0243 21.7467 1.0715 21.6286L4.2142 13.7719C4.2645 13.6461 4.3398 13.5319 4.4356 13.4361L8.9359 8.9359Z" stroke="none"/><path stroke-opacity=".4" d="M16.1248 12.5893L21.0237 7.6904C21.6488 7.0652 22 6.2174 22 5.3333C22 4.4493 21.6488 3.6014 21.0237 2.9763C20.3986 2.3512 19.5507 2 18.6667 2C17.7826 2 16.9348 2.3512 16.3096 2.9763L11.4107 7.8752M15.0638 4.2222L19.7778 8.9362"/><path d="M14.357 14.357L9.8567 18.8573L2 22L5.1427 14.1433L9.643 9.643M1.7071 1.7071L22.2929 22.2929"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsPenOffSharpTwoTone(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M15.0641 15.0641L10.5639 19.5644C10.4681 19.6602 10.3539 19.7355 10.2281 19.7858L2.3714 22.9285C2.2533 22.9757 2.1272 23 2 23C1.4477 23 1 22.5523 1 22C1 21.8728 1.0243 21.7467 1.0715 21.6286L4.2142 13.7719C4.2645 13.6461 4.3398 13.5319 4.4356 13.4361L8.9359 8.9359Z" stroke="none"/><path strokeOpacity=".4" d="M16.1248 12.5893L21.0237 7.6904C21.6488 7.0652 22 6.2174 22 5.3333C22 4.4493 21.6488 3.6014 21.0237 2.9763C20.3986 2.3512 19.5507 2 18.6667 2C17.7826 2 16.9348 2.3512 16.3096 2.9763L11.4107 7.8752M15.0638 4.2222L19.7778 8.9362"/><path d="M14.357 14.357L9.8567 18.8573L2 22L5.1427 14.1433L9.643 9.643M1.7071 1.7071L22.2929 22.2929"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M15.0641 15.0641L10.5639 19.5644C10.4681 19.6602 10.3539 19.7355 10.2281 19.7858L2.3714 22.9285C2.2533 22.9757 2.1272 23 2 23C1.4477 23 1 22.5523 1 22C1 21.8728 1.0243 21.7467 1.0715 21.6286L4.2142 13.7719C4.2645 13.6461 4.3398 13.5319 4.4356 13.4361L8.9359 8.9359Z" stroke="none"/><path stroke-opacity=".4" d="M16.1248 12.5893L21.0237 7.6904C21.6488 7.0652 22 6.2174 22 5.3333C22 4.4493 21.6488 3.6014 21.0237 2.9763C20.3986 2.3512 19.5507 2 18.6667 2C17.7826 2 16.9348 2.3512 16.3096 2.9763L11.4107 7.8752M15.0638 4.2222L19.7778 8.9362"/><path d="M14.357 14.357L9.8567 18.8573L2 22L5.1427 14.1433L9.643 9.643M1.7071 1.7071L22.2929 22.2929"/></g></svg> </template>
CSS
.icon-pen-off-sharp-two-tone {
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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M15.0641%2015.0641L10.5639%2019.5644C10.4681%2019.6602%2010.3539%2019.7355%2010.2281%2019.7858L2.3714%2022.9285C2.2533%2022.9757%202.1272%2023%202%2023C1.4477%2023%201%2022.5523%201%2022C1%2021.8728%201.0243%2021.7467%201.0715%2021.6286L4.2142%2013.7719C4.2645%2013.6461%204.3398%2013.5319%204.4356%2013.4361L8.9359%208.9359Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M16.1248%2012.5893L21.0237%207.6904C21.6488%207.0652%2022%206.2174%2022%205.3333C22%204.4493%2021.6488%203.6014%2021.0237%202.9763C20.3986%202.3512%2019.5507%202%2018.6667%202C17.7826%202%2016.9348%202.3512%2016.3096%202.9763L11.4107%207.8752M15.0638%204.2222L19.7778%208.9362%22%2F%3E%3Cpath%20d%3D%22M14.357%2014.357L9.8567%2018.8573L2%2022L5.1427%2014.1433L9.643%209.643M1.7071%201.7071L22.2929%2022.2929%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M15.0641%2015.0641L10.5639%2019.5644C10.4681%2019.6602%2010.3539%2019.7355%2010.2281%2019.7858L2.3714%2022.9285C2.2533%2022.9757%202.1272%2023%202%2023C1.4477%2023%201%2022.5523%201%2022C1%2021.8728%201.0243%2021.7467%201.0715%2021.6286L4.2142%2013.7719C4.2645%2013.6461%204.3398%2013.5319%204.4356%2013.4361L8.9359%208.9359Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M16.1248%2012.5893L21.0237%207.6904C21.6488%207.0652%2022%206.2174%2022%205.3333C22%204.4493%2021.6488%203.6014%2021.0237%202.9763C20.3986%202.3512%2019.5507%202%2018.6667%202C17.7826%202%2016.9348%202.3512%2016.3096%202.9763L11.4107%207.8752M15.0638%204.2222L19.7778%208.9362%22%2F%3E%3Cpath%20d%3D%22M14.357%2014.357L9.8567%2018.8573L2%2022L5.1427%2014.1433L9.643%209.643M1.7071%201.7071L22.2929%2022.2929%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/pen-off-sharp-two-tone.svg?color=%231a73e8&size=48