cyclone-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
cyclone-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
cyclone-outline-rounded

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 14m0 6q-2.85 0-5.087-.337t-3.788-.713q-.5-.125-.812-.488T2 17.6q0-.4.338-.638t.737-.112q1.05.275 1.863.438l1.312.262q-1.05-1.075-1.65-2.5T4 12q0-2.85.337-5.087t.713-3.788q.125-.5.488-.812T6.4 2q.4 0 .638.338t.112.737q-.3 1.05-.462 1.863T6.45 6.25Q7.525 5.2 8.95 4.6T12 4q2.85 0 5.088.337t3.787.713q.5.125.813.488T22 6.4q0 .4-.337.638t-.738.112q-1.05-.3-1.862-.462T17.75 6.45q1.05 1.075 1.65 2.5T20 12q0 2.85-.337 5.088t-.713 3.787q-.125.5-.488.813T17.6 22q-.4 0-.638-.337t-.112-.738q.275-1.05.438-1.862l.262-1.313q-1.075 1.05-2.5 1.65T12 20m4.25-3.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 MaterialSymbolsCycloneRounded(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 14m0 6q-2.85 0-5.087-.337t-3.788-.713q-.5-.125-.812-.488T2 17.6q0-.4.338-.638t.737-.112q1.05.275 1.863.438l1.312.262q-1.05-1.075-1.65-2.5T4 12q0-2.85.337-5.087t.713-3.788q.125-.5.488-.812T6.4 2q.4 0 .638.338t.112.737q-.3 1.05-.462 1.863T6.45 6.25Q7.525 5.2 8.95 4.6T12 4q2.85 0 5.088.337t3.787.713q.5.125.813.488T22 6.4q0 .4-.337.638t-.738.112q-1.05-.3-1.862-.462T17.75 6.45q1.05 1.075 1.65 2.5T20 12q0 2.85-.337 5.088t-.713 3.787q-.125.5-.488.813T17.6 22q-.4 0-.638-.337t-.112-.738q.275-1.05.438-1.862l.262-1.313q-1.075 1.05-2.5 1.65T12 20m4.25-3.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 14m0 6q-2.85 0-5.087-.337t-3.788-.713q-.5-.125-.812-.488T2 17.6q0-.4.338-.638t.737-.112q1.05.275 1.863.438l1.312.262q-1.05-1.075-1.65-2.5T4 12q0-2.85.337-5.087t.713-3.788q.125-.5.488-.812T6.4 2q.4 0 .638.338t.112.737q-.3 1.05-.462 1.863T6.45 6.25Q7.525 5.2 8.95 4.6T12 4q2.85 0 5.088.337t3.787.713q.5.125.813.488T22 6.4q0 .4-.337.638t-.738.112q-1.05-.3-1.862-.462T17.75 6.45q1.05 1.075 1.65 2.5T20 12q0 2.85-.337 5.088t-.713 3.787q-.125.5-.488.813T17.6 22q-.4 0-.638-.337t-.112-.738q.275-1.05.438-1.862l.262-1.313q-1.075 1.05-2.5 1.65T12 20m4.25-3.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%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%2014m0%206q-2.85%200-5.087-.337t-3.788-.713q-.5-.125-.812-.488T2%2017.6q0-.4.338-.638t.737-.112q1.05.275%201.863.438l1.312.262q-1.05-1.075-1.65-2.5T4%2012q0-2.85.337-5.087t.713-3.788q.125-.5.488-.812T6.4%202q.4%200%20.638.338t.112.737q-.3%201.05-.462%201.863T6.45%206.25Q7.525%205.2%208.95%204.6T12%204q2.85%200%205.088.337t3.787.713q.5.125.813.488T22%206.4q0%20.4-.337.638t-.738.112q-1.05-.3-1.862-.462T17.75%206.45q1.05%201.075%201.65%202.5T20%2012q0%202.85-.337%205.088t-.713%203.787q-.125.5-.488.813T17.6%2022q-.4%200-.638-.337t-.112-.738q.275-1.05.438-1.862l.262-1.313q-1.075%201.05-2.5%201.65T12%2020m4.25-3.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%2014m0%206q-2.85%200-5.087-.337t-3.788-.713q-.5-.125-.812-.488T2%2017.6q0-.4.338-.638t.737-.112q1.05.275%201.863.438l1.312.262q-1.05-1.075-1.65-2.5T4%2012q0-2.85.337-5.087t.713-3.788q.125-.5.488-.812T6.4%202q.4%200%20.638.338t.112.737q-.3%201.05-.462%201.863T6.45%206.25Q7.525%205.2%208.95%204.6T12%204q2.85%200%205.088.337t3.787.713q.5.125.813.488T22%206.4q0%20.4-.337.638t-.738.112q-1.05-.3-1.862-.462T17.75%206.45q1.05%201.075%201.65%202.5T20%2012q0%202.85-.337%205.088t-.713%203.787q-.125.5-.488.813T17.6%2022q-.4%200-.638-.337t-.112-.738q.275-1.05.438-1.862l.262-1.313q-1.075%201.05-2.5%201.65T12%2020m4.25-3.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-rounded.svg?color=%231a73e8&size=48