blaze-line from Remix Icon by Remix Design · Line · Weather · Apache-2.0 Free for personal and commercial use.

Name
blaze-line
Set
Remix Icon
Style
Line
Category
Weather
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More weather icons from Remix Icon

Use the blaze icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 9q1 1.59 1 4c0 3-3.5 4-5 9q-1-.862-1-2.5c0-3.482 5-5.29 5-10.5m-4.5-4a8.3 8.3 0 0 1 1 4c0 5-6 6-4 13Q9 20.26 9 17c0-3.325 5.5-6 5.5-12M10 1q1 2 1 4.5c0 6-9 7.5-3 16.5c-2.5-.5-4.5-3-4.5-6C3.5 9.5 10 8.5 10 1"/></svg>

React

import type { SVGProps } from "react";

export function RiBlazeLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 9q1 1.59 1 4c0 3-3.5 4-5 9q-1-.862-1-2.5c0-3.482 5-5.29 5-10.5m-4.5-4a8.3 8.3 0 0 1 1 4c0 5-6 6-4 13Q9 20.26 9 17c0-3.325 5.5-6 5.5-12M10 1q1 2 1 4.5c0 6-9 7.5-3 16.5c-2.5-.5-4.5-3-4.5-6C3.5 9.5 10 8.5 10 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 9q1 1.59 1 4c0 3-3.5 4-5 9q-1-.862-1-2.5c0-3.482 5-5.29 5-10.5m-4.5-4a8.3 8.3 0 0 1 1 4c0 5-6 6-4 13Q9 20.26 9 17c0-3.325 5.5-6 5.5-12M10 1q1 2 1 4.5c0 6-9 7.5-3 16.5c-2.5-.5-4.5-3-4.5-6C3.5 9.5 10 8.5 10 1"/></svg>
</template>

CSS

.icon-blaze-line {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%209q1%201.59%201%204c0%203-3.5%204-5%209q-1-.862-1-2.5c0-3.482%205-5.29%205-10.5m-4.5-4a8.3%208.3%200%200%201%201%204c0%205-6%206-4%2013Q9%2020.26%209%2017c0-3.325%205.5-6%205.5-12M10%201q1%202%201%204.5c0%206-9%207.5-3%2016.5c-2.5-.5-4.5-3-4.5-6C3.5%209.5%2010%208.5%2010%201%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%209q1%201.59%201%204c0%203-3.5%204-5%209q-1-.862-1-2.5c0-3.482%205-5.29%205-10.5m-4.5-4a8.3%208.3%200%200%201%201%204c0%205-6%206-4%2013Q9%2020.26%209%2017c0-3.325%205.5-6%205.5-12M10%201q1%202%201%204.5c0%206-9%207.5-3%2016.5c-2.5-.5-4.5-3-4.5-6C3.5%209.5%2010%208.5%2010%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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