cloud upload icon
cloud-upload-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.
- Name
- cloud-upload-line
- Set
- Majesticons
- Style
- Line
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
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-uploadMaterial Symbolscloud-uploadMaterial Symbols Lightcloud-uploadMaterial Design Iconscloud-uploadMyna UI Iconscloud-uploadOcticonscloud-uploadPixelarticonscloud-uploadPrime Iconscloud-upload-boldSolarcloud-uploadTabler Iconscloud-uploadTDesign Icons
Related icons in Majesticons
Use the cloud upload icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.5 6c-2.294 0-3.71 1.655-4.106 2.447A1 1 0 0 1 7.5 9c-.757 0-1.914.235-2.853.912C3.758 10.552 3 11.626 3 13.5s.758 2.949 1.647 3.588c.94.677 2.096.912 2.853.912a1 1 0 1 1 0 2c-1.077 0-2.67-.315-4.022-1.288C2.075 17.701 1 16.026 1 13.5s1.075-4.201 2.478-5.212c1.124-.809 2.413-1.163 3.435-1.26C7.751 5.773 9.626 4 12.5 4c2.13 0 3.65 1.08 4.607 2.33a7.133 7.133 0 0 1 1.285 2.745c.785.127 1.695.43 2.505 1.014C22.092 10.948 23 12.373 23 14.5c0 2.126-.908 3.551-2.103 4.412C19.753 19.735 18.41 20 17.5 20a1 1 0 1 1 0-2c.59 0 1.497-.185 2.228-.712c.68-.49 1.272-1.314 1.272-2.788c0-1.474-.592-2.299-1.272-2.789c-.73-.526-1.638-.711-2.228-.711a1 1 0 0 1-1-1c0-.502-.284-1.543-.982-2.455C14.85 6.67 13.87 6 12.5 6zm-1.207 4.293a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414L13 13.414V19a1 1 0 1 1-2 0v-5.586l-1.293 1.293a1 1 0 0 1-1.414-1.414l3-3z"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsCloudUploadLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.5 6c-2.294 0-3.71 1.655-4.106 2.447A1 1 0 0 1 7.5 9c-.757 0-1.914.235-2.853.912C3.758 10.552 3 11.626 3 13.5s.758 2.949 1.647 3.588c.94.677 2.096.912 2.853.912a1 1 0 1 1 0 2c-1.077 0-2.67-.315-4.022-1.288C2.075 17.701 1 16.026 1 13.5s1.075-4.201 2.478-5.212c1.124-.809 2.413-1.163 3.435-1.26C7.751 5.773 9.626 4 12.5 4c2.13 0 3.65 1.08 4.607 2.33a7.133 7.133 0 0 1 1.285 2.745c.785.127 1.695.43 2.505 1.014C22.092 10.948 23 12.373 23 14.5c0 2.126-.908 3.551-2.103 4.412C19.753 19.735 18.41 20 17.5 20a1 1 0 1 1 0-2c.59 0 1.497-.185 2.228-.712c.68-.49 1.272-1.314 1.272-2.788c0-1.474-.592-2.299-1.272-2.789c-.73-.526-1.638-.711-2.228-.711a1 1 0 0 1-1-1c0-.502-.284-1.543-.982-2.455C14.85 6.67 13.87 6 12.5 6zm-1.207 4.293a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414L13 13.414V19a1 1 0 1 1-2 0v-5.586l-1.293 1.293a1 1 0 0 1-1.414-1.414l3-3z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.5 6c-2.294 0-3.71 1.655-4.106 2.447A1 1 0 0 1 7.5 9c-.757 0-1.914.235-2.853.912C3.758 10.552 3 11.626 3 13.5s.758 2.949 1.647 3.588c.94.677 2.096.912 2.853.912a1 1 0 1 1 0 2c-1.077 0-2.67-.315-4.022-1.288C2.075 17.701 1 16.026 1 13.5s1.075-4.201 2.478-5.212c1.124-.809 2.413-1.163 3.435-1.26C7.751 5.773 9.626 4 12.5 4c2.13 0 3.65 1.08 4.607 2.33a7.133 7.133 0 0 1 1.285 2.745c.785.127 1.695.43 2.505 1.014C22.092 10.948 23 12.373 23 14.5c0 2.126-.908 3.551-2.103 4.412C19.753 19.735 18.41 20 17.5 20a1 1 0 1 1 0-2c.59 0 1.497-.185 2.228-.712c.68-.49 1.272-1.314 1.272-2.788c0-1.474-.592-2.299-1.272-2.789c-.73-.526-1.638-.711-2.228-.711a1 1 0 0 1-1-1c0-.502-.284-1.543-.982-2.455C14.85 6.67 13.87 6 12.5 6zm-1.207 4.293a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414L13 13.414V19a1 1 0 1 1-2 0v-5.586l-1.293 1.293a1 1 0 0 1-1.414-1.414l3-3z"/></g></svg> </template>
CSS
.icon-cloud-upload-line {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.5%206c-2.294%200-3.71%201.655-4.106%202.447A1%201%200%200%201%207.5%209c-.757%200-1.914.235-2.853.912C3.758%2010.552%203%2011.626%203%2013.5s.758%202.949%201.647%203.588c.94.677%202.096.912%202.853.912a1%201%200%201%201%200%202c-1.077%200-2.67-.315-4.022-1.288C2.075%2017.701%201%2016.026%201%2013.5s1.075-4.201%202.478-5.212c1.124-.809%202.413-1.163%203.435-1.26C7.751%205.773%209.626%204%2012.5%204c2.13%200%203.65%201.08%204.607%202.33a7.133%207.133%200%200%201%201.285%202.745c.785.127%201.695.43%202.505%201.014C22.092%2010.948%2023%2012.373%2023%2014.5c0%202.126-.908%203.551-2.103%204.412C19.753%2019.735%2018.41%2020%2017.5%2020a1%201%200%201%201%200-2c.59%200%201.497-.185%202.228-.712c.68-.49%201.272-1.314%201.272-2.788c0-1.474-.592-2.299-1.272-2.789c-.73-.526-1.638-.711-2.228-.711a1%201%200%200%201-1-1c0-.502-.284-1.543-.982-2.455C14.85%206.67%2013.87%206%2012.5%206zm-1.207%204.293a1%201%200%200%201%201.414%200l3%203a1%201%200%200%201-1.414%201.414L13%2013.414V19a1%201%200%201%201-2%200v-5.586l-1.293%201.293a1%201%200%200%201-1.414-1.414l3-3z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.5%206c-2.294%200-3.71%201.655-4.106%202.447A1%201%200%200%201%207.5%209c-.757%200-1.914.235-2.853.912C3.758%2010.552%203%2011.626%203%2013.5s.758%202.949%201.647%203.588c.94.677%202.096.912%202.853.912a1%201%200%201%201%200%202c-1.077%200-2.67-.315-4.022-1.288C2.075%2017.701%201%2016.026%201%2013.5s1.075-4.201%202.478-5.212c1.124-.809%202.413-1.163%203.435-1.26C7.751%205.773%209.626%204%2012.5%204c2.13%200%203.65%201.08%204.607%202.33a7.133%207.133%200%200%201%201.285%202.745c.785.127%201.695.43%202.505%201.014C22.092%2010.948%2023%2012.373%2023%2014.5c0%202.126-.908%203.551-2.103%204.412C19.753%2019.735%2018.41%2020%2017.5%2020a1%201%200%201%201%200-2c.59%200%201.497-.185%202.228-.712c.68-.49%201.272-1.314%201.272-2.788c0-1.474-.592-2.299-1.272-2.789c-.73-.526-1.638-.711-2.228-.711a1%201%200%200%201-1-1c0-.502-.284-1.543-.982-2.455C14.85%206.67%2013.87%206%2012.5%206zm-1.207%204.293a1%201%200%200%201%201.414%200l3%203a1%201%200%200%201-1.414%201.414L13%2013.414V19a1%201%200%201%201-2%200v-5.586l-1.293%201.293a1%201%200%200%201-1.414-1.414l3-3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/cloud-upload-line.svg?color=%231a73e8&size=48