ios rainy icon
ios-rainy-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-rainy-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios rainy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M332.1 179.4c-2.8 0-5.7-.1-8.4.3-8.3-36.8-35.2-67.6-80.3-67.6-50.9 0-82.3 38-82.3 83.6 0 2.8.1 5.5.4 8.2-27.7 2.5-49.5 31.3-49.5 59.8 0 29.2 22.9 54.6 51.6 56.2l-24.5 34.4c-1.1 1.6-2 3.4-2 5.5 0 4.6 3.7 8.3 8.3 8.3 3 0 5.6-1.6 7.1-4l31-43.8h36.1l-46.1 65.8c-1.2 1.6-2.1 3.6-2.1 5.6 0 4.6 3.7 8.3 8.3 8.3 3 0 5.6-1.8 7.2-4.3l52.6-75.5h37.9l-24.9 34.4c-1.2 1.6-2.2 3.8-2.2 5.6 0 4.6 3.7 8.3 8.3 8.3 3.1 0 5.4-1.7 7.2-4.1l31.6-44.3h34.7c.1 0 .3-.1.4-.1l-46.1 65.9c-1.3 1.7-2.3 3.6-2.3 5.8 0 4.6 3.7 8.3 8.3 8.3 3.2 0 5.5-2 7.4-4.5l55.5-79.8c26-9.9 44.6-35.8 44.6-65.2.1-37.7-30.3-71.1-67.8-71.1zm0 122.7H290l-.1-.1-.1.1H166.4c-10 0-19.5-4.6-26.7-11.9-7.2-7.3-11.1-17.2-11.1-27.4 0-19.6 15.2-39.8 34.9-43 1.7-.3 9.2-1.4 15-1.9 0 0-.5-5.6-.7-10.2-.1-4.6-.1-9.9-.1-12.1 0-36.4 29.5-66.9 65.8-66.9 15.2 0 29.5 5.1 41.3 14.7 11.5 9.3 19.6 25.4 22.8 39.7l3.3 14.7 14.9-1.9c2.2-.3 4.3-.4 6.4-.4 28.3 0 51.3 25.9 51.3 54.4-.1 28.4-23.1 52.2-51.4 52.2z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosRainyOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M332.1 179.4c-2.8 0-5.7-.1-8.4.3-8.3-36.8-35.2-67.6-80.3-67.6-50.9 0-82.3 38-82.3 83.6 0 2.8.1 5.5.4 8.2-27.7 2.5-49.5 31.3-49.5 59.8 0 29.2 22.9 54.6 51.6 56.2l-24.5 34.4c-1.1 1.6-2 3.4-2 5.5 0 4.6 3.7 8.3 8.3 8.3 3 0 5.6-1.6 7.1-4l31-43.8h36.1l-46.1 65.8c-1.2 1.6-2.1 3.6-2.1 5.6 0 4.6 3.7 8.3 8.3 8.3 3 0 5.6-1.8 7.2-4.3l52.6-75.5h37.9l-24.9 34.4c-1.2 1.6-2.2 3.8-2.2 5.6 0 4.6 3.7 8.3 8.3 8.3 3.1 0 5.4-1.7 7.2-4.1l31.6-44.3h34.7c.1 0 .3-.1.4-.1l-46.1 65.9c-1.3 1.7-2.3 3.6-2.3 5.8 0 4.6 3.7 8.3 8.3 8.3 3.2 0 5.5-2 7.4-4.5l55.5-79.8c26-9.9 44.6-35.8 44.6-65.2.1-37.7-30.3-71.1-67.8-71.1zm0 122.7H290l-.1-.1-.1.1H166.4c-10 0-19.5-4.6-26.7-11.9-7.2-7.3-11.1-17.2-11.1-27.4 0-19.6 15.2-39.8 34.9-43 1.7-.3 9.2-1.4 15-1.9 0 0-.5-5.6-.7-10.2-.1-4.6-.1-9.9-.1-12.1 0-36.4 29.5-66.9 65.8-66.9 15.2 0 29.5 5.1 41.3 14.7 11.5 9.3 19.6 25.4 22.8 39.7l3.3 14.7 14.9-1.9c2.2-.3 4.3-.4 6.4-.4 28.3 0 51.3 25.9 51.3 54.4-.1 28.4-23.1 52.2-51.4 52.2z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M332.1 179.4c-2.8 0-5.7-.1-8.4.3-8.3-36.8-35.2-67.6-80.3-67.6-50.9 0-82.3 38-82.3 83.6 0 2.8.1 5.5.4 8.2-27.7 2.5-49.5 31.3-49.5 59.8 0 29.2 22.9 54.6 51.6 56.2l-24.5 34.4c-1.1 1.6-2 3.4-2 5.5 0 4.6 3.7 8.3 8.3 8.3 3 0 5.6-1.6 7.1-4l31-43.8h36.1l-46.1 65.8c-1.2 1.6-2.1 3.6-2.1 5.6 0 4.6 3.7 8.3 8.3 8.3 3 0 5.6-1.8 7.2-4.3l52.6-75.5h37.9l-24.9 34.4c-1.2 1.6-2.2 3.8-2.2 5.6 0 4.6 3.7 8.3 8.3 8.3 3.1 0 5.4-1.7 7.2-4.1l31.6-44.3h34.7c.1 0 .3-.1.4-.1l-46.1 65.9c-1.3 1.7-2.3 3.6-2.3 5.8 0 4.6 3.7 8.3 8.3 8.3 3.2 0 5.5-2 7.4-4.5l55.5-79.8c26-9.9 44.6-35.8 44.6-65.2.1-37.7-30.3-71.1-67.8-71.1zm0 122.7H290l-.1-.1-.1.1H166.4c-10 0-19.5-4.6-26.7-11.9-7.2-7.3-11.1-17.2-11.1-27.4 0-19.6 15.2-39.8 34.9-43 1.7-.3 9.2-1.4 15-1.9 0 0-.5-5.6-.7-10.2-.1-4.6-.1-9.9-.1-12.1 0-36.4 29.5-66.9 65.8-66.9 15.2 0 29.5 5.1 41.3 14.7 11.5 9.3 19.6 25.4 22.8 39.7l3.3 14.7 14.9-1.9c2.2-.3 4.3-.4 6.4-.4 28.3 0 51.3 25.9 51.3 54.4-.1 28.4-23.1 52.2-51.4 52.2z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-rainy-outline {
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%20d%3D%22M332.1%20179.4c-2.8%200-5.7-.1-8.4.3-8.3-36.8-35.2-67.6-80.3-67.6-50.9%200-82.3%2038-82.3%2083.6%200%202.8.1%205.5.4%208.2-27.7%202.5-49.5%2031.3-49.5%2059.8%200%2029.2%2022.9%2054.6%2051.6%2056.2l-24.5%2034.4c-1.1%201.6-2%203.4-2%205.5%200%204.6%203.7%208.3%208.3%208.3%203%200%205.6-1.6%207.1-4l31-43.8h36.1l-46.1%2065.8c-1.2%201.6-2.1%203.6-2.1%205.6%200%204.6%203.7%208.3%208.3%208.3%203%200%205.6-1.8%207.2-4.3l52.6-75.5h37.9l-24.9%2034.4c-1.2%201.6-2.2%203.8-2.2%205.6%200%204.6%203.7%208.3%208.3%208.3%203.1%200%205.4-1.7%207.2-4.1l31.6-44.3h34.7c.1%200%20.3-.1.4-.1l-46.1%2065.9c-1.3%201.7-2.3%203.6-2.3%205.8%200%204.6%203.7%208.3%208.3%208.3%203.2%200%205.5-2%207.4-4.5l55.5-79.8c26-9.9%2044.6-35.8%2044.6-65.2.1-37.7-30.3-71.1-67.8-71.1zm0%20122.7H290l-.1-.1-.1.1H166.4c-10%200-19.5-4.6-26.7-11.9-7.2-7.3-11.1-17.2-11.1-27.4%200-19.6%2015.2-39.8%2034.9-43%201.7-.3%209.2-1.4%2015-1.9%200%200-.5-5.6-.7-10.2-.1-4.6-.1-9.9-.1-12.1%200-36.4%2029.5-66.9%2065.8-66.9%2015.2%200%2029.5%205.1%2041.3%2014.7%2011.5%209.3%2019.6%2025.4%2022.8%2039.7l3.3%2014.7%2014.9-1.9c2.2-.3%204.3-.4%206.4-.4%2028.3%200%2051.3%2025.9%2051.3%2054.4-.1%2028.4-23.1%2052.2-51.4%2052.2z%22%20fill%3D%22currentColor%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%20d%3D%22M332.1%20179.4c-2.8%200-5.7-.1-8.4.3-8.3-36.8-35.2-67.6-80.3-67.6-50.9%200-82.3%2038-82.3%2083.6%200%202.8.1%205.5.4%208.2-27.7%202.5-49.5%2031.3-49.5%2059.8%200%2029.2%2022.9%2054.6%2051.6%2056.2l-24.5%2034.4c-1.1%201.6-2%203.4-2%205.5%200%204.6%203.7%208.3%208.3%208.3%203%200%205.6-1.6%207.1-4l31-43.8h36.1l-46.1%2065.8c-1.2%201.6-2.1%203.6-2.1%205.6%200%204.6%203.7%208.3%208.3%208.3%203%200%205.6-1.8%207.2-4.3l52.6-75.5h37.9l-24.9%2034.4c-1.2%201.6-2.2%203.8-2.2%205.6%200%204.6%203.7%208.3%208.3%208.3%203.1%200%205.4-1.7%207.2-4.1l31.6-44.3h34.7c.1%200%20.3-.1.4-.1l-46.1%2065.9c-1.3%201.7-2.3%203.6-2.3%205.8%200%204.6%203.7%208.3%208.3%208.3%203.2%200%205.5-2%207.4-4.5l55.5-79.8c26-9.9%2044.6-35.8%2044.6-65.2.1-37.7-30.3-71.1-67.8-71.1zm0%20122.7H290l-.1-.1-.1.1H166.4c-10%200-19.5-4.6-26.7-11.9-7.2-7.3-11.1-17.2-11.1-27.4%200-19.6%2015.2-39.8%2034.9-43%201.7-.3%209.2-1.4%2015-1.9%200%200-.5-5.6-.7-10.2-.1-4.6-.1-9.9-.1-12.1%200-36.4%2029.5-66.9%2065.8-66.9%2015.2%200%2029.5%205.1%2041.3%2014.7%2011.5%209.3%2019.6%2025.4%2022.8%2039.7l3.3%2014.7%2014.9-1.9c2.2-.3%204.3-.4%206.4-.4%2028.3%200%2051.3%2025.9%2051.3%2054.4-.1%2028.4-23.1%2052.2-51.4%2052.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-rainy-outline.svg?color=%231a73e8&size=48