rainy from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
rainy
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the rainy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M456.26 139.37c-16.77-16.73-39.17-28.41-65.17-34a16 16 0 0 1-11.19-9a142.24 142.24 0 0 0-42.19-53.21C314.48 25.39 286.23 16 256 16a140.24 140.24 0 0 0-93.5 35.32c-24.2 21.56-40.91 51.34-48.43 85.83a16.05 16.05 0 0 1-11.72 12.18c-25 6.3-35.71 12.54-49.21 24.56C34 190.93 24 214.14 24 240.8c0 30.55 11.23 55.64 32.47 72.56C75.08 328.17 100.5 336 130 336h234c33.2 0 64.11-11.46 87-32.28c23.84-21.65 37-51.67 37-84.52c0-31.49-11-59.09-31.74-79.83M112 448a16 16 0 0 1-13.3-24.88l32-48a16 16 0 0 1 26.62 17.76l-32 48A16 16 0 0 1 112 448m48 48a16 16 0 0 1-13.29-24.88l64-96a16 16 0 0 1 26.62 17.76l-64 96A16 16 0 0 1 160 496m112-48a16 16 0 0 1-13.3-24.88l32-48a16 16 0 0 1 26.62 17.76l-32 48A16 16 0 0 1 272 448m48 48a16 16 0 0 1-13.3-24.88l64-96a16 16 0 0 1 26.62 17.76l-64 96A16 16 0 0 1 320 496"/></svg>

React

import type { SVGProps } from "react";

export function IonRainy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M456.26 139.37c-16.77-16.73-39.17-28.41-65.17-34a16 16 0 0 1-11.19-9a142.24 142.24 0 0 0-42.19-53.21C314.48 25.39 286.23 16 256 16a140.24 140.24 0 0 0-93.5 35.32c-24.2 21.56-40.91 51.34-48.43 85.83a16.05 16.05 0 0 1-11.72 12.18c-25 6.3-35.71 12.54-49.21 24.56C34 190.93 24 214.14 24 240.8c0 30.55 11.23 55.64 32.47 72.56C75.08 328.17 100.5 336 130 336h234c33.2 0 64.11-11.46 87-32.28c23.84-21.65 37-51.67 37-84.52c0-31.49-11-59.09-31.74-79.83M112 448a16 16 0 0 1-13.3-24.88l32-48a16 16 0 0 1 26.62 17.76l-32 48A16 16 0 0 1 112 448m48 48a16 16 0 0 1-13.29-24.88l64-96a16 16 0 0 1 26.62 17.76l-64 96A16 16 0 0 1 160 496m112-48a16 16 0 0 1-13.3-24.88l32-48a16 16 0 0 1 26.62 17.76l-32 48A16 16 0 0 1 272 448m48 48a16 16 0 0 1-13.3-24.88l64-96a16 16 0 0 1 26.62 17.76l-64 96A16 16 0 0 1 320 496"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M456.26 139.37c-16.77-16.73-39.17-28.41-65.17-34a16 16 0 0 1-11.19-9a142.24 142.24 0 0 0-42.19-53.21C314.48 25.39 286.23 16 256 16a140.24 140.24 0 0 0-93.5 35.32c-24.2 21.56-40.91 51.34-48.43 85.83a16.05 16.05 0 0 1-11.72 12.18c-25 6.3-35.71 12.54-49.21 24.56C34 190.93 24 214.14 24 240.8c0 30.55 11.23 55.64 32.47 72.56C75.08 328.17 100.5 336 130 336h234c33.2 0 64.11-11.46 87-32.28c23.84-21.65 37-51.67 37-84.52c0-31.49-11-59.09-31.74-79.83M112 448a16 16 0 0 1-13.3-24.88l32-48a16 16 0 0 1 26.62 17.76l-32 48A16 16 0 0 1 112 448m48 48a16 16 0 0 1-13.29-24.88l64-96a16 16 0 0 1 26.62 17.76l-64 96A16 16 0 0 1 160 496m112-48a16 16 0 0 1-13.3-24.88l32-48a16 16 0 0 1 26.62 17.76l-32 48A16 16 0 0 1 272 448m48 48a16 16 0 0 1-13.3-24.88l64-96a16 16 0 0 1 26.62 17.76l-64 96A16 16 0 0 1 320 496"/></svg>
</template>

CSS

.icon-rainy {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M456.26%20139.37c-16.77-16.73-39.17-28.41-65.17-34a16%2016%200%200%201-11.19-9a142.24%20142.24%200%200%200-42.19-53.21C314.48%2025.39%20286.23%2016%20256%2016a140.24%20140.24%200%200%200-93.5%2035.32c-24.2%2021.56-40.91%2051.34-48.43%2085.83a16.05%2016.05%200%200%201-11.72%2012.18c-25%206.3-35.71%2012.54-49.21%2024.56C34%20190.93%2024%20214.14%2024%20240.8c0%2030.55%2011.23%2055.64%2032.47%2072.56C75.08%20328.17%20100.5%20336%20130%20336h234c33.2%200%2064.11-11.46%2087-32.28c23.84-21.65%2037-51.67%2037-84.52c0-31.49-11-59.09-31.74-79.83M112%20448a16%2016%200%200%201-13.3-24.88l32-48a16%2016%200%200%201%2026.62%2017.76l-32%2048A16%2016%200%200%201%20112%20448m48%2048a16%2016%200%200%201-13.29-24.88l64-96a16%2016%200%200%201%2026.62%2017.76l-64%2096A16%2016%200%200%201%20160%20496m112-48a16%2016%200%200%201-13.3-24.88l32-48a16%2016%200%200%201%2026.62%2017.76l-32%2048A16%2016%200%200%201%20272%20448m48%2048a16%2016%200%200%201-13.3-24.88l64-96a16%2016%200%200%201%2026.62%2017.76l-64%2096A16%2016%200%200%201%20320%20496%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M456.26%20139.37c-16.77-16.73-39.17-28.41-65.17-34a16%2016%200%200%201-11.19-9a142.24%20142.24%200%200%200-42.19-53.21C314.48%2025.39%20286.23%2016%20256%2016a140.24%20140.24%200%200%200-93.5%2035.32c-24.2%2021.56-40.91%2051.34-48.43%2085.83a16.05%2016.05%200%200%201-11.72%2012.18c-25%206.3-35.71%2012.54-49.21%2024.56C34%20190.93%2024%20214.14%2024%20240.8c0%2030.55%2011.23%2055.64%2032.47%2072.56C75.08%20328.17%20100.5%20336%20130%20336h234c33.2%200%2064.11-11.46%2087-32.28c23.84-21.65%2037-51.67%2037-84.52c0-31.49-11-59.09-31.74-79.83M112%20448a16%2016%200%200%201-13.3-24.88l32-48a16%2016%200%200%201%2026.62%2017.76l-32%2048A16%2016%200%200%201%20112%20448m48%2048a16%2016%200%200%201-13.29-24.88l64-96a16%2016%200%200%201%2026.62%2017.76l-64%2096A16%2016%200%200%201%20160%20496m112-48a16%2016%200%200%201-13.3-24.88l32-48a16%2016%200%200%201%2026.62%2017.76l-32%2048A16%2016%200%200%201%20272%20448m48%2048a16%2016%200%200%201-13.3-24.88l64-96a16%2016%200%200%201%2026.62%2017.76l-64%2096A16%2016%200%200%201%20320%20496%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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