burst icon
burst from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- burst
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Use the burst icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M37.6 4.2C28-2.3 15.2-1.1 7 7s-9.4 21-2.8 30.5l112 163.3l-99.6 32.4C6.7 236.4 0 245.6 0 256s6.7 19.6 16.6 22.8l103.1 33.4l-52.9 100.6c-4.9 9.3-3.2 20.7 4.3 28.1s18.8 9.2 28.1 4.3l100.6-52.9l33.4 103.1c3.2 9.9 12.4 16.6 22.8 16.6s19.6-6.7 22.8-16.6l33.4-103.1l100.6 52.9c9.3 4.9 20.7 3.2 28.1-4.3s9.2-18.8 4.3-28.1l-52.9-100.6l103.1-33.4c9.9-3.2 16.6-12.4 16.6-22.8s-6.7-19.6-16.6-22.8l-106.5-34.5l25.7-70.4c3.2-8.8 1-18.6-5.6-25.2s-16.4-8.8-25.2-5.6l-70.4 25.7l-34.6-106.6C275.6 6.7 266.4 0 256 0s-19.6 6.7-22.8 16.6l-32.3 99.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidBurst(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M37.6 4.2C28-2.3 15.2-1.1 7 7s-9.4 21-2.8 30.5l112 163.3l-99.6 32.4C6.7 236.4 0 245.6 0 256s6.7 19.6 16.6 22.8l103.1 33.4l-52.9 100.6c-4.9 9.3-3.2 20.7 4.3 28.1s18.8 9.2 28.1 4.3l100.6-52.9l33.4 103.1c3.2 9.9 12.4 16.6 22.8 16.6s19.6-6.7 22.8-16.6l33.4-103.1l100.6 52.9c9.3 4.9 20.7 3.2 28.1-4.3s9.2-18.8 4.3-28.1l-52.9-100.6l103.1-33.4c9.9-3.2 16.6-12.4 16.6-22.8s-6.7-19.6-16.6-22.8l-106.5-34.5l25.7-70.4c3.2-8.8 1-18.6-5.6-25.2s-16.4-8.8-25.2-5.6l-70.4 25.7l-34.6-106.6C275.6 6.7 266.4 0 256 0s-19.6 6.7-22.8 16.6l-32.3 99.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M37.6 4.2C28-2.3 15.2-1.1 7 7s-9.4 21-2.8 30.5l112 163.3l-99.6 32.4C6.7 236.4 0 245.6 0 256s6.7 19.6 16.6 22.8l103.1 33.4l-52.9 100.6c-4.9 9.3-3.2 20.7 4.3 28.1s18.8 9.2 28.1 4.3l100.6-52.9l33.4 103.1c3.2 9.9 12.4 16.6 22.8 16.6s19.6-6.7 22.8-16.6l33.4-103.1l100.6 52.9c9.3 4.9 20.7 3.2 28.1-4.3s9.2-18.8 4.3-28.1l-52.9-100.6l103.1-33.4c9.9-3.2 16.6-12.4 16.6-22.8s-6.7-19.6-16.6-22.8l-106.5-34.5l25.7-70.4c3.2-8.8 1-18.6-5.6-25.2s-16.4-8.8-25.2-5.6l-70.4 25.7l-34.6-106.6C275.6 6.7 266.4 0 256 0s-19.6 6.7-22.8 16.6l-32.3 99.6z"/></svg> </template>
CSS
.icon-burst {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M37.6%204.2C28-2.3%2015.2-1.1%207%207s-9.4%2021-2.8%2030.5l112%20163.3l-99.6%2032.4C6.7%20236.4%200%20245.6%200%20256s6.7%2019.6%2016.6%2022.8l103.1%2033.4l-52.9%20100.6c-4.9%209.3-3.2%2020.7%204.3%2028.1s18.8%209.2%2028.1%204.3l100.6-52.9l33.4%20103.1c3.2%209.9%2012.4%2016.6%2022.8%2016.6s19.6-6.7%2022.8-16.6l33.4-103.1l100.6%2052.9c9.3%204.9%2020.7%203.2%2028.1-4.3s9.2-18.8%204.3-28.1l-52.9-100.6l103.1-33.4c9.9-3.2%2016.6-12.4%2016.6-22.8s-6.7-19.6-16.6-22.8l-106.5-34.5l25.7-70.4c3.2-8.8%201-18.6-5.6-25.2s-16.4-8.8-25.2-5.6l-70.4%2025.7l-34.6-106.6C275.6%206.7%20266.4%200%20256%200s-19.6%206.7-22.8%2016.6l-32.3%2099.6z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M37.6%204.2C28-2.3%2015.2-1.1%207%207s-9.4%2021-2.8%2030.5l112%20163.3l-99.6%2032.4C6.7%20236.4%200%20245.6%200%20256s6.7%2019.6%2016.6%2022.8l103.1%2033.4l-52.9%20100.6c-4.9%209.3-3.2%2020.7%204.3%2028.1s18.8%209.2%2028.1%204.3l100.6-52.9l33.4%20103.1c3.2%209.9%2012.4%2016.6%2022.8%2016.6s19.6-6.7%2022.8-16.6l33.4-103.1l100.6%2052.9c9.3%204.9%2020.7%203.2%2028.1-4.3s9.2-18.8%204.3-28.1l-52.9-100.6l103.1-33.4c9.9-3.2%2016.6-12.4%2016.6-22.8s-6.7-19.6-16.6-22.8l-106.5-34.5l25.7-70.4c3.2-8.8%201-18.6-5.6-25.2s-16.4-8.8-25.2-5.6l-70.4%2025.7l-34.6-106.6C275.6%206.7%20266.4%200%20256%200s-19.6%206.7-22.8%2016.6l-32.3%2099.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/burst.svg?color=%231a73e8&size=48