cloud upload icon
cloud-upload-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- cloud-upload-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
cloud-uploadAkar Iconscloud-upload-outlinedAnt Design Iconscloud-uploadBootstrap Iconscloud-uploadBoxIcons v2cloud-uploadBoxIcons v2 Solidcloud-uploadCarboncloud-uploadCodiconscloud-upload-fillEva Iconscloud-uploadFramework7 Iconscloud-uploadFont Awesome Solidcloud-uploadHuge Iconscloud-uploadIconoircloud-uploadIonIconscloud-uploadLucidecloud-uploadMajesticonscloud-uploadMaterial Symbolscloud-uploadMaterial Design Iconscloud-uploadMyna UI Iconscloud-uploadOcticonscloud-uploadPixelarticonscloud-uploadPrime Iconscloud-upload-boldSolarcloud-uploadTabler Iconscloud-uploadTDesign Icons
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the cloud upload icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.5 11.58l-1.766 1.76q-.135.14-.338.14t-.35-.145q-.16-.14-.15-.354t.15-.354l2.389-2.388q.242-.243.565-.243t.566.243l2.388 2.388q.14.14.153.349t-.153.36q-.14.139-.351.132q-.21-.006-.357-.147l-1.746-1.74v5.804q0 .23.192.423t.423.192H18.5q1.05 0 1.775-.725T21 15.5t-.725-1.775T18.5 13H17v-2q0-2.075-1.463-3.538T12 6T8.463 7.463T7 11h-.538q-1.393 0-2.427 1.025T3 14.5t1.025 2.475T6.5 18h2q.213 0 .356.144t.144.357t-.144.356T8.5 19h-2q-1.871 0-3.185-1.301Q2 16.397 2 14.516q0-1.776 1.223-3.08t2.873-1.402q.337-2.185 2.01-3.61T12 5q2.507 0 4.254 1.747Q18 8.493 18 11v1h.616q1.436.046 2.41 1.055T22 15.5q0 1.471-.995 2.486Q20.01 19 18.539 19h-5.424q-.69 0-1.152-.462t-.463-1.154zm.5.92"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCloudUploadOutlineRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.5 11.58l-1.766 1.76q-.135.14-.338.14t-.35-.145q-.16-.14-.15-.354t.15-.354l2.389-2.388q.242-.243.565-.243t.566.243l2.388 2.388q.14.14.153.349t-.153.36q-.14.139-.351.132q-.21-.006-.357-.147l-1.746-1.74v5.804q0 .23.192.423t.423.192H18.5q1.05 0 1.775-.725T21 15.5t-.725-1.775T18.5 13H17v-2q0-2.075-1.463-3.538T12 6T8.463 7.463T7 11h-.538q-1.393 0-2.427 1.025T3 14.5t1.025 2.475T6.5 18h2q.213 0 .356.144t.144.357t-.144.356T8.5 19h-2q-1.871 0-3.185-1.301Q2 16.397 2 14.516q0-1.776 1.223-3.08t2.873-1.402q.337-2.185 2.01-3.61T12 5q2.507 0 4.254 1.747Q18 8.493 18 11v1h.616q1.436.046 2.41 1.055T22 15.5q0 1.471-.995 2.486Q20.01 19 18.539 19h-5.424q-.69 0-1.152-.462t-.463-1.154zm.5.92"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.5 11.58l-1.766 1.76q-.135.14-.338.14t-.35-.145q-.16-.14-.15-.354t.15-.354l2.389-2.388q.242-.243.565-.243t.566.243l2.388 2.388q.14.14.153.349t-.153.36q-.14.139-.351.132q-.21-.006-.357-.147l-1.746-1.74v5.804q0 .23.192.423t.423.192H18.5q1.05 0 1.775-.725T21 15.5t-.725-1.775T18.5 13H17v-2q0-2.075-1.463-3.538T12 6T8.463 7.463T7 11h-.538q-1.393 0-2.427 1.025T3 14.5t1.025 2.475T6.5 18h2q.213 0 .356.144t.144.357t-.144.356T8.5 19h-2q-1.871 0-3.185-1.301Q2 16.397 2 14.516q0-1.776 1.223-3.08t2.873-1.402q.337-2.185 2.01-3.61T12 5q2.507 0 4.254 1.747Q18 8.493 18 11v1h.616q1.436.046 2.41 1.055T22 15.5q0 1.471-.995 2.486Q20.01 19 18.539 19h-5.424q-.69 0-1.152-.462t-.463-1.154zm.5.92"/></svg> </template>
CSS
.icon-cloud-upload-outline-rounded {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.5%2011.58l-1.766%201.76q-.135.14-.338.14t-.35-.145q-.16-.14-.15-.354t.15-.354l2.389-2.388q.242-.243.565-.243t.566.243l2.388%202.388q.14.14.153.349t-.153.36q-.14.139-.351.132q-.21-.006-.357-.147l-1.746-1.74v5.804q0%20.23.192.423t.423.192H18.5q1.05%200%201.775-.725T21%2015.5t-.725-1.775T18.5%2013H17v-2q0-2.075-1.463-3.538T12%206T8.463%207.463T7%2011h-.538q-1.393%200-2.427%201.025T3%2014.5t1.025%202.475T6.5%2018h2q.213%200%20.356.144t.144.357t-.144.356T8.5%2019h-2q-1.871%200-3.185-1.301Q2%2016.397%202%2014.516q0-1.776%201.223-3.08t2.873-1.402q.337-2.185%202.01-3.61T12%205q2.507%200%204.254%201.747Q18%208.493%2018%2011v1h.616q1.436.046%202.41%201.055T22%2015.5q0%201.471-.995%202.486Q20.01%2019%2018.539%2019h-5.424q-.69%200-1.152-.462t-.463-1.154zm.5.92%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.5%2011.58l-1.766%201.76q-.135.14-.338.14t-.35-.145q-.16-.14-.15-.354t.15-.354l2.389-2.388q.242-.243.565-.243t.566.243l2.388%202.388q.14.14.153.349t-.153.36q-.14.139-.351.132q-.21-.006-.357-.147l-1.746-1.74v5.804q0%20.23.192.423t.423.192H18.5q1.05%200%201.775-.725T21%2015.5t-.725-1.775T18.5%2013H17v-2q0-2.075-1.463-3.538T12%206T8.463%207.463T7%2011h-.538q-1.393%200-2.427%201.025T3%2014.5t1.025%202.475T6.5%2018h2q.213%200%20.356.144t.144.357t-.144.356T8.5%2019h-2q-1.871%200-3.185-1.301Q2%2016.397%202%2014.516q0-1.776%201.223-3.08t2.873-1.402q.337-2.185%202.01-3.61T12%205q2.507%200%204.254%201.747Q18%208.493%2018%2011v1h.616q1.436.046%202.41%201.055T22%2015.5q0%201.471-.995%202.486Q20.01%2019%2018.539%2019h-5.424q-.69%200-1.152-.462t-.463-1.154zm.5.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/cloud-upload-outline-rounded.svg?color=%231a73e8&size=48