flashlight off icon
flashlight-off from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- flashlight-off
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
Related icons in Jam Icons
Use the flashlight off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-0.5 -0.5 24 24"><path fill="currentColor" d="m13.31 5.825l3.865 3.865c.334-.09.642-.265.896-.518l2.121-2.122l-4.242-4.242l-2.122 2.12a2 2 0 0 0-.518.897m1.933 4.76l-2.829-2.828l-9.192 9.193a1 1 0 0 0 0 1.414l1.414 1.414a1 1 0 0 0 1.414 0l9.193-9.192zm-2.829-7.07l2.122-2.122a2 2 0 0 1 2.828 0l4.243 4.243a2 2 0 0 1 0 2.828l-2.122 2.122a4 4 0 0 1-2.578 1.164l-9.443 9.442a3 3 0 0 1-4.242 0l-1.414-1.414a3 3 0 0 1 0-4.242l9.442-9.443a4 4 0 0 1 1.164-2.578m-2.121 9.192a1 1 0 0 1 0-1.414l1.414-1.414a1 1 0 1 1 1.414 1.414l-1.414 1.414a1 1 0 0 1-1.414 0"/></svg>
React
import type { SVGProps } from "react";
export function JamFlashlightOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-0.5 -0.5 24 24"><path fill="currentColor" d="m13.31 5.825l3.865 3.865c.334-.09.642-.265.896-.518l2.121-2.122l-4.242-4.242l-2.122 2.12a2 2 0 0 0-.518.897m1.933 4.76l-2.829-2.828l-9.192 9.193a1 1 0 0 0 0 1.414l1.414 1.414a1 1 0 0 0 1.414 0l9.193-9.192zm-2.829-7.07l2.122-2.122a2 2 0 0 1 2.828 0l4.243 4.243a2 2 0 0 1 0 2.828l-2.122 2.122a4 4 0 0 1-2.578 1.164l-9.443 9.442a3 3 0 0 1-4.242 0l-1.414-1.414a3 3 0 0 1 0-4.242l9.442-9.443a4 4 0 0 1 1.164-2.578m-2.121 9.192a1 1 0 0 1 0-1.414l1.414-1.414a1 1 0 1 1 1.414 1.414l-1.414 1.414a1 1 0 0 1-1.414 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-0.5 -0.5 24 24"><path fill="currentColor" d="m13.31 5.825l3.865 3.865c.334-.09.642-.265.896-.518l2.121-2.122l-4.242-4.242l-2.122 2.12a2 2 0 0 0-.518.897m1.933 4.76l-2.829-2.828l-9.192 9.193a1 1 0 0 0 0 1.414l1.414 1.414a1 1 0 0 0 1.414 0l9.193-9.192zm-2.829-7.07l2.122-2.122a2 2 0 0 1 2.828 0l4.243 4.243a2 2 0 0 1 0 2.828l-2.122 2.122a4 4 0 0 1-2.578 1.164l-9.443 9.442a3 3 0 0 1-4.242 0l-1.414-1.414a3 3 0 0 1 0-4.242l9.442-9.443a4 4 0 0 1 1.164-2.578m-2.121 9.192a1 1 0 0 1 0-1.414l1.414-1.414a1 1 0 1 1 1.414 1.414l-1.414 1.414a1 1 0 0 1-1.414 0"/></svg> </template>
CSS
.icon-flashlight-off {
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%22-0.5%20-0.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.31%205.825l3.865%203.865c.334-.09.642-.265.896-.518l2.121-2.122l-4.242-4.242l-2.122%202.12a2%202%200%200%200-.518.897m1.933%204.76l-2.829-2.828l-9.192%209.193a1%201%200%200%200%200%201.414l1.414%201.414a1%201%200%200%200%201.414%200l9.193-9.192zm-2.829-7.07l2.122-2.122a2%202%200%200%201%202.828%200l4.243%204.243a2%202%200%200%201%200%202.828l-2.122%202.122a4%204%200%200%201-2.578%201.164l-9.443%209.442a3%203%200%200%201-4.242%200l-1.414-1.414a3%203%200%200%201%200-4.242l9.442-9.443a4%204%200%200%201%201.164-2.578m-2.121%209.192a1%201%200%200%201%200-1.414l1.414-1.414a1%201%200%201%201%201.414%201.414l-1.414%201.414a1%201%200%200%201-1.414%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%22-0.5%20-0.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.31%205.825l3.865%203.865c.334-.09.642-.265.896-.518l2.121-2.122l-4.242-4.242l-2.122%202.12a2%202%200%200%200-.518.897m1.933%204.76l-2.829-2.828l-9.192%209.193a1%201%200%200%200%200%201.414l1.414%201.414a1%201%200%200%200%201.414%200l9.193-9.192zm-2.829-7.07l2.122-2.122a2%202%200%200%201%202.828%200l4.243%204.243a2%202%200%200%201%200%202.828l-2.122%202.122a4%204%200%200%201-2.578%201.164l-9.443%209.442a3%203%200%200%201-4.242%200l-1.414-1.414a3%203%200%200%201%200-4.242l9.442-9.443a4%204%200%200%201%201.164-2.578m-2.121%209.192a1%201%200%200%201%200-1.414l1.414-1.414a1%201%200%201%201%201.414%201.414l-1.414%201.414a1%201%200%200%201-1.414%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/flashlight-off.svg?color=%231a73e8&size=48