tornado from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
tornado
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the tornado icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 4.5c5.522 0 10 .72 10 1.605C22 8.5 2 8.5 2 6.105C2 5.55 3.764 5.06 6.444 4.771M3.111 9.85c4.895 1.69 12.957 2.074 17.778 0M7.556 16.272c2.446.937 6.442.937 8.888 0m-8.888 2.676c2.123.697 4.476.67 6.666.273m-8.889-6.16c3.556 1.927 11.292 1.279 13.334 0"/></svg>

React

import type { SVGProps } from "react";

export function MynauiTornado(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 4.5c5.522 0 10 .72 10 1.605C22 8.5 2 8.5 2 6.105C2 5.55 3.764 5.06 6.444 4.771M3.111 9.85c4.895 1.69 12.957 2.074 17.778 0M7.556 16.272c2.446.937 6.442.937 8.888 0m-8.888 2.676c2.123.697 4.476.67 6.666.273m-8.889-6.16c3.556 1.927 11.292 1.279 13.334 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 4.5c5.522 0 10 .72 10 1.605C22 8.5 2 8.5 2 6.105C2 5.55 3.764 5.06 6.444 4.771M3.111 9.85c4.895 1.69 12.957 2.074 17.778 0M7.556 16.272c2.446.937 6.442.937 8.888 0m-8.888 2.676c2.123.697 4.476.67 6.666.273m-8.889-6.16c3.556 1.927 11.292 1.279 13.334 0"/></svg>
</template>

CSS

.icon-tornado {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%204.5c5.522%200%2010%20.72%2010%201.605C22%208.5%202%208.5%202%206.105C2%205.55%203.764%205.06%206.444%204.771M3.111%209.85c4.895%201.69%2012.957%202.074%2017.778%200M7.556%2016.272c2.446.937%206.442.937%208.888%200m-8.888%202.676c2.123.697%204.476.67%206.666.273m-8.889-6.16c3.556%201.927%2011.292%201.279%2013.334%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%204.5c5.522%200%2010%20.72%2010%201.605C22%208.5%202%208.5%202%206.105C2%205.55%203.764%205.06%206.444%204.771M3.111%209.85c4.895%201.69%2012.957%202.074%2017.778%200M7.556%2016.272c2.446.937%206.442.937%208.888%200m-8.888%202.676c2.123.697%204.476.67%206.666.273m-8.889-6.16c3.556%201.927%2011.292%201.279%2013.334%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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