torch from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
torch
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the torch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-8 -1 24 24"><path fill="currentColor" d="M2 10v1l1.25.43l.602 8.433a.148.148 0 0 0 .296 0l.602-8.433L6 11v-1zM.535 8A4 4 0 0 1 0 6q0-2.21 4-6q4 3.79 4 6c0 .729-.195 1.412-.535 2H8v3a2 2 0 0 1-1.35 1.892l-.508 7.113a2.148 2.148 0 0 1-4.284 0l-.509-7.113A2 2 0 0 1 0 11V8zm2.13-3.495C2.196 5.205 2 5.719 2 6a2 2 0 1 0 4 0c0-.281-.197-.795-.664-1.495Q4.836 3.754 4 2.842a14 14 0 0 0-1.336 1.663z"/></svg>

React

import type { SVGProps } from "react";

export function JamTorch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-8 -1 24 24"><path fill="currentColor" d="M2 10v1l1.25.43l.602 8.433a.148.148 0 0 0 .296 0l.602-8.433L6 11v-1zM.535 8A4 4 0 0 1 0 6q0-2.21 4-6q4 3.79 4 6c0 .729-.195 1.412-.535 2H8v3a2 2 0 0 1-1.35 1.892l-.508 7.113a2.148 2.148 0 0 1-4.284 0l-.509-7.113A2 2 0 0 1 0 11V8zm2.13-3.495C2.196 5.205 2 5.719 2 6a2 2 0 1 0 4 0c0-.281-.197-.795-.664-1.495Q4.836 3.754 4 2.842a14 14 0 0 0-1.336 1.663z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-8 -1 24 24"><path fill="currentColor" d="M2 10v1l1.25.43l.602 8.433a.148.148 0 0 0 .296 0l.602-8.433L6 11v-1zM.535 8A4 4 0 0 1 0 6q0-2.21 4-6q4 3.79 4 6c0 .729-.195 1.412-.535 2H8v3a2 2 0 0 1-1.35 1.892l-.508 7.113a2.148 2.148 0 0 1-4.284 0l-.509-7.113A2 2 0 0 1 0 11V8zm2.13-3.495C2.196 5.205 2 5.719 2 6a2 2 0 1 0 4 0c0-.281-.197-.795-.664-1.495Q4.836 3.754 4 2.842a14 14 0 0 0-1.336 1.663z"/></svg>
</template>

CSS

.icon-torch {
  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%22-8%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2010v1l1.25.43l.602%208.433a.148.148%200%200%200%20.296%200l.602-8.433L6%2011v-1zM.535%208A4%204%200%200%201%200%206q0-2.21%204-6q4%203.79%204%206c0%20.729-.195%201.412-.535%202H8v3a2%202%200%200%201-1.35%201.892l-.508%207.113a2.148%202.148%200%200%201-4.284%200l-.509-7.113A2%202%200%200%201%200%2011V8zm2.13-3.495C2.196%205.205%202%205.719%202%206a2%202%200%201%200%204%200c0-.281-.197-.795-.664-1.495Q4.836%203.754%204%202.842a14%2014%200%200%200-1.336%201.663z%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%22-8%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2010v1l1.25.43l.602%208.433a.148.148%200%200%200%20.296%200l.602-8.433L6%2011v-1zM.535%208A4%204%200%200%201%200%206q0-2.21%204-6q4%203.79%204%206c0%20.729-.195%201.412-.535%202H8v3a2%202%200%200%201-1.35%201.892l-.508%207.113a2.148%202.148%200%200%201-4.284%200l-.509-7.113A2%202%200%200%201%200%2011V8zm2.13-3.495C2.196%205.205%202%205.719%202%206a2%202%200%201%200%204%200c0-.281-.197-.795-.664-1.495Q4.836%203.754%204%202.842a14%2014%200%200%200-1.336%201.663z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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