flashlight icon

flashlight-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
flashlight-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the flashlight icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m330 16l-42.68 42.7L453.3 224.68L496 182z"/><ellipse cx="224.68" cy="287.3" fill="none" rx="20.03" ry="19.96"/><path fill="currentColor" d="M429.21 243.85L268 82.59L249.65 168L16 402l94 94l234.23-233.8Zm-189 56.07a20 20 0 1 1 0-25.25a20 20 0 0 1-.02 25.25Z"/></svg>

React

import type { SVGProps } from "react";

export function IonFlashlightSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m330 16l-42.68 42.7L453.3 224.68L496 182z"/><ellipse cx="224.68" cy="287.3" fill="none" rx="20.03" ry="19.96"/><path fill="currentColor" d="M429.21 243.85L268 82.59L249.65 168L16 402l94 94l234.23-233.8Zm-189 56.07a20 20 0 1 1 0-25.25a20 20 0 0 1-.02 25.25Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m330 16l-42.68 42.7L453.3 224.68L496 182z"/><ellipse cx="224.68" cy="287.3" fill="none" rx="20.03" ry="19.96"/><path fill="currentColor" d="M429.21 243.85L268 82.59L249.65 168L16 402l94 94l234.23-233.8Zm-189 56.07a20 20 0 1 1 0-25.25a20 20 0 0 1-.02 25.25Z"/></svg>
</template>

CSS

.icon-flashlight-sharp {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m330%2016l-42.68%2042.7L453.3%20224.68L496%20182z%22%2F%3E%3Cellipse%20cx%3D%22224.68%22%20cy%3D%22287.3%22%20fill%3D%22none%22%20rx%3D%2220.03%22%20ry%3D%2219.96%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M429.21%20243.85L268%2082.59L249.65%20168L16%20402l94%2094l234.23-233.8Zm-189%2056.07a20%2020%200%201%201%200-25.25a20%2020%200%200%201-.02%2025.25Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m330%2016l-42.68%2042.7L453.3%20224.68L496%20182z%22%2F%3E%3Cellipse%20cx%3D%22224.68%22%20cy%3D%22287.3%22%20fill%3D%22none%22%20rx%3D%2220.03%22%20ry%3D%2219.96%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M429.21%20243.85L268%2082.59L249.65%20168L16%20402l94%2094l234.23-233.8Zm-189%2056.07a20%2020%200%201%201%200-25.25a20%2020%200%200%201-.02%2025.25Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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