flashlight on icon

flashlight-on from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
flashlight-on
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 on icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.24 13.12l.381.02a1 1 0 0 0 .764-.29l2.121-2.122l-3.535-3.536l-2.122 2.122a1 1 0 0 0-.291.763l.021.38zm-1.684 1.143l-2.121-2.12l-7.071 7.07a1 1 0 0 0 0 1.414l.707.708a1 1 0 0 0 1.414 0zM9.435 7.9l2.121-2.12a2 2 0 0 1 2.829 0l3.535 3.535a2 2 0 0 1 0 2.828l-2.12 2.12a3 3 0 0 1-2.288.875L5.9 22.748a3 3 0 0 1-4.242 0l-.707-.706a3 3 0 0 1 0-4.243l7.611-7.611a3 3 0 0 1 .874-2.289zm8.485 0a1 1 0 0 1 0-1.414l2.122-2.121a1 1 0 1 1 1.414 1.414L19.335 7.9a1 1 0 0 1-1.415 0m1.863 1.674a1 1 0 0 1 .707-1.225l1.932-.518a1 1 0 1 1 .517 1.932l-1.931.518a1 1 0 0 1-1.225-.707m-3.984-3.795a1 1 0 0 1 0-1.414l2.121-2.121a1 1 0 0 1 1.415 1.414l-2.122 2.121a1 1 0 0 1-1.414 0m-1.673-1.862a1 1 0 0 1-.707-1.225L13.936.76a1 1 0 1 1 1.932.518l-.517 1.932a1 1 0 0 1-1.225.707"/></svg>

React

import type { SVGProps } from "react";

export function JamFlashlightOn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.24 13.12l.381.02a1 1 0 0 0 .764-.29l2.121-2.122l-3.535-3.536l-2.122 2.122a1 1 0 0 0-.291.763l.021.38zm-1.684 1.143l-2.121-2.12l-7.071 7.07a1 1 0 0 0 0 1.414l.707.708a1 1 0 0 0 1.414 0zM9.435 7.9l2.121-2.12a2 2 0 0 1 2.829 0l3.535 3.535a2 2 0 0 1 0 2.828l-2.12 2.12a3 3 0 0 1-2.288.875L5.9 22.748a3 3 0 0 1-4.242 0l-.707-.706a3 3 0 0 1 0-4.243l7.611-7.611a3 3 0 0 1 .874-2.289zm8.485 0a1 1 0 0 1 0-1.414l2.122-2.121a1 1 0 1 1 1.414 1.414L19.335 7.9a1 1 0 0 1-1.415 0m1.863 1.674a1 1 0 0 1 .707-1.225l1.932-.518a1 1 0 1 1 .517 1.932l-1.931.518a1 1 0 0 1-1.225-.707m-3.984-3.795a1 1 0 0 1 0-1.414l2.121-2.121a1 1 0 0 1 1.415 1.414l-2.122 2.121a1 1 0 0 1-1.414 0m-1.673-1.862a1 1 0 0 1-.707-1.225L13.936.76a1 1 0 1 1 1.932.518l-.517 1.932a1 1 0 0 1-1.225.707"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.24 13.12l.381.02a1 1 0 0 0 .764-.29l2.121-2.122l-3.535-3.536l-2.122 2.122a1 1 0 0 0-.291.763l.021.38zm-1.684 1.143l-2.121-2.12l-7.071 7.07a1 1 0 0 0 0 1.414l.707.708a1 1 0 0 0 1.414 0zM9.435 7.9l2.121-2.12a2 2 0 0 1 2.829 0l3.535 3.535a2 2 0 0 1 0 2.828l-2.12 2.12a3 3 0 0 1-2.288.875L5.9 22.748a3 3 0 0 1-4.242 0l-.707-.706a3 3 0 0 1 0-4.243l7.611-7.611a3 3 0 0 1 .874-2.289zm8.485 0a1 1 0 0 1 0-1.414l2.122-2.121a1 1 0 1 1 1.414 1.414L19.335 7.9a1 1 0 0 1-1.415 0m1.863 1.674a1 1 0 0 1 .707-1.225l1.932-.518a1 1 0 1 1 .517 1.932l-1.931.518a1 1 0 0 1-1.225-.707m-3.984-3.795a1 1 0 0 1 0-1.414l2.121-2.121a1 1 0 0 1 1.415 1.414l-2.122 2.121a1 1 0 0 1-1.414 0m-1.673-1.862a1 1 0 0 1-.707-1.225L13.936.76a1 1 0 1 1 1.932.518l-.517 1.932a1 1 0 0 1-1.225.707"/></svg>
</template>

CSS

.icon-flashlight-on {
  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%22currentColor%22%20d%3D%22m13.24%2013.12l.381.02a1%201%200%200%200%20.764-.29l2.121-2.122l-3.535-3.536l-2.122%202.122a1%201%200%200%200-.291.763l.021.38zm-1.684%201.143l-2.121-2.12l-7.071%207.07a1%201%200%200%200%200%201.414l.707.708a1%201%200%200%200%201.414%200zM9.435%207.9l2.121-2.12a2%202%200%200%201%202.829%200l3.535%203.535a2%202%200%200%201%200%202.828l-2.12%202.12a3%203%200%200%201-2.288.875L5.9%2022.748a3%203%200%200%201-4.242%200l-.707-.706a3%203%200%200%201%200-4.243l7.611-7.611a3%203%200%200%201%20.874-2.289zm8.485%200a1%201%200%200%201%200-1.414l2.122-2.121a1%201%200%201%201%201.414%201.414L19.335%207.9a1%201%200%200%201-1.415%200m1.863%201.674a1%201%200%200%201%20.707-1.225l1.932-.518a1%201%200%201%201%20.517%201.932l-1.931.518a1%201%200%200%201-1.225-.707m-3.984-3.795a1%201%200%200%201%200-1.414l2.121-2.121a1%201%200%200%201%201.415%201.414l-2.122%202.121a1%201%200%200%201-1.414%200m-1.673-1.862a1%201%200%200%201-.707-1.225L13.936.76a1%201%200%201%201%201.932.518l-.517%201.932a1%201%200%200%201-1.225.707%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%22currentColor%22%20d%3D%22m13.24%2013.12l.381.02a1%201%200%200%200%20.764-.29l2.121-2.122l-3.535-3.536l-2.122%202.122a1%201%200%200%200-.291.763l.021.38zm-1.684%201.143l-2.121-2.12l-7.071%207.07a1%201%200%200%200%200%201.414l.707.708a1%201%200%200%200%201.414%200zM9.435%207.9l2.121-2.12a2%202%200%200%201%202.829%200l3.535%203.535a2%202%200%200%201%200%202.828l-2.12%202.12a3%203%200%200%201-2.288.875L5.9%2022.748a3%203%200%200%201-4.242%200l-.707-.706a3%203%200%200%201%200-4.243l7.611-7.611a3%203%200%200%201%20.874-2.289zm8.485%200a1%201%200%200%201%200-1.414l2.122-2.121a1%201%200%201%201%201.414%201.414L19.335%207.9a1%201%200%200%201-1.415%200m1.863%201.674a1%201%200%200%201%20.707-1.225l1.932-.518a1%201%200%201%201%20.517%201.932l-1.931.518a1%201%200%200%201-1.225-.707m-3.984-3.795a1%201%200%200%201%200-1.414l2.121-2.121a1%201%200%200%201%201.415%201.414l-2.122%202.121a1%201%200%200%201-1.414%200m-1.673-1.862a1%201%200%200%201-.707-1.225L13.936.76a1%201%200%201%201%201.932.518l-.517%201.932a1%201%200%200%201-1.225.707%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/flashlight-on.svg?color=%231a73e8&size=48