flashlight icon

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

Name
flashlight-outline
Set
IonIcons
Style
Outline
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="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M456.64 162.86L349.12 55.36c-13.15-13.14-28.68-7.17-41.82 6l-11.95 12c-26.13 26.13-27.62 58.38-29.42 83.31c-.89 12.24-9.78 27.55-18.51 36.28L58.58 381.67c-16.35 16.33-12.69 39.42 3.73 55.84l12.17 12.17c16.36 16.35 39.43 20.16 55.86 3.74l188.83-188.8c8.74-8.74 24-17.55 36.29-18.52c24.87-1.86 58.62-4.85 83.26-29.49l11.94-11.94c13.15-13.14 19.12-28.67 5.98-41.81Z"/><circle cx="224.68" cy="287.28" r="20" fill="currentColor"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="m289 81l142 142"/></svg>

React

import type { SVGProps } from "react";

export function IonFlashlightOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="32" d="M456.64 162.86L349.12 55.36c-13.15-13.14-28.68-7.17-41.82 6l-11.95 12c-26.13 26.13-27.62 58.38-29.42 83.31c-.89 12.24-9.78 27.55-18.51 36.28L58.58 381.67c-16.35 16.33-12.69 39.42 3.73 55.84l12.17 12.17c16.36 16.35 39.43 20.16 55.86 3.74l188.83-188.8c8.74-8.74 24-17.55 36.29-18.52c24.87-1.86 58.62-4.85 83.26-29.49l11.94-11.94c13.15-13.14 19.12-28.67 5.98-41.81Z"/><circle cx="224.68" cy="287.28" r="20" fill="currentColor"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32" d="m289 81l142 142"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M456.64 162.86L349.12 55.36c-13.15-13.14-28.68-7.17-41.82 6l-11.95 12c-26.13 26.13-27.62 58.38-29.42 83.31c-.89 12.24-9.78 27.55-18.51 36.28L58.58 381.67c-16.35 16.33-12.69 39.42 3.73 55.84l12.17 12.17c16.36 16.35 39.43 20.16 55.86 3.74l188.83-188.8c8.74-8.74 24-17.55 36.29-18.52c24.87-1.86 58.62-4.85 83.26-29.49l11.94-11.94c13.15-13.14 19.12-28.67 5.98-41.81Z"/><circle cx="224.68" cy="287.28" r="20" fill="currentColor"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="m289 81l142 142"/></svg>
</template>

CSS

.icon-flashlight-outline {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%20d%3D%22M456.64%20162.86L349.12%2055.36c-13.15-13.14-28.68-7.17-41.82%206l-11.95%2012c-26.13%2026.13-27.62%2058.38-29.42%2083.31c-.89%2012.24-9.78%2027.55-18.51%2036.28L58.58%20381.67c-16.35%2016.33-12.69%2039.42%203.73%2055.84l12.17%2012.17c16.36%2016.35%2039.43%2020.16%2055.86%203.74l188.83-188.8c8.74-8.74%2024-17.55%2036.29-18.52c24.87-1.86%2058.62-4.85%2083.26-29.49l11.94-11.94c13.15-13.14%2019.12-28.67%205.98-41.81Z%22%2F%3E%3Ccircle%20cx%3D%22224.68%22%20cy%3D%22287.28%22%20r%3D%2220%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%20d%3D%22m289%2081l142%20142%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%22none%22%20stroke%3D%22currentColor%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%20d%3D%22M456.64%20162.86L349.12%2055.36c-13.15-13.14-28.68-7.17-41.82%206l-11.95%2012c-26.13%2026.13-27.62%2058.38-29.42%2083.31c-.89%2012.24-9.78%2027.55-18.51%2036.28L58.58%20381.67c-16.35%2016.33-12.69%2039.42%203.73%2055.84l12.17%2012.17c16.36%2016.35%2039.43%2020.16%2055.86%203.74l188.83-188.8c8.74-8.74%2024-17.55%2036.29-18.52c24.87-1.86%2058.62-4.85%2083.26-29.49l11.94-11.94c13.15-13.14%2019.12-28.67%205.98-41.81Z%22%2F%3E%3Ccircle%20cx%3D%22224.68%22%20cy%3D%22287.28%22%20r%3D%2220%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%20d%3D%22m289%2081l142%20142%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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