round cyclone icon
round-cyclone from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- round-cyclone
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the round 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 8c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2"/><path fill="currentColor" d="M22 6.11c0-.46-.3-.86-.74-.97C19.23 4.6 16.03 4 12 4c-2.15 0-4.11.86-5.54 2.24c.1-.65.28-1.69.62-2.96c.17-.64-.3-1.28-.97-1.28c-.45 0-.85.3-.97.74C4.6 4.77 4 7.97 4 12c0 2.15.86 4.11 2.24 5.54c-.65-.1-1.69-.28-2.96-.62c-.64-.17-1.28.3-1.28.97c0 .46.3.86.74.97C4.77 19.4 7.97 20 12 20c2.15 0 4.11-.86 5.54-2.24c-.1.65-.28 1.69-.62 2.96c-.17.64.3 1.28.97 1.28c.46 0 .86-.3.97-.74C19.4 19.23 20 16.03 20 12c0-2.15-.86-4.11-2.24-5.54c.65.1 1.69.28 2.96.62c.64.17 1.28-.3 1.28-.97M12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundCyclone(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 8c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2"/><path fill="currentColor" d="M22 6.11c0-.46-.3-.86-.74-.97C19.23 4.6 16.03 4 12 4c-2.15 0-4.11.86-5.54 2.24c.1-.65.28-1.69.62-2.96c.17-.64-.3-1.28-.97-1.28c-.45 0-.85.3-.97.74C4.6 4.77 4 7.97 4 12c0 2.15.86 4.11 2.24 5.54c-.65-.1-1.69-.28-2.96-.62c-.64-.17-1.28.3-1.28.97c0 .46.3.86.74.97C4.77 19.4 7.97 20 12 20c2.15 0 4.11-.86 5.54-2.24c-.1.65-.28 1.69-.62 2.96c-.17.64.3 1.28.97 1.28c.46 0 .86-.3.97-.74C19.4 19.23 20 16.03 20 12c0-2.15-.86-4.11-2.24-5.54c.65.1 1.69.28 2.96.62c.64.17 1.28-.3 1.28-.97M12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6"/></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 8c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2"/><path fill="currentColor" d="M22 6.11c0-.46-.3-.86-.74-.97C19.23 4.6 16.03 4 12 4c-2.15 0-4.11.86-5.54 2.24c.1-.65.28-1.69.62-2.96c.17-.64-.3-1.28-.97-1.28c-.45 0-.85.3-.97.74C4.6 4.77 4 7.97 4 12c0 2.15.86 4.11 2.24 5.54c-.65-.1-1.69-.28-2.96-.62c-.64-.17-1.28.3-1.28.97c0 .46.3.86.74.97C4.77 19.4 7.97 20 12 20c2.15 0 4.11-.86 5.54-2.24c-.1.65-.28 1.69-.62 2.96c-.17.64.3 1.28.97 1.28c.46 0 .86-.3.97-.74C19.4 19.23 20 16.03 20 12c0-2.15-.86-4.11-2.24-5.54c.65.1 1.69.28 2.96.62c.64.17 1.28-.3 1.28-.97M12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6"/></svg> </template>
CSS
.icon-round-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%208c-2.21%200-4%201.79-4%204s1.79%204%204%204s4-1.79%204-4s-1.79-4-4-4m0%206c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%206.11c0-.46-.3-.86-.74-.97C19.23%204.6%2016.03%204%2012%204c-2.15%200-4.11.86-5.54%202.24c.1-.65.28-1.69.62-2.96c.17-.64-.3-1.28-.97-1.28c-.45%200-.85.3-.97.74C4.6%204.77%204%207.97%204%2012c0%202.15.86%204.11%202.24%205.54c-.65-.1-1.69-.28-2.96-.62c-.64-.17-1.28.3-1.28.97c0%20.46.3.86.74.97C4.77%2019.4%207.97%2020%2012%2020c2.15%200%204.11-.86%205.54-2.24c-.1.65-.28%201.69-.62%202.96c-.17.64.3%201.28.97%201.28c.46%200%20.86-.3.97-.74C19.4%2019.23%2020%2016.03%2020%2012c0-2.15-.86-4.11-2.24-5.54c.65.1%201.69.28%202.96.62c.64.17%201.28-.3%201.28-.97M12%2018c-3.31%200-6-2.69-6-6s2.69-6%206-6s6%202.69%206%206s-2.69%206-6%206%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%208c-2.21%200-4%201.79-4%204s1.79%204%204%204s4-1.79%204-4s-1.79-4-4-4m0%206c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%206.11c0-.46-.3-.86-.74-.97C19.23%204.6%2016.03%204%2012%204c-2.15%200-4.11.86-5.54%202.24c.1-.65.28-1.69.62-2.96c.17-.64-.3-1.28-.97-1.28c-.45%200-.85.3-.97.74C4.6%204.77%204%207.97%204%2012c0%202.15.86%204.11%202.24%205.54c-.65-.1-1.69-.28-2.96-.62c-.64-.17-1.28.3-1.28.97c0%20.46.3.86.74.97C4.77%2019.4%207.97%2020%2012%2020c2.15%200%204.11-.86%205.54-2.24c-.1.65-.28%201.69-.62%202.96c-.17.64.3%201.28.97%201.28c.46%200%20.86-.3.97-.74C19.4%2019.23%2020%2016.03%2020%2012c0-2.15-.86-4.11-2.24-5.54c.65.1%201.69.28%202.96.62c.64.17%201.28-.3%201.28-.97M12%2018c-3.31%200-6-2.69-6-6s2.69-6%206-6s6%202.69%206%206s-2.69%206-6%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-cyclone.svg?color=%231a73e8&size=48