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

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

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the tornado icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.75 6L3.9 8h16.2l1.15-2q.575-1 .013-2t-1.738-1H4.475Q3.3 3 2.738 4t.012 2m2.3 4l1.75 3h10.4l1.75-3zm2.9 5l2.325 4q.575 1 1.725 1t1.725-1l2.325-4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTornadoRounded(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="M2.75 6L3.9 8h16.2l1.15-2q.575-1 .013-2t-1.738-1H4.475Q3.3 3 2.738 4t.012 2m2.3 4l1.75 3h10.4l1.75-3zm2.9 5l2.325 4q.575 1 1.725 1t1.725-1l2.325-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.75 6L3.9 8h16.2l1.15-2q.575-1 .013-2t-1.738-1H4.475Q3.3 3 2.738 4t.012 2m2.3 4l1.75 3h10.4l1.75-3zm2.9 5l2.325 4q.575 1 1.725 1t1.725-1l2.325-4z"/></svg>
</template>

CSS

.icon-tornado-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%22M2.75%206L3.9%208h16.2l1.15-2q.575-1%20.013-2t-1.738-1H4.475Q3.3%203%202.738%204t.012%202m2.3%204l1.75%203h10.4l1.75-3zm2.9%205l2.325%204q.575%201%201.725%201t1.725-1l2.325-4z%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%22M2.75%206L3.9%208h16.2l1.15-2q.575-1%20.013-2t-1.738-1H4.475Q3.3%203%202.738%204t.012%202m2.3%204l1.75%203h10.4l1.75-3zm2.9%205l2.325%204q.575%201%201.725%201t1.725-1l2.325-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/tornado-rounded.svg?color=%231a73e8&size=48