torch icon
torch-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.
- Name
- torch-f
- Set
- Jam Icons
- Style
- Filled
- 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="M0 10h8v1a2 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 11zm7.465-2H8H0h.535A4 4 0 0 1 0 6q0-2.21 4-6q4 3.79 4 6c0 .729-.195 1.412-.535 2"/></svg>
React
import type { SVGProps } from "react";
export function JamTorchF(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="M0 10h8v1a2 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 11zm7.465-2H8H0h.535A4 4 0 0 1 0 6q0-2.21 4-6q4 3.79 4 6c0 .729-.195 1.412-.535 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-8 -1 24 24"><path fill="currentColor" d="M0 10h8v1a2 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 11zm7.465-2H8H0h.535A4 4 0 0 1 0 6q0-2.21 4-6q4 3.79 4 6c0 .729-.195 1.412-.535 2"/></svg> </template>
CSS
.icon-torch-f {
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%22M0%2010h8v1a2%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%2011zm7.465-2H8H0h.535A4%204%200%200%201%200%206q0-2.21%204-6q4%203.79%204%206c0%20.729-.195%201.412-.535%202%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%22M0%2010h8v1a2%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%2011zm7.465-2H8H0h.535A4%204%200%200%201%200%206q0-2.21%204-6q4%203.79%204%206c0%20.729-.195%201.412-.535%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/torch-f.svg?color=%231a73e8&size=48