cyclone icon
cyclone from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- cyclone
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cyclone-outline, cyclone-outline-sharp, cyclone-sharp
1 other variant in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the cyclone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 16q-1.65 0-2.825-1.175T8 12t1.175-2.825T12 8t2.825 1.175T16 12t-1.175 2.825T12 16m0-2q.825 0 1.413-.587T14 12t-.587-1.412T12 10t-1.412.588T10 12t.588 1.413T12 14m4.525 8q.45-1.4.675-2.5t.35-1.75q-1.075 1.05-2.5 1.65T12 20q-3.4 0-5.962-.462T2 18.65v-2.125q1.4.45 2.5.675t1.75.35q-1.05-1.075-1.65-2.5T4 12q0-3.425.462-5.975T5.35 2h2.125q-.45 1.4-.687 2.5T6.45 6.25Q7.525 5.2 8.95 4.6T12 4q3.425 0 5.975.462T22 5.35v2.125q-1.4-.45-2.5-.687t-1.75-.338q1.05 1.075 1.65 2.5T20 12q0 3.425-.462 5.975T18.65 22zm-.275-5.75Q18 14.5 18 12t-1.75-4.25T12 6T7.75 7.75T6 12t1.75 4.25T12 18t4.25-1.75"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCyclone(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="M12 16q-1.65 0-2.825-1.175T8 12t1.175-2.825T12 8t2.825 1.175T16 12t-1.175 2.825T12 16m0-2q.825 0 1.413-.587T14 12t-.587-1.412T12 10t-1.412.588T10 12t.588 1.413T12 14m4.525 8q.45-1.4.675-2.5t.35-1.75q-1.075 1.05-2.5 1.65T12 20q-3.4 0-5.962-.462T2 18.65v-2.125q1.4.45 2.5.675t1.75.35q-1.05-1.075-1.65-2.5T4 12q0-3.425.462-5.975T5.35 2h2.125q-.45 1.4-.687 2.5T6.45 6.25Q7.525 5.2 8.95 4.6T12 4q3.425 0 5.975.462T22 5.35v2.125q-1.4-.45-2.5-.687t-1.75-.338q1.05 1.075 1.65 2.5T20 12q0 3.425-.462 5.975T18.65 22zm-.275-5.75Q18 14.5 18 12t-1.75-4.25T12 6T7.75 7.75T6 12t1.75 4.25T12 18t4.25-1.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 16q-1.65 0-2.825-1.175T8 12t1.175-2.825T12 8t2.825 1.175T16 12t-1.175 2.825T12 16m0-2q.825 0 1.413-.587T14 12t-.587-1.412T12 10t-1.412.588T10 12t.588 1.413T12 14m4.525 8q.45-1.4.675-2.5t.35-1.75q-1.075 1.05-2.5 1.65T12 20q-3.4 0-5.962-.462T2 18.65v-2.125q1.4.45 2.5.675t1.75.35q-1.05-1.075-1.65-2.5T4 12q0-3.425.462-5.975T5.35 2h2.125q-.45 1.4-.687 2.5T6.45 6.25Q7.525 5.2 8.95 4.6T12 4q3.425 0 5.975.462T22 5.35v2.125q-1.4-.45-2.5-.687t-1.75-.338q1.05 1.075 1.65 2.5T20 12q0 3.425-.462 5.975T18.65 22zm-.275-5.75Q18 14.5 18 12t-1.75-4.25T12 6T7.75 7.75T6 12t1.75 4.25T12 18t4.25-1.75"/></svg> </template>
CSS
.icon-cyclone {
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%22M12%2016q-1.65%200-2.825-1.175T8%2012t1.175-2.825T12%208t2.825%201.175T16%2012t-1.175%202.825T12%2016m0-2q.825%200%201.413-.587T14%2012t-.587-1.412T12%2010t-1.412.588T10%2012t.588%201.413T12%2014m4.525%208q.45-1.4.675-2.5t.35-1.75q-1.075%201.05-2.5%201.65T12%2020q-3.4%200-5.962-.462T2%2018.65v-2.125q1.4.45%202.5.675t1.75.35q-1.05-1.075-1.65-2.5T4%2012q0-3.425.462-5.975T5.35%202h2.125q-.45%201.4-.687%202.5T6.45%206.25Q7.525%205.2%208.95%204.6T12%204q3.425%200%205.975.462T22%205.35v2.125q-1.4-.45-2.5-.687t-1.75-.338q1.05%201.075%201.65%202.5T20%2012q0%203.425-.462%205.975T18.65%2022zm-.275-5.75Q18%2014.5%2018%2012t-1.75-4.25T12%206T7.75%207.75T6%2012t1.75%204.25T12%2018t4.25-1.75%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%22M12%2016q-1.65%200-2.825-1.175T8%2012t1.175-2.825T12%208t2.825%201.175T16%2012t-1.175%202.825T12%2016m0-2q.825%200%201.413-.587T14%2012t-.587-1.412T12%2010t-1.412.588T10%2012t.588%201.413T12%2014m4.525%208q.45-1.4.675-2.5t.35-1.75q-1.075%201.05-2.5%201.65T12%2020q-3.4%200-5.962-.462T2%2018.65v-2.125q1.4.45%202.5.675t1.75.35q-1.05-1.075-1.65-2.5T4%2012q0-3.425.462-5.975T5.35%202h2.125q-.45%201.4-.687%202.5T6.45%206.25Q7.525%205.2%208.95%204.6T12%204q3.425%200%205.975.462T22%205.35v2.125q-1.4-.45-2.5-.687t-1.75-.338q1.05%201.075%201.65%202.5T20%2012q0%203.425-.462%205.975T18.65%2022zm-.275-5.75Q18%2014.5%2018%2012t-1.75-4.25T12%206T7.75%207.75T6%2012t1.75%204.25T12%2018t4.25-1.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cyclone.svg?color=%231a73e8&size=48