ios cloud download icon
ios-cloud-download-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-cloud-download-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 cloud download icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M193.2 381.2l-11.6 11.4 74.5 73.4 74.5-73.4-11.6-11.4-54.7 53.8V192.9h-16.4V435z" fill="currentColor"/><path d="M399.2 164.4c0-1.2.2-2.3.2-3.5C399.4 97.4 346.5 46 282.6 46c-46.1 0-85.8 26.8-104.4 65.4-8.1-4-17.1-6.3-26.8-6.3-29.6 0-54.1 23.3-58.9 51.3-35.2 12-60.6 43.4-60.6 82.4 0 49.1 40.1 89.2 89.6 89.2H213v-16h-90.7c-40.9 0-74.2-33.2-74.2-73.7 0-31.4 20.2-57.5 50.2-67.7l8.4-2.8 1.5-8.7c3.6-21.3 22.1-38.8 43.9-38.8 6.9 0 13.7 1.6 19.9 4.7l13.5 6.7 6.5-13.6c16.6-34.4 52.1-56.6 90.4-56.6 55.3 0 100.9 42.8 100.9 97.6 0 13.1-.2 20.1-.2 20.1l15.2.1c36.7.5 65.6 30 65.6 66.4 0 36.3-29.8 66.1-66.5 66.3l-3.2.1H297v16h101c45 0 81.9-37.2 81.9-82.1 0-45-35.4-81.5-80.7-81.6z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosCloudDownloadOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M193.2 381.2l-11.6 11.4 74.5 73.4 74.5-73.4-11.6-11.4-54.7 53.8V192.9h-16.4V435z" fill="currentColor"/><path d="M399.2 164.4c0-1.2.2-2.3.2-3.5C399.4 97.4 346.5 46 282.6 46c-46.1 0-85.8 26.8-104.4 65.4-8.1-4-17.1-6.3-26.8-6.3-29.6 0-54.1 23.3-58.9 51.3-35.2 12-60.6 43.4-60.6 82.4 0 49.1 40.1 89.2 89.6 89.2H213v-16h-90.7c-40.9 0-74.2-33.2-74.2-73.7 0-31.4 20.2-57.5 50.2-67.7l8.4-2.8 1.5-8.7c3.6-21.3 22.1-38.8 43.9-38.8 6.9 0 13.7 1.6 19.9 4.7l13.5 6.7 6.5-13.6c16.6-34.4 52.1-56.6 90.4-56.6 55.3 0 100.9 42.8 100.9 97.6 0 13.1-.2 20.1-.2 20.1l15.2.1c36.7.5 65.6 30 65.6 66.4 0 36.3-29.8 66.1-66.5 66.3l-3.2.1H297v16h101c45 0 81.9-37.2 81.9-82.1 0-45-35.4-81.5-80.7-81.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="M193.2 381.2l-11.6 11.4 74.5 73.4 74.5-73.4-11.6-11.4-54.7 53.8V192.9h-16.4V435z" fill="currentColor"/><path d="M399.2 164.4c0-1.2.2-2.3.2-3.5C399.4 97.4 346.5 46 282.6 46c-46.1 0-85.8 26.8-104.4 65.4-8.1-4-17.1-6.3-26.8-6.3-29.6 0-54.1 23.3-58.9 51.3-35.2 12-60.6 43.4-60.6 82.4 0 49.1 40.1 89.2 89.6 89.2H213v-16h-90.7c-40.9 0-74.2-33.2-74.2-73.7 0-31.4 20.2-57.5 50.2-67.7l8.4-2.8 1.5-8.7c3.6-21.3 22.1-38.8 43.9-38.8 6.9 0 13.7 1.6 19.9 4.7l13.5 6.7 6.5-13.6c16.6-34.4 52.1-56.6 90.4-56.6 55.3 0 100.9 42.8 100.9 97.6 0 13.1-.2 20.1-.2 20.1l15.2.1c36.7.5 65.6 30 65.6 66.4 0 36.3-29.8 66.1-66.5 66.3l-3.2.1H297v16h101c45 0 81.9-37.2 81.9-82.1 0-45-35.4-81.5-80.7-81.6z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-cloud-download-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%22M193.2%20381.2l-11.6%2011.4%2074.5%2073.4%2074.5-73.4-11.6-11.4-54.7%2053.8V192.9h-16.4V435z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M399.2%20164.4c0-1.2.2-2.3.2-3.5C399.4%2097.4%20346.5%2046%20282.6%2046c-46.1%200-85.8%2026.8-104.4%2065.4-8.1-4-17.1-6.3-26.8-6.3-29.6%200-54.1%2023.3-58.9%2051.3-35.2%2012-60.6%2043.4-60.6%2082.4%200%2049.1%2040.1%2089.2%2089.6%2089.2H213v-16h-90.7c-40.9%200-74.2-33.2-74.2-73.7%200-31.4%2020.2-57.5%2050.2-67.7l8.4-2.8%201.5-8.7c3.6-21.3%2022.1-38.8%2043.9-38.8%206.9%200%2013.7%201.6%2019.9%204.7l13.5%206.7%206.5-13.6c16.6-34.4%2052.1-56.6%2090.4-56.6%2055.3%200%20100.9%2042.8%20100.9%2097.6%200%2013.1-.2%2020.1-.2%2020.1l15.2.1c36.7.5%2065.6%2030%2065.6%2066.4%200%2036.3-29.8%2066.1-66.5%2066.3l-3.2.1H297v16h101c45%200%2081.9-37.2%2081.9-82.1%200-45-35.4-81.5-80.7-81.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%22M193.2%20381.2l-11.6%2011.4%2074.5%2073.4%2074.5-73.4-11.6-11.4-54.7%2053.8V192.9h-16.4V435z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M399.2%20164.4c0-1.2.2-2.3.2-3.5C399.4%2097.4%20346.5%2046%20282.6%2046c-46.1%200-85.8%2026.8-104.4%2065.4-8.1-4-17.1-6.3-26.8-6.3-29.6%200-54.1%2023.3-58.9%2051.3-35.2%2012-60.6%2043.4-60.6%2082.4%200%2049.1%2040.1%2089.2%2089.6%2089.2H213v-16h-90.7c-40.9%200-74.2-33.2-74.2-73.7%200-31.4%2020.2-57.5%2050.2-67.7l8.4-2.8%201.5-8.7c3.6-21.3%2022.1-38.8%2043.9-38.8%206.9%200%2013.7%201.6%2019.9%204.7l13.5%206.7%206.5-13.6c16.6-34.4%2052.1-56.6%2090.4-56.6%2055.3%200%20100.9%2042.8%20100.9%2097.6%200%2013.1-.2%2020.1-.2%2020.1l15.2.1c36.7.5%2065.6%2030%2065.6%2066.4%200%2036.3-29.8%2066.1-66.5%2066.3l-3.2.1H297v16h101c45%200%2081.9-37.2%2081.9-82.1%200-45-35.4-81.5-80.7-81.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-cloud-download-outline.svg?color=%231a73e8&size=48