flashlight icon
flashlight from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- flashlight
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
flashlightAkar IconsflashlightEmoji One (Colored)flashlight-16-filledFluent UI System IconsflashlightFluent EmojiflashlightFluent Emoji FlatflashlightFluent Emoji High ContrastflashlightHuge IconsflashlightIconParkflashlightIconPark OutlineflashlightIconPark SolidflashlightIconPark TwoToneflashlightLucideflashlightMaterial Design Iconsflashlight-fillMingCute IconflashlightNoto EmojiflashlightOpenMojiflashlightPhosphorflashlight-fillRemix Iconflashlight-boldSolarflashlightStreamline EmojisflashlightTDesign IconsflashlightTwitter Emoji
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="M462 216c9.35-9.35 15.14-19.09 17.19-28.95c2.7-12.95-1.29-25.55-11.22-35.48L360.43 44.05C346.29 29.92 322 24.07 296 50l-2 2a8 8 0 0 0 0 11.32L448.64 218a8 8 0 0 0 11.36 0Zm-211.86-62.92l-.16 2.34c-.53 7.18-6.88 19.15-13.88 26.14L47.27 370.36c-11.12 11.11-16.46 25.57-15.05 40.7C33.49 424.58 40.16 438 51 448.83L63.17 461c12.61 12.6 27.78 19 42.49 19a50.4 50.4 0 0 0 36-15.24l188.84-188.8c7.07-7.07 18.84-13.3 26.17-13.87c17.48-1.32 43.57-3.28 67.79-15.65a4 4 0 0 0 1-6.37L271.69 86.31a4 4 0 0 0-6.39 1c-12.12 22.99-13.82 46.91-15.16 65.77m-9.95 146.83a20 20 0 1 1 0-25.25a20 20 0 0 1 0 25.25"/></svg>
React
import type { SVGProps } from "react";
export function IonFlashlight(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="M462 216c9.35-9.35 15.14-19.09 17.19-28.95c2.7-12.95-1.29-25.55-11.22-35.48L360.43 44.05C346.29 29.92 322 24.07 296 50l-2 2a8 8 0 0 0 0 11.32L448.64 218a8 8 0 0 0 11.36 0Zm-211.86-62.92l-.16 2.34c-.53 7.18-6.88 19.15-13.88 26.14L47.27 370.36c-11.12 11.11-16.46 25.57-15.05 40.7C33.49 424.58 40.16 438 51 448.83L63.17 461c12.61 12.6 27.78 19 42.49 19a50.4 50.4 0 0 0 36-15.24l188.84-188.8c7.07-7.07 18.84-13.3 26.17-13.87c17.48-1.32 43.57-3.28 67.79-15.65a4 4 0 0 0 1-6.37L271.69 86.31a4 4 0 0 0-6.39 1c-12.12 22.99-13.82 46.91-15.16 65.77m-9.95 146.83a20 20 0 1 1 0-25.25a20 20 0 0 1 0 25.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M462 216c9.35-9.35 15.14-19.09 17.19-28.95c2.7-12.95-1.29-25.55-11.22-35.48L360.43 44.05C346.29 29.92 322 24.07 296 50l-2 2a8 8 0 0 0 0 11.32L448.64 218a8 8 0 0 0 11.36 0Zm-211.86-62.92l-.16 2.34c-.53 7.18-6.88 19.15-13.88 26.14L47.27 370.36c-11.12 11.11-16.46 25.57-15.05 40.7C33.49 424.58 40.16 438 51 448.83L63.17 461c12.61 12.6 27.78 19 42.49 19a50.4 50.4 0 0 0 36-15.24l188.84-188.8c7.07-7.07 18.84-13.3 26.17-13.87c17.48-1.32 43.57-3.28 67.79-15.65a4 4 0 0 0 1-6.37L271.69 86.31a4 4 0 0 0-6.39 1c-12.12 22.99-13.82 46.91-15.16 65.77m-9.95 146.83a20 20 0 1 1 0-25.25a20 20 0 0 1 0 25.25"/></svg> </template>
CSS
.icon-flashlight {
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%22M462%20216c9.35-9.35%2015.14-19.09%2017.19-28.95c2.7-12.95-1.29-25.55-11.22-35.48L360.43%2044.05C346.29%2029.92%20322%2024.07%20296%2050l-2%202a8%208%200%200%200%200%2011.32L448.64%20218a8%208%200%200%200%2011.36%200Zm-211.86-62.92l-.16%202.34c-.53%207.18-6.88%2019.15-13.88%2026.14L47.27%20370.36c-11.12%2011.11-16.46%2025.57-15.05%2040.7C33.49%20424.58%2040.16%20438%2051%20448.83L63.17%20461c12.61%2012.6%2027.78%2019%2042.49%2019a50.4%2050.4%200%200%200%2036-15.24l188.84-188.8c7.07-7.07%2018.84-13.3%2026.17-13.87c17.48-1.32%2043.57-3.28%2067.79-15.65a4%204%200%200%200%201-6.37L271.69%2086.31a4%204%200%200%200-6.39%201c-12.12%2022.99-13.82%2046.91-15.16%2065.77m-9.95%20146.83a20%2020%200%201%201%200-25.25a20%2020%200%200%201%200%2025.25%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%22M462%20216c9.35-9.35%2015.14-19.09%2017.19-28.95c2.7-12.95-1.29-25.55-11.22-35.48L360.43%2044.05C346.29%2029.92%20322%2024.07%20296%2050l-2%202a8%208%200%200%200%200%2011.32L448.64%20218a8%208%200%200%200%2011.36%200Zm-211.86-62.92l-.16%202.34c-.53%207.18-6.88%2019.15-13.88%2026.14L47.27%20370.36c-11.12%2011.11-16.46%2025.57-15.05%2040.7C33.49%20424.58%2040.16%20438%2051%20448.83L63.17%20461c12.61%2012.6%2027.78%2019%2042.49%2019a50.4%2050.4%200%200%200%2036-15.24l188.84-188.8c7.07-7.07%2018.84-13.3%2026.17-13.87c17.48-1.32%2043.57-3.28%2067.79-15.65a4%204%200%200%200%201-6.37L271.69%2086.31a4%204%200%200%200-6.39%201c-12.12%2022.99-13.82%2046.91-15.16%2065.77m-9.95%20146.83a20%2020%200%201%201%200-25.25a20%2020%200%200%201%200%2025.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/flashlight.svg?color=%231a73e8&size=48