ios flashlight icon

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

Name
ios-flashlight
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios flashlight icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M317 32H195c-17.6 0-24 14.4-24 32h170c0-17.6-6.4-32-24-32z" fill="currentColor"/><path d="M196.1 147.5c7.6 8.8 11.9 20 11.9 31.7v265.9c0 21.9 17.9 34.9 39.9 34.9h16.3c21.9 0 39.9-12.9 39.9-34.9V179.2c0-11.7 4.3-22.8 11.9-31.7 15.4-17.9 25-34.5 25-67.5H171c0 35 9.6 49.6 25.1 67.5zm31.9 90.8c0-15.6 12.6-28.3 28-28.3s28 12.7 28 28.3v35.4c0 15.6-12.6 28.3-28 28.3s-28-12.7-28-28.3v-35.4z" fill="currentColor"/><circle cx="256" cy="273" r="20" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosFlashlight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M317 32H195c-17.6 0-24 14.4-24 32h170c0-17.6-6.4-32-24-32z" fill="currentColor"/><path d="M196.1 147.5c7.6 8.8 11.9 20 11.9 31.7v265.9c0 21.9 17.9 34.9 39.9 34.9h16.3c21.9 0 39.9-12.9 39.9-34.9V179.2c0-11.7 4.3-22.8 11.9-31.7 15.4-17.9 25-34.5 25-67.5H171c0 35 9.6 49.6 25.1 67.5zm31.9 90.8c0-15.6 12.6-28.3 28-28.3s28 12.7 28 28.3v35.4c0 15.6-12.6 28.3-28 28.3s-28-12.7-28-28.3v-35.4z" fill="currentColor"/><circle cx="256" cy="273" r="20" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M317 32H195c-17.6 0-24 14.4-24 32h170c0-17.6-6.4-32-24-32z" fill="currentColor"/><path d="M196.1 147.5c7.6 8.8 11.9 20 11.9 31.7v265.9c0 21.9 17.9 34.9 39.9 34.9h16.3c21.9 0 39.9-12.9 39.9-34.9V179.2c0-11.7 4.3-22.8 11.9-31.7 15.4-17.9 25-34.5 25-67.5H171c0 35 9.6 49.6 25.1 67.5zm31.9 90.8c0-15.6 12.6-28.3 28-28.3s28 12.7 28 28.3v35.4c0 15.6-12.6 28.3-28 28.3s-28-12.7-28-28.3v-35.4z" fill="currentColor"/><circle cx="256" cy="273" r="20" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%20d%3D%22M317%2032H195c-17.6%200-24%2014.4-24%2032h170c0-17.6-6.4-32-24-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M196.1%20147.5c7.6%208.8%2011.9%2020%2011.9%2031.7v265.9c0%2021.9%2017.9%2034.9%2039.9%2034.9h16.3c21.9%200%2039.9-12.9%2039.9-34.9V179.2c0-11.7%204.3-22.8%2011.9-31.7%2015.4-17.9%2025-34.5%2025-67.5H171c0%2035%209.6%2049.6%2025.1%2067.5zm31.9%2090.8c0-15.6%2012.6-28.3%2028-28.3s28%2012.7%2028%2028.3v35.4c0%2015.6-12.6%2028.3-28%2028.3s-28-12.7-28-28.3v-35.4z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22273%22%20r%3D%2220%22%20fill%3D%22currentColor%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%20d%3D%22M317%2032H195c-17.6%200-24%2014.4-24%2032h170c0-17.6-6.4-32-24-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M196.1%20147.5c7.6%208.8%2011.9%2020%2011.9%2031.7v265.9c0%2021.9%2017.9%2034.9%2039.9%2034.9h16.3c21.9%200%2039.9-12.9%2039.9-34.9V179.2c0-11.7%204.3-22.8%2011.9-31.7%2015.4-17.9%2025-34.5%2025-67.5H171c0%2035%209.6%2049.6%2025.1%2067.5zm31.9%2090.8c0-15.6%2012.6-28.3%2028-28.3s28%2012.7%2028%2028.3v35.4c0%2015.6-12.6%2028.3-28%2028.3s-28-12.7-28-28.3v-35.4z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22273%22%20r%3D%2220%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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