cyclone icon
cyclone-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- cyclone-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cyclone-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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 15q-1.246 0-2.123-.877T9 12t.877-2.123T12 9t2.123.877T15 12t-.877 2.123T12 15m0-1q.825 0 1.413-.587T14 12t-.587-1.412T12 10t-1.412.588T10 12t.588 1.413T12 14m0 5q-3.504 0-5.299-.184q-1.795-.183-3.191-.539q-.27-.067-.448-.247t-.178-.45q0-.207.184-.32t.41-.045q1.224.333 2.421.486t2.409.176q-1.377-.748-2.342-2.356T5 12q0-2.35.203-4.549t.54-3.96q.066-.27.227-.438q.16-.168.43-.168q.208 0 .34.183t.064.41q-.281 1.397-.424 2.517t-.257 2.313q.806-1.435 2.385-2.371Q10.087 5 12 5q2.927 0 4.886.184q1.958.183 3.585.539q.27.068.457.238q.188.17.188.439q0 .208-.184.33t-.41.054q-1.243-.28-2.488-.452q-1.245-.173-2.322-.228q1.53.94 2.41 2.529Q19 10.22 19 12q0 3.177-.213 5.116q-.212 1.94-.53 3.375q-.066.269-.237.447t-.44.178q-.207 0-.329-.175q-.122-.174-.055-.4q.295-1.204.457-2.401q.163-1.198.224-2.41q-.883 1.455-2.461 2.362Q13.836 19 12 19m4.25-2.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 MaterialSymbolsLightCycloneRounded(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 15q-1.246 0-2.123-.877T9 12t.877-2.123T12 9t2.123.877T15 12t-.877 2.123T12 15m0-1q.825 0 1.413-.587T14 12t-.587-1.412T12 10t-1.412.588T10 12t.588 1.413T12 14m0 5q-3.504 0-5.299-.184q-1.795-.183-3.191-.539q-.27-.067-.448-.247t-.178-.45q0-.207.184-.32t.41-.045q1.224.333 2.421.486t2.409.176q-1.377-.748-2.342-2.356T5 12q0-2.35.203-4.549t.54-3.96q.066-.27.227-.438q.16-.168.43-.168q.208 0 .34.183t.064.41q-.281 1.397-.424 2.517t-.257 2.313q.806-1.435 2.385-2.371Q10.087 5 12 5q2.927 0 4.886.184q1.958.183 3.585.539q.27.068.457.238q.188.17.188.439q0 .208-.184.33t-.41.054q-1.243-.28-2.488-.452q-1.245-.173-2.322-.228q1.53.94 2.41 2.529Q19 10.22 19 12q0 3.177-.213 5.116q-.212 1.94-.53 3.375q-.066.269-.237.447t-.44.178q-.207 0-.329-.175q-.122-.174-.055-.4q.295-1.204.457-2.401q.163-1.198.224-2.41q-.883 1.455-2.461 2.362Q13.836 19 12 19m4.25-2.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 15q-1.246 0-2.123-.877T9 12t.877-2.123T12 9t2.123.877T15 12t-.877 2.123T12 15m0-1q.825 0 1.413-.587T14 12t-.587-1.412T12 10t-1.412.588T10 12t.588 1.413T12 14m0 5q-3.504 0-5.299-.184q-1.795-.183-3.191-.539q-.27-.067-.448-.247t-.178-.45q0-.207.184-.32t.41-.045q1.224.333 2.421.486t2.409.176q-1.377-.748-2.342-2.356T5 12q0-2.35.203-4.549t.54-3.96q.066-.27.227-.438q.16-.168.43-.168q.208 0 .34.183t.064.41q-.281 1.397-.424 2.517t-.257 2.313q.806-1.435 2.385-2.371Q10.087 5 12 5q2.927 0 4.886.184q1.958.183 3.585.539q.27.068.457.238q.188.17.188.439q0 .208-.184.33t-.41.054q-1.243-.28-2.488-.452q-1.245-.173-2.322-.228q1.53.94 2.41 2.529Q19 10.22 19 12q0 3.177-.213 5.116q-.212 1.94-.53 3.375q-.066.269-.237.447t-.44.178q-.207 0-.329-.175q-.122-.174-.055-.4q.295-1.204.457-2.401q.163-1.198.224-2.41q-.883 1.455-2.461 2.362Q13.836 19 12 19m4.25-2.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-rounded {
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%2015q-1.246%200-2.123-.877T9%2012t.877-2.123T12%209t2.123.877T15%2012t-.877%202.123T12%2015m0-1q.825%200%201.413-.587T14%2012t-.587-1.412T12%2010t-1.412.588T10%2012t.588%201.413T12%2014m0%205q-3.504%200-5.299-.184q-1.795-.183-3.191-.539q-.27-.067-.448-.247t-.178-.45q0-.207.184-.32t.41-.045q1.224.333%202.421.486t2.409.176q-1.377-.748-2.342-2.356T5%2012q0-2.35.203-4.549t.54-3.96q.066-.27.227-.438q.16-.168.43-.168q.208%200%20.34.183t.064.41q-.281%201.397-.424%202.517t-.257%202.313q.806-1.435%202.385-2.371Q10.087%205%2012%205q2.927%200%204.886.184q1.958.183%203.585.539q.27.068.457.238q.188.17.188.439q0%20.208-.184.33t-.41.054q-1.243-.28-2.488-.452q-1.245-.173-2.322-.228q1.53.94%202.41%202.529Q19%2010.22%2019%2012q0%203.177-.213%205.116q-.212%201.94-.53%203.375q-.066.269-.237.447t-.44.178q-.207%200-.329-.175q-.122-.174-.055-.4q.295-1.204.457-2.401q.163-1.198.224-2.41q-.883%201.455-2.461%202.362Q13.836%2019%2012%2019m4.25-2.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%2015q-1.246%200-2.123-.877T9%2012t.877-2.123T12%209t2.123.877T15%2012t-.877%202.123T12%2015m0-1q.825%200%201.413-.587T14%2012t-.587-1.412T12%2010t-1.412.588T10%2012t.588%201.413T12%2014m0%205q-3.504%200-5.299-.184q-1.795-.183-3.191-.539q-.27-.067-.448-.247t-.178-.45q0-.207.184-.32t.41-.045q1.224.333%202.421.486t2.409.176q-1.377-.748-2.342-2.356T5%2012q0-2.35.203-4.549t.54-3.96q.066-.27.227-.438q.16-.168.43-.168q.208%200%20.34.183t.064.41q-.281%201.397-.424%202.517t-.257%202.313q.806-1.435%202.385-2.371Q10.087%205%2012%205q2.927%200%204.886.184q1.958.183%203.585.539q.27.068.457.238q.188.17.188.439q0%20.208-.184.33t-.41.054q-1.243-.28-2.488-.452q-1.245-.173-2.322-.228q1.53.94%202.41%202.529Q19%2010.22%2019%2012q0%203.177-.213%205.116q-.212%201.94-.53%203.375q-.066.269-.237.447t-.44.178q-.207%200-.329-.175q-.122-.174-.055-.4q.295-1.204.457-2.401q.163-1.198.224-2.41q-.883%201.455-2.461%202.362Q13.836%2019%2012%2019m4.25-2.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-light/cyclone-rounded.svg?color=%231a73e8&size=48