flashlight emoji

flashlight from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
flashlight
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the flashlight emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGuDgkSdQi1" fill="none" stroke="#fcea2b" d="m13.198 46.281l-3.863.991m9.766 5.923l-3.928 3.831m11.069 2.444l-1.099 3.666"/></defs><use href="#SVGuDgkSdQi1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><path fill="#d0cfce" d="M56.487 17c-1.958-1.958-3.994-3.47-5.03-2.706L29.578 36.17c1.278.545 2.872 1.509 3.885 2.522s2.805 3.792 3.35 5.071l21.898-22.456c-.042-.464-.217-2.3-2.225-4.308"/><path fill="#d0cfce" d="m20.45 38.215l-4.78 4.949l14.142 14.142l5.141-5.332c1.7-1.699 1.547-3.797 1.547-6.201s-.915-4.982-2.615-6.682c-3.51-3.51-9.925-4.386-13.435-.876"/><path fill="#9b9b9a" d="M35.814 39.837c.446.633.7 3.22 1 3.927l21.898-22.456c-.019-.205-.106-2.136-.647-2.735c-.311-.344-1.03.73-1.314.327z"/><path fill="#9b9b9a" d="m27.41 54.904l2.402 2.402l4.799-4.881c1.7-1.7 2.389-4.545 2.389-6.949c0-.799-.393-2.873-.886-3.455c-.505-.598-1.117.299-1.52-.39c-.193-.33.551 2.335-.59 5.75c-1.14 3.416-6.594 7.523-6.594 7.523"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="m29.579 36.171l21.877-21.877s1.492-.85 4.61 2.268s2.616 4.958 2.616 4.958L36.805 43.397"/><path d="M19.743 39.09c3.905-3.905 10.237-3.905 14.142 0c3.905 3.906 3.905 10.238 0 14.143l-4.073 4.073L15.67 43.164zm-6.545 7.191l-3.863.991m9.766 5.923l-3.928 3.831m11.069 2.444l-1.099 3.666"/></g><use href="#SVGuDgkSdQi1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2.1"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiFlashlight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGuDgkSdQi1" fill="none" stroke="#fcea2b" d="m13.198 46.281l-3.863.991m9.766 5.923l-3.928 3.831m11.069 2.444l-1.099 3.666"/></defs><use href="#SVGuDgkSdQi1" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"/><path fill="#d0cfce" d="M56.487 17c-1.958-1.958-3.994-3.47-5.03-2.706L29.578 36.17c1.278.545 2.872 1.509 3.885 2.522s2.805 3.792 3.35 5.071l21.898-22.456c-.042-.464-.217-2.3-2.225-4.308"/><path fill="#d0cfce" d="m20.45 38.215l-4.78 4.949l14.142 14.142l5.141-5.332c1.7-1.699 1.547-3.797 1.547-6.201s-.915-4.982-2.615-6.682c-3.51-3.51-9.925-4.386-13.435-.876"/><path fill="#9b9b9a" d="M35.814 39.837c.446.633.7 3.22 1 3.927l21.898-22.456c-.019-.205-.106-2.136-.647-2.735c-.311-.344-1.03.73-1.314.327z"/><path fill="#9b9b9a" d="m27.41 54.904l2.402 2.402l4.799-4.881c1.7-1.7 2.389-4.545 2.389-6.949c0-.799-.393-2.873-.886-3.455c-.505-.598-1.117.299-1.52-.39c-.193-.33.551 2.335-.59 5.75c-1.14 3.416-6.594 7.523-6.594 7.523"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="m29.579 36.171l21.877-21.877s1.492-.85 4.61 2.268s2.616 4.958 2.616 4.958L36.805 43.397"/><path d="M19.743 39.09c3.905-3.905 10.237-3.905 14.142 0c3.905 3.906 3.905 10.238 0 14.143l-4.073 4.073L15.67 43.164zm-6.545 7.191l-3.863.991m9.766 5.923l-3.928 3.831m11.069 2.444l-1.099 3.666"/></g><use href="#SVGuDgkSdQi1" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGuDgkSdQi1" fill="none" stroke="#fcea2b" d="m13.198 46.281l-3.863.991m9.766 5.923l-3.928 3.831m11.069 2.444l-1.099 3.666"/></defs><use href="#SVGuDgkSdQi1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><path fill="#d0cfce" d="M56.487 17c-1.958-1.958-3.994-3.47-5.03-2.706L29.578 36.17c1.278.545 2.872 1.509 3.885 2.522s2.805 3.792 3.35 5.071l21.898-22.456c-.042-.464-.217-2.3-2.225-4.308"/><path fill="#d0cfce" d="m20.45 38.215l-4.78 4.949l14.142 14.142l5.141-5.332c1.7-1.699 1.547-3.797 1.547-6.201s-.915-4.982-2.615-6.682c-3.51-3.51-9.925-4.386-13.435-.876"/><path fill="#9b9b9a" d="M35.814 39.837c.446.633.7 3.22 1 3.927l21.898-22.456c-.019-.205-.106-2.136-.647-2.735c-.311-.344-1.03.73-1.314.327z"/><path fill="#9b9b9a" d="m27.41 54.904l2.402 2.402l4.799-4.881c1.7-1.7 2.389-4.545 2.389-6.949c0-.799-.393-2.873-.886-3.455c-.505-.598-1.117.299-1.52-.39c-.193-.33.551 2.335-.59 5.75c-1.14 3.416-6.594 7.523-6.594 7.523"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="m29.579 36.171l21.877-21.877s1.492-.85 4.61 2.268s2.616 4.958 2.616 4.958L36.805 43.397"/><path d="M19.743 39.09c3.905-3.905 10.237-3.905 14.142 0c3.905 3.906 3.905 10.238 0 14.143l-4.073 4.073L15.67 43.164zm-6.545 7.191l-3.863.991m9.766 5.923l-3.928 3.831m11.069 2.444l-1.099 3.666"/></g><use href="#SVGuDgkSdQi1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2.1"/></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%2072%2072%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGuDgkSdQi1%22%20fill%3D%22none%22%20stroke%3D%22%23fcea2b%22%20d%3D%22m13.198%2046.281l-3.863.991m9.766%205.923l-3.928%203.831m11.069%202.444l-1.099%203.666%22%2F%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23SVGuDgkSdQi1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M56.487%2017c-1.958-1.958-3.994-3.47-5.03-2.706L29.578%2036.17c1.278.545%202.872%201.509%203.885%202.522s2.805%203.792%203.35%205.071l21.898-22.456c-.042-.464-.217-2.3-2.225-4.308%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m20.45%2038.215l-4.78%204.949l14.142%2014.142l5.141-5.332c1.7-1.699%201.547-3.797%201.547-6.201s-.915-4.982-2.615-6.682c-3.51-3.51-9.925-4.386-13.435-.876%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M35.814%2039.837c.446.633.7%203.22%201%203.927l21.898-22.456c-.019-.205-.106-2.136-.647-2.735c-.311-.344-1.03.73-1.314.327z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m27.41%2054.904l2.402%202.402l4.799-4.881c1.7-1.7%202.389-4.545%202.389-6.949c0-.799-.393-2.873-.886-3.455c-.505-.598-1.117.299-1.52-.39c-.193-.33.551%202.335-.59%205.75c-1.14%203.416-6.594%207.523-6.594%207.523%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m29.579%2036.171l21.877-21.877s1.492-.85%204.61%202.268s2.616%204.958%202.616%204.958L36.805%2043.397%22%2F%3E%3Cpath%20d%3D%22M19.743%2039.09c3.905-3.905%2010.237-3.905%2014.142%200c3.905%203.906%203.905%2010.238%200%2014.143l-4.073%204.073L15.67%2043.164zm-6.545%207.191l-3.863.991m9.766%205.923l-3.928%203.831m11.069%202.444l-1.099%203.666%22%2F%3E%3C%2Fg%3E%3Cuse%20href%3D%22%23SVGuDgkSdQi1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.1%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%2072%2072%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGuDgkSdQi1%22%20fill%3D%22none%22%20stroke%3D%22%23fcea2b%22%20d%3D%22m13.198%2046.281l-3.863.991m9.766%205.923l-3.928%203.831m11.069%202.444l-1.099%203.666%22%2F%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23SVGuDgkSdQi1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M56.487%2017c-1.958-1.958-3.994-3.47-5.03-2.706L29.578%2036.17c1.278.545%202.872%201.509%203.885%202.522s2.805%203.792%203.35%205.071l21.898-22.456c-.042-.464-.217-2.3-2.225-4.308%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m20.45%2038.215l-4.78%204.949l14.142%2014.142l5.141-5.332c1.7-1.699%201.547-3.797%201.547-6.201s-.915-4.982-2.615-6.682c-3.51-3.51-9.925-4.386-13.435-.876%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M35.814%2039.837c.446.633.7%203.22%201%203.927l21.898-22.456c-.019-.205-.106-2.136-.647-2.735c-.311-.344-1.03.73-1.314.327z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m27.41%2054.904l2.402%202.402l4.799-4.881c1.7-1.7%202.389-4.545%202.389-6.949c0-.799-.393-2.873-.886-3.455c-.505-.598-1.117.299-1.52-.39c-.193-.33.551%202.335-.59%205.75c-1.14%203.416-6.594%207.523-6.594%207.523%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m29.579%2036.171l21.877-21.877s1.492-.85%204.61%202.268s2.616%204.958%202.616%204.958L36.805%2043.397%22%2F%3E%3Cpath%20d%3D%22M19.743%2039.09c3.905-3.905%2010.237-3.905%2014.142%200c3.905%203.906%203.905%2010.238%200%2014.143l-4.073%204.073L15.67%2043.164zm-6.545%207.191l-3.863.991m9.766%205.923l-3.928%203.831m11.069%202.444l-1.099%203.666%22%2F%3E%3C%2Fg%3E%3Cuse%20href%3D%22%23SVGuDgkSdQi1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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