ios rainy icon
ios-rainy from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-rainy
- Set
- IonIcons
- Style
- Regular
- 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="M433.9 175.6c-19-17.6-44.6-27.3-72.1-27.3h-5.6c-6.5-23.5-19.4-43.5-37.6-58.2C297.3 73 269.5 64 238.1 64c-32.7 0-63.2 11.7-86 32.9-22.8 21.2-35.5 50-36.1 81.4-17.5 4-33.6 13.7-46 27.9-14.2 16.2-22 36.6-22 57.4 0 44.6 34.9 82.6 77.4 86L101.2 382c-2.4 3.2-3.3 7.2-2.7 11.1.6 3.9 2.8 7.3 6 9.6 2.5 1.8 5.5 2.7 8.6 2.7 5.2 0 9.8-2.1 12.5-5.8l37.1-50h35.1l-55.3 75.1c-2.3 3.2-3.4 6.9-2.9 10.6.5 3.9 2.6 7.4 5.9 9.8 3.5 2.5 7.5 2.8 9 2.8 7.2 0 11.2-3.5 13.4-6.4l67.4-91.8H270L246 382c-2.4 3.3-3.4 7.2-2.7 11.1.6 3.9 2.8 7.3 6 9.6 2.5 1.8 5.5 2.7 8.6 2.7 5.2 0 9.8-2.1 12.5-5.8l37-50h35.1l-55.3 75.1c-2.3 3.2-3.4 7-2.9 10.6.5 3.8 2.6 7.2 5.9 9.6 2.6 1.9 5.9 3 8.9 3 5.1 0 9.7-2.2 12.5-6l69.7-95.1c22.4-4.5 43-16.6 58.1-34.5 15.9-18.8 24.7-42.6 24.7-67.1-.1-26.8-10.8-51.6-30.2-69.6z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosRainy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M433.9 175.6c-19-17.6-44.6-27.3-72.1-27.3h-5.6c-6.5-23.5-19.4-43.5-37.6-58.2C297.3 73 269.5 64 238.1 64c-32.7 0-63.2 11.7-86 32.9-22.8 21.2-35.5 50-36.1 81.4-17.5 4-33.6 13.7-46 27.9-14.2 16.2-22 36.6-22 57.4 0 44.6 34.9 82.6 77.4 86L101.2 382c-2.4 3.2-3.3 7.2-2.7 11.1.6 3.9 2.8 7.3 6 9.6 2.5 1.8 5.5 2.7 8.6 2.7 5.2 0 9.8-2.1 12.5-5.8l37.1-50h35.1l-55.3 75.1c-2.3 3.2-3.4 6.9-2.9 10.6.5 3.9 2.6 7.4 5.9 9.8 3.5 2.5 7.5 2.8 9 2.8 7.2 0 11.2-3.5 13.4-6.4l67.4-91.8H270L246 382c-2.4 3.3-3.4 7.2-2.7 11.1.6 3.9 2.8 7.3 6 9.6 2.5 1.8 5.5 2.7 8.6 2.7 5.2 0 9.8-2.1 12.5-5.8l37-50h35.1l-55.3 75.1c-2.3 3.2-3.4 7-2.9 10.6.5 3.8 2.6 7.2 5.9 9.6 2.6 1.9 5.9 3 8.9 3 5.1 0 9.7-2.2 12.5-6l69.7-95.1c22.4-4.5 43-16.6 58.1-34.5 15.9-18.8 24.7-42.6 24.7-67.1-.1-26.8-10.8-51.6-30.2-69.6z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M433.9 175.6c-19-17.6-44.6-27.3-72.1-27.3h-5.6c-6.5-23.5-19.4-43.5-37.6-58.2C297.3 73 269.5 64 238.1 64c-32.7 0-63.2 11.7-86 32.9-22.8 21.2-35.5 50-36.1 81.4-17.5 4-33.6 13.7-46 27.9-14.2 16.2-22 36.6-22 57.4 0 44.6 34.9 82.6 77.4 86L101.2 382c-2.4 3.2-3.3 7.2-2.7 11.1.6 3.9 2.8 7.3 6 9.6 2.5 1.8 5.5 2.7 8.6 2.7 5.2 0 9.8-2.1 12.5-5.8l37.1-50h35.1l-55.3 75.1c-2.3 3.2-3.4 6.9-2.9 10.6.5 3.9 2.6 7.4 5.9 9.8 3.5 2.5 7.5 2.8 9 2.8 7.2 0 11.2-3.5 13.4-6.4l67.4-91.8H270L246 382c-2.4 3.3-3.4 7.2-2.7 11.1.6 3.9 2.8 7.3 6 9.6 2.5 1.8 5.5 2.7 8.6 2.7 5.2 0 9.8-2.1 12.5-5.8l37-50h35.1l-55.3 75.1c-2.3 3.2-3.4 7-2.9 10.6.5 3.8 2.6 7.2 5.9 9.6 2.6 1.9 5.9 3 8.9 3 5.1 0 9.7-2.2 12.5-6l69.7-95.1c22.4-4.5 43-16.6 58.1-34.5 15.9-18.8 24.7-42.6 24.7-67.1-.1-26.8-10.8-51.6-30.2-69.6z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-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%20d%3D%22M433.9%20175.6c-19-17.6-44.6-27.3-72.1-27.3h-5.6c-6.5-23.5-19.4-43.5-37.6-58.2C297.3%2073%20269.5%2064%20238.1%2064c-32.7%200-63.2%2011.7-86%2032.9-22.8%2021.2-35.5%2050-36.1%2081.4-17.5%204-33.6%2013.7-46%2027.9-14.2%2016.2-22%2036.6-22%2057.4%200%2044.6%2034.9%2082.6%2077.4%2086L101.2%20382c-2.4%203.2-3.3%207.2-2.7%2011.1.6%203.9%202.8%207.3%206%209.6%202.5%201.8%205.5%202.7%208.6%202.7%205.2%200%209.8-2.1%2012.5-5.8l37.1-50h35.1l-55.3%2075.1c-2.3%203.2-3.4%206.9-2.9%2010.6.5%203.9%202.6%207.4%205.9%209.8%203.5%202.5%207.5%202.8%209%202.8%207.2%200%2011.2-3.5%2013.4-6.4l67.4-91.8H270L246%20382c-2.4%203.3-3.4%207.2-2.7%2011.1.6%203.9%202.8%207.3%206%209.6%202.5%201.8%205.5%202.7%208.6%202.7%205.2%200%209.8-2.1%2012.5-5.8l37-50h35.1l-55.3%2075.1c-2.3%203.2-3.4%207-2.9%2010.6.5%203.8%202.6%207.2%205.9%209.6%202.6%201.9%205.9%203%208.9%203%205.1%200%209.7-2.2%2012.5-6l69.7-95.1c22.4-4.5%2043-16.6%2058.1-34.5%2015.9-18.8%2024.7-42.6%2024.7-67.1-.1-26.8-10.8-51.6-30.2-69.6z%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%22M433.9%20175.6c-19-17.6-44.6-27.3-72.1-27.3h-5.6c-6.5-23.5-19.4-43.5-37.6-58.2C297.3%2073%20269.5%2064%20238.1%2064c-32.7%200-63.2%2011.7-86%2032.9-22.8%2021.2-35.5%2050-36.1%2081.4-17.5%204-33.6%2013.7-46%2027.9-14.2%2016.2-22%2036.6-22%2057.4%200%2044.6%2034.9%2082.6%2077.4%2086L101.2%20382c-2.4%203.2-3.3%207.2-2.7%2011.1.6%203.9%202.8%207.3%206%209.6%202.5%201.8%205.5%202.7%208.6%202.7%205.2%200%209.8-2.1%2012.5-5.8l37.1-50h35.1l-55.3%2075.1c-2.3%203.2-3.4%206.9-2.9%2010.6.5%203.9%202.6%207.4%205.9%209.8%203.5%202.5%207.5%202.8%209%202.8%207.2%200%2011.2-3.5%2013.4-6.4l67.4-91.8H270L246%20382c-2.4%203.3-3.4%207.2-2.7%2011.1.6%203.9%202.8%207.3%206%209.6%202.5%201.8%205.5%202.7%208.6%202.7%205.2%200%209.8-2.1%2012.5-5.8l37-50h35.1l-55.3%2075.1c-2.3%203.2-3.4%207-2.9%2010.6.5%203.8%202.6%207.2%205.9%209.6%202.6%201.9%205.9%203%208.9%203%205.1%200%209.7-2.2%2012.5-6l69.7-95.1c22.4-4.5%2043-16.6%2058.1-34.5%2015.9-18.8%2024.7-42.6%2024.7-67.1-.1-26.8-10.8-51.6-30.2-69.6z%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.svg?color=%231a73e8&size=48