flashlight from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.

Name
flashlight
Set
Emoji One (Colored)
Style
Default
Category
Objects
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More objects icons from Emoji One (Colored)

Use the flashlight emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M24.4 39.6c-7.6-7.6-16.7-10.7-20.6-7c5.2-5 12.5-6.6 19.1-4.7L48.7 2c3 .9 5.9 2.5 8.3 4.9s4 5.3 4.9 8.3l-25.8 26c1.9 6.5.3 13.9-4.7 19.1c3.6-4 .5-13.1-7-20.7"/><path fill="#676e72" d="M24.4 39.6c-5.7-5.7-13.3-7.2-17.1-3.6c5.2-5.1 11.8-7.4 17.3-6.5L50.4 3.7c2.6.4 4.9 1.5 6.7 3.3s2.9 4.1 3.3 6.7l-26 25.8c.8 5.5-1.4 12.1-6.5 17.3c3.7-3.9 2.1-11.5-3.5-17.2"/><path fill="#fef500" d="M10.5 53.5c-7.6-7.6-10.7-16.9-7-20.7l.2-.2c3.9-3.6 13.1-.5 20.6 7c7.6 7.6 10.7 16.7 7 20.6l-.2.2c-3.7 3.8-12.9.7-20.6-6.9"/><path fill="#fff7ab" d="M17.1 46.9c-3.7-3.7-5.2-8.1-3.3-10c0 0 .1 0 .1-.1c1.9-1.7 6.3-.3 9.9 3.4c3.6 3.6 5.1 8 3.4 9.9l-.1.1c-1.9 1.8-6.3.3-10-3.3"/><path fill="#fff" d="M17.9 46.1c-1.7-1.7-2.4-3.8-1.6-4.7c.9-.8 2.9-.1 4.6 1.6s2.4 3.8 1.6 4.6c-.8.9-2.9.2-4.6-1.5"/><path fill="#3e4347" d="m28.887 18.301l6.01-6.01l1.768 1.769l-6.011 6.01z"/><path fill="#676e72" d="m30.594 16.5l3.394-3.395l1.768 1.768l-3.394 3.395z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneFlashlight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M24.4 39.6c-7.6-7.6-16.7-10.7-20.6-7c5.2-5 12.5-6.6 19.1-4.7L48.7 2c3 .9 5.9 2.5 8.3 4.9s4 5.3 4.9 8.3l-25.8 26c1.9 6.5.3 13.9-4.7 19.1c3.6-4 .5-13.1-7-20.7"/><path fill="#676e72" d="M24.4 39.6c-5.7-5.7-13.3-7.2-17.1-3.6c5.2-5.1 11.8-7.4 17.3-6.5L50.4 3.7c2.6.4 4.9 1.5 6.7 3.3s2.9 4.1 3.3 6.7l-26 25.8c.8 5.5-1.4 12.1-6.5 17.3c3.7-3.9 2.1-11.5-3.5-17.2"/><path fill="#fef500" d="M10.5 53.5c-7.6-7.6-10.7-16.9-7-20.7l.2-.2c3.9-3.6 13.1-.5 20.6 7c7.6 7.6 10.7 16.7 7 20.6l-.2.2c-3.7 3.8-12.9.7-20.6-6.9"/><path fill="#fff7ab" d="M17.1 46.9c-3.7-3.7-5.2-8.1-3.3-10c0 0 .1 0 .1-.1c1.9-1.7 6.3-.3 9.9 3.4c3.6 3.6 5.1 8 3.4 9.9l-.1.1c-1.9 1.8-6.3.3-10-3.3"/><path fill="#fff" d="M17.9 46.1c-1.7-1.7-2.4-3.8-1.6-4.7c.9-.8 2.9-.1 4.6 1.6s2.4 3.8 1.6 4.6c-.8.9-2.9.2-4.6-1.5"/><path fill="#3e4347" d="m28.887 18.301l6.01-6.01l1.768 1.769l-6.011 6.01z"/><path fill="#676e72" d="m30.594 16.5l3.394-3.395l1.768 1.768l-3.394 3.395z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M24.4 39.6c-7.6-7.6-16.7-10.7-20.6-7c5.2-5 12.5-6.6 19.1-4.7L48.7 2c3 .9 5.9 2.5 8.3 4.9s4 5.3 4.9 8.3l-25.8 26c1.9 6.5.3 13.9-4.7 19.1c3.6-4 .5-13.1-7-20.7"/><path fill="#676e72" d="M24.4 39.6c-5.7-5.7-13.3-7.2-17.1-3.6c5.2-5.1 11.8-7.4 17.3-6.5L50.4 3.7c2.6.4 4.9 1.5 6.7 3.3s2.9 4.1 3.3 6.7l-26 25.8c.8 5.5-1.4 12.1-6.5 17.3c3.7-3.9 2.1-11.5-3.5-17.2"/><path fill="#fef500" d="M10.5 53.5c-7.6-7.6-10.7-16.9-7-20.7l.2-.2c3.9-3.6 13.1-.5 20.6 7c7.6 7.6 10.7 16.7 7 20.6l-.2.2c-3.7 3.8-12.9.7-20.6-6.9"/><path fill="#fff7ab" d="M17.1 46.9c-3.7-3.7-5.2-8.1-3.3-10c0 0 .1 0 .1-.1c1.9-1.7 6.3-.3 9.9 3.4c3.6 3.6 5.1 8 3.4 9.9l-.1.1c-1.9 1.8-6.3.3-10-3.3"/><path fill="#fff" d="M17.9 46.1c-1.7-1.7-2.4-3.8-1.6-4.7c.9-.8 2.9-.1 4.6 1.6s2.4 3.8 1.6 4.6c-.8.9-2.9.2-4.6-1.5"/><path fill="#3e4347" d="m28.887 18.301l6.01-6.01l1.768 1.769l-6.011 6.01z"/><path fill="#676e72" d="m30.594 16.5l3.394-3.395l1.768 1.768l-3.394 3.395z"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M24.4%2039.6c-7.6-7.6-16.7-10.7-20.6-7c5.2-5%2012.5-6.6%2019.1-4.7L48.7%202c3%20.9%205.9%202.5%208.3%204.9s4%205.3%204.9%208.3l-25.8%2026c1.9%206.5.3%2013.9-4.7%2019.1c3.6-4%20.5-13.1-7-20.7%22%2F%3E%3Cpath%20fill%3D%22%23676e72%22%20d%3D%22M24.4%2039.6c-5.7-5.7-13.3-7.2-17.1-3.6c5.2-5.1%2011.8-7.4%2017.3-6.5L50.4%203.7c2.6.4%204.9%201.5%206.7%203.3s2.9%204.1%203.3%206.7l-26%2025.8c.8%205.5-1.4%2012.1-6.5%2017.3c3.7-3.9%202.1-11.5-3.5-17.2%22%2F%3E%3Cpath%20fill%3D%22%23fef500%22%20d%3D%22M10.5%2053.5c-7.6-7.6-10.7-16.9-7-20.7l.2-.2c3.9-3.6%2013.1-.5%2020.6%207c7.6%207.6%2010.7%2016.7%207%2020.6l-.2.2c-3.7%203.8-12.9.7-20.6-6.9%22%2F%3E%3Cpath%20fill%3D%22%23fff7ab%22%20d%3D%22M17.1%2046.9c-3.7-3.7-5.2-8.1-3.3-10c0%200%20.1%200%20.1-.1c1.9-1.7%206.3-.3%209.9%203.4c3.6%203.6%205.1%208%203.4%209.9l-.1.1c-1.9%201.8-6.3.3-10-3.3%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.9%2046.1c-1.7-1.7-2.4-3.8-1.6-4.7c.9-.8%202.9-.1%204.6%201.6s2.4%203.8%201.6%204.6c-.8.9-2.9.2-4.6-1.5%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22m28.887%2018.301l6.01-6.01l1.768%201.769l-6.011%206.01z%22%2F%3E%3Cpath%20fill%3D%22%23676e72%22%20d%3D%22m30.594%2016.5l3.394-3.395l1.768%201.768l-3.394%203.395z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M24.4%2039.6c-7.6-7.6-16.7-10.7-20.6-7c5.2-5%2012.5-6.6%2019.1-4.7L48.7%202c3%20.9%205.9%202.5%208.3%204.9s4%205.3%204.9%208.3l-25.8%2026c1.9%206.5.3%2013.9-4.7%2019.1c3.6-4%20.5-13.1-7-20.7%22%2F%3E%3Cpath%20fill%3D%22%23676e72%22%20d%3D%22M24.4%2039.6c-5.7-5.7-13.3-7.2-17.1-3.6c5.2-5.1%2011.8-7.4%2017.3-6.5L50.4%203.7c2.6.4%204.9%201.5%206.7%203.3s2.9%204.1%203.3%206.7l-26%2025.8c.8%205.5-1.4%2012.1-6.5%2017.3c3.7-3.9%202.1-11.5-3.5-17.2%22%2F%3E%3Cpath%20fill%3D%22%23fef500%22%20d%3D%22M10.5%2053.5c-7.6-7.6-10.7-16.9-7-20.7l.2-.2c3.9-3.6%2013.1-.5%2020.6%207c7.6%207.6%2010.7%2016.7%207%2020.6l-.2.2c-3.7%203.8-12.9.7-20.6-6.9%22%2F%3E%3Cpath%20fill%3D%22%23fff7ab%22%20d%3D%22M17.1%2046.9c-3.7-3.7-5.2-8.1-3.3-10c0%200%20.1%200%20.1-.1c1.9-1.7%206.3-.3%209.9%203.4c3.6%203.6%205.1%208%203.4%209.9l-.1.1c-1.9%201.8-6.3.3-10-3.3%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.9%2046.1c-1.7-1.7-2.4-3.8-1.6-4.7c.9-.8%202.9-.1%204.6%201.6s2.4%203.8%201.6%204.6c-.8.9-2.9.2-4.6-1.5%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22m28.887%2018.301l6.01-6.01l1.768%201.769l-6.011%206.01z%22%2F%3E%3Cpath%20fill%3D%22%23676e72%22%20d%3D%22m30.594%2016.5l3.394-3.395l1.768%201.768l-3.394%203.395z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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