ios cloud upload icon
ios-cloud-upload-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-cloud-upload-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 upload icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M193.3 260.4l-11.6-11.6 74.5-74.3 74.5 74.3-11.7 11.6-54.6-54.6v241.8h-16.5V205.8z" fill="currentColor"/><path d="M399.3 183.6c0-1.2.2-2.4.2-3.6 0-64.3-52.8-116.4-116.8-116.4-46.1 0-85.8 27.1-104.4 66.3-8.1-4.1-17.1-6.4-26.8-6.4-29.6 0-54.1 23.6-58.9 52C57.4 187.6 32 222.2 32 261.8c0 49.7 40.1 90.2 89.6 90.2H213v-16h-90.6c-40.9 0-74.2-33.5-74.2-74.6 0-31.8 20.2-61.2 50.2-71.6l8.4-2.9 1.5-8.8c3.6-21.6 22.1-39.3 43.9-39.3 6.9 0 13.7 1.6 19.9 4.8l13.5 6.8 6.5-13.7c16.6-34.9 52.1-57.4 90.4-57.4 55.3 0 100.9 43.3 100.9 98.9 0 13.3-.2 20.3-.2 20.3l15.2.1c36.6.5 65.6 33.4 65.6 70.3 0 36.8-29.8 66.9-66.5 67.1H297v16h101c45 0 82-37.3 82-82.8s-35.5-85.5-80.7-85.6z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosCloudUploadOutline(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.3 260.4l-11.6-11.6 74.5-74.3 74.5 74.3-11.7 11.6-54.6-54.6v241.8h-16.5V205.8z" fill="currentColor"/><path d="M399.3 183.6c0-1.2.2-2.4.2-3.6 0-64.3-52.8-116.4-116.8-116.4-46.1 0-85.8 27.1-104.4 66.3-8.1-4.1-17.1-6.4-26.8-6.4-29.6 0-54.1 23.6-58.9 52C57.4 187.6 32 222.2 32 261.8c0 49.7 40.1 90.2 89.6 90.2H213v-16h-90.6c-40.9 0-74.2-33.5-74.2-74.6 0-31.8 20.2-61.2 50.2-71.6l8.4-2.9 1.5-8.8c3.6-21.6 22.1-39.3 43.9-39.3 6.9 0 13.7 1.6 19.9 4.8l13.5 6.8 6.5-13.7c16.6-34.9 52.1-57.4 90.4-57.4 55.3 0 100.9 43.3 100.9 98.9 0 13.3-.2 20.3-.2 20.3l15.2.1c36.6.5 65.6 33.4 65.6 70.3 0 36.8-29.8 66.9-66.5 67.1H297v16h101c45 0 82-37.3 82-82.8s-35.5-85.5-80.7-85.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.3 260.4l-11.6-11.6 74.5-74.3 74.5 74.3-11.7 11.6-54.6-54.6v241.8h-16.5V205.8z" fill="currentColor"/><path d="M399.3 183.6c0-1.2.2-2.4.2-3.6 0-64.3-52.8-116.4-116.8-116.4-46.1 0-85.8 27.1-104.4 66.3-8.1-4.1-17.1-6.4-26.8-6.4-29.6 0-54.1 23.6-58.9 52C57.4 187.6 32 222.2 32 261.8c0 49.7 40.1 90.2 89.6 90.2H213v-16h-90.6c-40.9 0-74.2-33.5-74.2-74.6 0-31.8 20.2-61.2 50.2-71.6l8.4-2.9 1.5-8.8c3.6-21.6 22.1-39.3 43.9-39.3 6.9 0 13.7 1.6 19.9 4.8l13.5 6.8 6.5-13.7c16.6-34.9 52.1-57.4 90.4-57.4 55.3 0 100.9 43.3 100.9 98.9 0 13.3-.2 20.3-.2 20.3l15.2.1c36.6.5 65.6 33.4 65.6 70.3 0 36.8-29.8 66.9-66.5 67.1H297v16h101c45 0 82-37.3 82-82.8s-35.5-85.5-80.7-85.6z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-cloud-upload-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.3%20260.4l-11.6-11.6%2074.5-74.3%2074.5%2074.3-11.7%2011.6-54.6-54.6v241.8h-16.5V205.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M399.3%20183.6c0-1.2.2-2.4.2-3.6%200-64.3-52.8-116.4-116.8-116.4-46.1%200-85.8%2027.1-104.4%2066.3-8.1-4.1-17.1-6.4-26.8-6.4-29.6%200-54.1%2023.6-58.9%2052C57.4%20187.6%2032%20222.2%2032%20261.8c0%2049.7%2040.1%2090.2%2089.6%2090.2H213v-16h-90.6c-40.9%200-74.2-33.5-74.2-74.6%200-31.8%2020.2-61.2%2050.2-71.6l8.4-2.9%201.5-8.8c3.6-21.6%2022.1-39.3%2043.9-39.3%206.9%200%2013.7%201.6%2019.9%204.8l13.5%206.8%206.5-13.7c16.6-34.9%2052.1-57.4%2090.4-57.4%2055.3%200%20100.9%2043.3%20100.9%2098.9%200%2013.3-.2%2020.3-.2%2020.3l15.2.1c36.6.5%2065.6%2033.4%2065.6%2070.3%200%2036.8-29.8%2066.9-66.5%2067.1H297v16h101c45%200%2082-37.3%2082-82.8s-35.5-85.5-80.7-85.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.3%20260.4l-11.6-11.6%2074.5-74.3%2074.5%2074.3-11.7%2011.6-54.6-54.6v241.8h-16.5V205.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M399.3%20183.6c0-1.2.2-2.4.2-3.6%200-64.3-52.8-116.4-116.8-116.4-46.1%200-85.8%2027.1-104.4%2066.3-8.1-4.1-17.1-6.4-26.8-6.4-29.6%200-54.1%2023.6-58.9%2052C57.4%20187.6%2032%20222.2%2032%20261.8c0%2049.7%2040.1%2090.2%2089.6%2090.2H213v-16h-90.6c-40.9%200-74.2-33.5-74.2-74.6%200-31.8%2020.2-61.2%2050.2-71.6l8.4-2.9%201.5-8.8c3.6-21.6%2022.1-39.3%2043.9-39.3%206.9%200%2013.7%201.6%2019.9%204.8l13.5%206.8%206.5-13.7c16.6-34.9%2052.1-57.4%2090.4-57.4%2055.3%200%20100.9%2043.3%20100.9%2098.9%200%2013.3-.2%2020.3-.2%2020.3l15.2.1c36.6.5%2065.6%2033.4%2065.6%2070.3%200%2036.8-29.8%2066.9-66.5%2067.1H297v16h101c45%200%2082-37.3%2082-82.8s-35.5-85.5-80.7-85.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-upload-outline.svg?color=%231a73e8&size=48