lamp slash icon
lamp-slash from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- lamp-slash
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the lamp slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.03 2.48L4.18 18.33M5.25 13c-.42-.97-.67-2.02-.67-3.1c0-4.91 4.22-8.78 9.02-7.73c1.46.32 2.76 1.1 3.76 2.18m1.7 2.95c1.22 3.88-.75 7.78-3.54 9.57v1.16c0 .29.1.96-.9.96h-5.2c-1.03 0-.9-.43-.9-.96v-1.16c-.48-.3-.93-.67-1.36-1.1M8.5 22c2.29-.65 4.71-.65 7 0"/></svg>
React
import type { SVGProps } from "react";
export function ReiconLampSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M20.03 2.48L4.18 18.33M5.25 13c-.42-.97-.67-2.02-.67-3.1c0-4.91 4.22-8.78 9.02-7.73c1.46.32 2.76 1.1 3.76 2.18m1.7 2.95c1.22 3.88-.75 7.78-3.54 9.57v1.16c0 .29.1.96-.9.96h-5.2c-1.03 0-.9-.43-.9-.96v-1.16c-.48-.3-.93-.67-1.36-1.1M8.5 22c2.29-.65 4.71-.65 7 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.03 2.48L4.18 18.33M5.25 13c-.42-.97-.67-2.02-.67-3.1c0-4.91 4.22-8.78 9.02-7.73c1.46.32 2.76 1.1 3.76 2.18m1.7 2.95c1.22 3.88-.75 7.78-3.54 9.57v1.16c0 .29.1.96-.9.96h-5.2c-1.03 0-.9-.43-.9-.96v-1.16c-.48-.3-.93-.67-1.36-1.1M8.5 22c2.29-.65 4.71-.65 7 0"/></svg> </template>
CSS
.icon-lamp-slash {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M20.03%202.48L4.18%2018.33M5.25%2013c-.42-.97-.67-2.02-.67-3.1c0-4.91%204.22-8.78%209.02-7.73c1.46.32%202.76%201.1%203.76%202.18m1.7%202.95c1.22%203.88-.75%207.78-3.54%209.57v1.16c0%20.29.1.96-.9.96h-5.2c-1.03%200-.9-.43-.9-.96v-1.16c-.48-.3-.93-.67-1.36-1.1M8.5%2022c2.29-.65%204.71-.65%207%200%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M20.03%202.48L4.18%2018.33M5.25%2013c-.42-.97-.67-2.02-.67-3.1c0-4.91%204.22-8.78%209.02-7.73c1.46.32%202.76%201.1%203.76%202.18m1.7%202.95c1.22%203.88-.75%207.78-3.54%209.57v1.16c0%20.29.1.96-.9.96h-5.2c-1.03%200-.9-.43-.9-.96v-1.16c-.48-.3-.93-.67-1.36-1.1M8.5%2022c2.29-.65%204.71-.65%207%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/lamp-slash.svg?color=%231a73e8&size=48