sun cloud angled zap 01 icon
sun-cloud-angled-zap-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- sun-cloud-angled-zap-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
sun-01sun-02sun-03sun-cloud-01sun-cloud-02sun-cloud-angled-rain-01sun-cloud-angled-rain-02sun-cloud-angled-rain-zap-01sun-cloud-angled-rain-zap-02sun-cloud-angled-zap-02sun-cloud-big-rain-01sun-cloud-big-rain-02sun-cloud-fast-wind-01sun-cloud-fast-wind-02sun-cloud-hailstone-01sun-cloud-hailstone-02sun-cloud-little-rain-01sun-cloud-little-rain-02sun-cloud-little-snow-01sun-cloud-little-snow-02sun-cloud-mid-rain-01sun-cloud-mid-rain-02sun-cloud-mid-snow-01sun-cloud-mid-snow-02
Use the sun cloud angled zap 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9 4.655A3.84 3.84 0 0 0 5.844 3A3.85 3.85 0 0 0 2 6.857C2 8.154 2.638 9.3 3.616 10"/><path stroke-linecap="round" stroke-linejoin="round" d="M7 18.5c-2.761 0-5-2.164-5-4.833c0-2.513 1.984-4.578 4.52-4.812M17.5 18.5c2.485 0 4.5-1.948 4.5-4.35S19.985 9.8 17.5 9.8h-.022m0 0q.021-.24.022-.483C17.5 6.38 15.038 4 12 4C9.123 4 6.762 6.135 6.52 8.855m10.958.945a5.2 5.2 0 0 1-1.235 2.9M6.52 8.855q.237-.021.48-.022c1.126 0 2.165.36 3 .967m2.578 4.2l-1.774 2.684c-.237.36-.356.539-.282.677c.073.139.287.139.716.139h1.524c.429 0 .643 0 .716.139c.074.138-.045.318-.282.677L11.422 21"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSunCloudAngledZap01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M9 4.655A3.84 3.84 0 0 0 5.844 3A3.85 3.85 0 0 0 2 6.857C2 8.154 2.638 9.3 3.616 10"/><path strokeLinecap="round" strokeLinejoin="round" d="M7 18.5c-2.761 0-5-2.164-5-4.833c0-2.513 1.984-4.578 4.52-4.812M17.5 18.5c2.485 0 4.5-1.948 4.5-4.35S19.985 9.8 17.5 9.8h-.022m0 0q.021-.24.022-.483C17.5 6.38 15.038 4 12 4C9.123 4 6.762 6.135 6.52 8.855m10.958.945a5.2 5.2 0 0 1-1.235 2.9M6.52 8.855q.237-.021.48-.022c1.126 0 2.165.36 3 .967m2.578 4.2l-1.774 2.684c-.237.36-.356.539-.282.677c.073.139.287.139.716.139h1.524c.429 0 .643 0 .716.139c.074.138-.045.318-.282.677L11.422 21"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9 4.655A3.84 3.84 0 0 0 5.844 3A3.85 3.85 0 0 0 2 6.857C2 8.154 2.638 9.3 3.616 10"/><path stroke-linecap="round" stroke-linejoin="round" d="M7 18.5c-2.761 0-5-2.164-5-4.833c0-2.513 1.984-4.578 4.52-4.812M17.5 18.5c2.485 0 4.5-1.948 4.5-4.35S19.985 9.8 17.5 9.8h-.022m0 0q.021-.24.022-.483C17.5 6.38 15.038 4 12 4C9.123 4 6.762 6.135 6.52 8.855m10.958.945a5.2 5.2 0 0 1-1.235 2.9M6.52 8.855q.237-.021.48-.022c1.126 0 2.165.36 3 .967m2.578 4.2l-1.774 2.684c-.237.36-.356.539-.282.677c.073.139.287.139.716.139h1.524c.429 0 .643 0 .716.139c.074.138-.045.318-.282.677L11.422 21"/></g></svg> </template>
CSS
.icon-sun-cloud-angled-zap-01 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%204.655A3.84%203.84%200%200%200%205.844%203A3.85%203.85%200%200%200%202%206.857C2%208.154%202.638%209.3%203.616%2010%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2018.5c-2.761%200-5-2.164-5-4.833c0-2.513%201.984-4.578%204.52-4.812M17.5%2018.5c2.485%200%204.5-1.948%204.5-4.35S19.985%209.8%2017.5%209.8h-.022m0%200q.021-.24.022-.483C17.5%206.38%2015.038%204%2012%204C9.123%204%206.762%206.135%206.52%208.855m10.958.945a5.2%205.2%200%200%201-1.235%202.9M6.52%208.855q.237-.021.48-.022c1.126%200%202.165.36%203%20.967m2.578%204.2l-1.774%202.684c-.237.36-.356.539-.282.677c.073.139.287.139.716.139h1.524c.429%200%20.643%200%20.716.139c.074.138-.045.318-.282.677L11.422%2021%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%204.655A3.84%203.84%200%200%200%205.844%203A3.85%203.85%200%200%200%202%206.857C2%208.154%202.638%209.3%203.616%2010%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2018.5c-2.761%200-5-2.164-5-4.833c0-2.513%201.984-4.578%204.52-4.812M17.5%2018.5c2.485%200%204.5-1.948%204.5-4.35S19.985%209.8%2017.5%209.8h-.022m0%200q.021-.24.022-.483C17.5%206.38%2015.038%204%2012%204C9.123%204%206.762%206.135%206.52%208.855m10.958.945a5.2%205.2%200%200%201-1.235%202.9M6.52%208.855q.237-.021.48-.022c1.126%200%202.165.36%203%20.967m2.578%204.2l-1.774%202.684c-.237.36-.356.539-.282.677c.073.139.287.139.716.139h1.524c.429%200%20.643%200%20.716.139c.074.138-.045.318-.282.677L11.422%2021%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/sun-cloud-angled-zap-01.svg?color=%231a73e8&size=48