burn icon
burn from Line Awesome by Icons8 · Line · Science · Apache-2.0 Free for personal and commercial use.
- Name
- burn
- Set
- Line Awesome
- Style
- Line
- Category
- Science
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- burn-solid
The same icon in other sets
More science icons from Line Awesome
Use the burn icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16.031 3.469l-.656.562s-2.34 1.91-4.656 4.688C8.402 11.496 6 15.16 6 19c0 2.766 1.133 5.07 2.969 6.625c1.722 1.457 4.027 2.246 6.531 2.344c.168.008.332.031.5.031s.332-.023.5-.031c2.504-.098 4.809-.887 6.531-2.344C24.867 24.07 26 21.765 26 19c0-3.457-2.414-7.059-4.719-9.938c-2.304-2.878-4.593-5-4.593-5zM15.97 6.25c.52.492 1.883 1.727 3.75 4.063C21.914 13.059 24 16.559 24 19c0 2.234-.867 3.93-2.281 5.125c-.344.29-.719.555-1.125.781c.246-.59.406-1.23.406-1.906c0-6.25-3.344-10.063-3.344-10.063l-1.812-2.03l.062 2.718s.004 1.273-.156 2.5c-.082.613-.195 1.223-.344 1.563c-.043.097-.062.109-.094.156a2.2 2.2 0 0 1-.718-.5c-.336-.344-.563-.688-.563-.688l-.969-1.5l-.75 1.625S11 19.457 11 23c0 .676.16 1.316.406 1.906a7 7 0 0 1-1.125-.781C8.867 22.93 8 21.235 8 19c0-2.957 2.098-6.379 4.281-9c1.852-2.219 3.164-3.305 3.688-3.75zm1.687 10.531C18.34 18.266 19 20.34 19 23a3 3 0 0 1-6 0c0-1.594.309-2.941.594-3.906c.449.402 1 .812 1.812.812c.477 0 .93-.218 1.219-.5c.29-.281.453-.613.594-.937c.226-.528.343-1.114.437-1.688z"/></svg>
React
import type { SVGProps } from "react";
export function LaBurn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16.031 3.469l-.656.562s-2.34 1.91-4.656 4.688C8.402 11.496 6 15.16 6 19c0 2.766 1.133 5.07 2.969 6.625c1.722 1.457 4.027 2.246 6.531 2.344c.168.008.332.031.5.031s.332-.023.5-.031c2.504-.098 4.809-.887 6.531-2.344C24.867 24.07 26 21.765 26 19c0-3.457-2.414-7.059-4.719-9.938c-2.304-2.878-4.593-5-4.593-5zM15.97 6.25c.52.492 1.883 1.727 3.75 4.063C21.914 13.059 24 16.559 24 19c0 2.234-.867 3.93-2.281 5.125c-.344.29-.719.555-1.125.781c.246-.59.406-1.23.406-1.906c0-6.25-3.344-10.063-3.344-10.063l-1.812-2.03l.062 2.718s.004 1.273-.156 2.5c-.082.613-.195 1.223-.344 1.563c-.043.097-.062.109-.094.156a2.2 2.2 0 0 1-.718-.5c-.336-.344-.563-.688-.563-.688l-.969-1.5l-.75 1.625S11 19.457 11 23c0 .676.16 1.316.406 1.906a7 7 0 0 1-1.125-.781C8.867 22.93 8 21.235 8 19c0-2.957 2.098-6.379 4.281-9c1.852-2.219 3.164-3.305 3.688-3.75zm1.687 10.531C18.34 18.266 19 20.34 19 23a3 3 0 0 1-6 0c0-1.594.309-2.941.594-3.906c.449.402 1 .812 1.812.812c.477 0 .93-.218 1.219-.5c.29-.281.453-.613.594-.937c.226-.528.343-1.114.437-1.688z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16.031 3.469l-.656.562s-2.34 1.91-4.656 4.688C8.402 11.496 6 15.16 6 19c0 2.766 1.133 5.07 2.969 6.625c1.722 1.457 4.027 2.246 6.531 2.344c.168.008.332.031.5.031s.332-.023.5-.031c2.504-.098 4.809-.887 6.531-2.344C24.867 24.07 26 21.765 26 19c0-3.457-2.414-7.059-4.719-9.938c-2.304-2.878-4.593-5-4.593-5zM15.97 6.25c.52.492 1.883 1.727 3.75 4.063C21.914 13.059 24 16.559 24 19c0 2.234-.867 3.93-2.281 5.125c-.344.29-.719.555-1.125.781c.246-.59.406-1.23.406-1.906c0-6.25-3.344-10.063-3.344-10.063l-1.812-2.03l.062 2.718s.004 1.273-.156 2.5c-.082.613-.195 1.223-.344 1.563c-.043.097-.062.109-.094.156a2.2 2.2 0 0 1-.718-.5c-.336-.344-.563-.688-.563-.688l-.969-1.5l-.75 1.625S11 19.457 11 23c0 .676.16 1.316.406 1.906a7 7 0 0 1-1.125-.781C8.867 22.93 8 21.235 8 19c0-2.957 2.098-6.379 4.281-9c1.852-2.219 3.164-3.305 3.688-3.75zm1.687 10.531C18.34 18.266 19 20.34 19 23a3 3 0 0 1-6 0c0-1.594.309-2.941.594-3.906c.449.402 1 .812 1.812.812c.477 0 .93-.218 1.219-.5c.29-.281.453-.613.594-.937c.226-.528.343-1.114.437-1.688z"/></svg> </template>
CSS
.icon-burn {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.031%203.469l-.656.562s-2.34%201.91-4.656%204.688C8.402%2011.496%206%2015.16%206%2019c0%202.766%201.133%205.07%202.969%206.625c1.722%201.457%204.027%202.246%206.531%202.344c.168.008.332.031.5.031s.332-.023.5-.031c2.504-.098%204.809-.887%206.531-2.344C24.867%2024.07%2026%2021.765%2026%2019c0-3.457-2.414-7.059-4.719-9.938c-2.304-2.878-4.593-5-4.593-5zM15.97%206.25c.52.492%201.883%201.727%203.75%204.063C21.914%2013.059%2024%2016.559%2024%2019c0%202.234-.867%203.93-2.281%205.125c-.344.29-.719.555-1.125.781c.246-.59.406-1.23.406-1.906c0-6.25-3.344-10.063-3.344-10.063l-1.812-2.03l.062%202.718s.004%201.273-.156%202.5c-.082.613-.195%201.223-.344%201.563c-.043.097-.062.109-.094.156a2.2%202.2%200%200%201-.718-.5c-.336-.344-.563-.688-.563-.688l-.969-1.5l-.75%201.625S11%2019.457%2011%2023c0%20.676.16%201.316.406%201.906a7%207%200%200%201-1.125-.781C8.867%2022.93%208%2021.235%208%2019c0-2.957%202.098-6.379%204.281-9c1.852-2.219%203.164-3.305%203.688-3.75zm1.687%2010.531C18.34%2018.266%2019%2020.34%2019%2023a3%203%200%200%201-6%200c0-1.594.309-2.941.594-3.906c.449.402%201%20.812%201.812.812c.477%200%20.93-.218%201.219-.5c.29-.281.453-.613.594-.937c.226-.528.343-1.114.437-1.688z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.031%203.469l-.656.562s-2.34%201.91-4.656%204.688C8.402%2011.496%206%2015.16%206%2019c0%202.766%201.133%205.07%202.969%206.625c1.722%201.457%204.027%202.246%206.531%202.344c.168.008.332.031.5.031s.332-.023.5-.031c2.504-.098%204.809-.887%206.531-2.344C24.867%2024.07%2026%2021.765%2026%2019c0-3.457-2.414-7.059-4.719-9.938c-2.304-2.878-4.593-5-4.593-5zM15.97%206.25c.52.492%201.883%201.727%203.75%204.063C21.914%2013.059%2024%2016.559%2024%2019c0%202.234-.867%203.93-2.281%205.125c-.344.29-.719.555-1.125.781c.246-.59.406-1.23.406-1.906c0-6.25-3.344-10.063-3.344-10.063l-1.812-2.03l.062%202.718s.004%201.273-.156%202.5c-.082.613-.195%201.223-.344%201.563c-.043.097-.062.109-.094.156a2.2%202.2%200%200%201-.718-.5c-.336-.344-.563-.688-.563-.688l-.969-1.5l-.75%201.625S11%2019.457%2011%2023c0%20.676.16%201.316.406%201.906a7%207%200%200%201-1.125-.781C8.867%2022.93%208%2021.235%208%2019c0-2.957%202.098-6.379%204.281-9c1.852-2.219%203.164-3.305%203.688-3.75zm1.687%2010.531C18.34%2018.266%2019%2020.34%2019%2023a3%203%200%200%201-6%200c0-1.594.309-2.941.594-3.906c.449.402%201%20.812%201.812.812c.477%200%20.93-.218%201.219-.5c.29-.281.453-.613.594-.937c.226-.528.343-1.114.437-1.688z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/burn.svg?color=%231a73e8&size=48