thunderstorm one icon
thunderstorm-one from IconPark by ByteDance · Color · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- thunderstorm-one
- Set
- IconPark
- Style
- Color
- Category
- Weather
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More weather icons from IconPark
Use the thunderstorm one icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M20.5294 20L17 31.5L23.1765 32.3846L20.5294 43L32 29.7308L24.9412 27.9615L30.2353 20H20.5294Z"/><path stroke-linecap="round" d="M9.45455 29.9942C6.14242 27.461 4 23.4278 4 18.8851C4 11.2166 10.1052 5 17.6364 5C23.9334 5 29.2336 9.34618 30.8015 15.2533C32.0353 14.6159 33.431 14.2567 34.9091 14.2567C39.9299 14.2567 44 18.4011 44 23.5135C44 27.3094 41.7562 30.5716 38.5455 32"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkThunderstormOne(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M20.5294 20L17 31.5L23.1765 32.3846L20.5294 43L32 29.7308L24.9412 27.9615L30.2353 20H20.5294Z"/><path strokeLinecap="round" d="M9.45455 29.9942C6.14242 27.461 4 23.4278 4 18.8851C4 11.2166 10.1052 5 17.6364 5C23.9334 5 29.2336 9.34618 30.8015 15.2533C32.0353 14.6159 33.431 14.2567 34.9091 14.2567C39.9299 14.2567 44 18.4011 44 23.5135C44 27.3094 41.7562 30.5716 38.5455 32"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M20.5294 20L17 31.5L23.1765 32.3846L20.5294 43L32 29.7308L24.9412 27.9615L30.2353 20H20.5294Z"/><path stroke-linecap="round" d="M9.45455 29.9942C6.14242 27.461 4 23.4278 4 18.8851C4 11.2166 10.1052 5 17.6364 5C23.9334 5 29.2336 9.34618 30.8015 15.2533C32.0353 14.6159 33.431 14.2567 34.9091 14.2567C39.9299 14.2567 44 18.4011 44 23.5135C44 27.3094 41.7562 30.5716 38.5455 32"/></g></svg> </template>
CSS
.icon-thunderstorm-one {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M20.5294%2020L17%2031.5L23.1765%2032.3846L20.5294%2043L32%2029.7308L24.9412%2027.9615L30.2353%2020H20.5294Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.45455%2029.9942C6.14242%2027.461%204%2023.4278%204%2018.8851C4%2011.2166%2010.1052%205%2017.6364%205C23.9334%205%2029.2336%209.34618%2030.8015%2015.2533C32.0353%2014.6159%2033.431%2014.2567%2034.9091%2014.2567C39.9299%2014.2567%2044%2018.4011%2044%2023.5135C44%2027.3094%2041.7562%2030.5716%2038.5455%2032%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M20.5294%2020L17%2031.5L23.1765%2032.3846L20.5294%2043L32%2029.7308L24.9412%2027.9615L30.2353%2020H20.5294Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.45455%2029.9942C6.14242%2027.461%204%2023.4278%204%2018.8851C4%2011.2166%2010.1052%205%2017.6364%205C23.9334%205%2029.2336%209.34618%2030.8015%2015.2533C32.0353%2014.6159%2033.431%2014.2567%2034.9091%2014.2567C39.9299%2014.2567%2044%2018.4011%2044%2023.5135C44%2027.3094%2041.7562%2030.5716%2038.5455%2032%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/thunderstorm-one.svg?color=%231a73e8&size=48