upload icon
upload-broken from Solar by 480 Design · Broken · Arrows Action · CC-BY-4.0 Attribution required.
- Name
- upload-broken
- Set
- Solar
- Style
- Broken
- Category
- Arrows Action
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
upload-outlinedAnt Design IconsuploadBootstrap IconsuploadBoxIcons v2uploadCarbonuploadElement Plusupload-fillEva IconsuploadFont Awesome 6 SoliduploadFont Awesome SoliduploadFeather Iconsupload-outlineFlowbite Iconsupload-24-filledFluent UI System IconsuploadHumbleiconsuploadIconParkuploadIconPark OutlineuploadIconPark SoliduploadIconoiruploadIonIconsuploadJam IconsuploadLine AwesomeuploadMaterial Line IconsuploadLucideuploadMage IconsuploadMaterial SymbolsuploadMaterial Symbols Light
More arrows action icons from Solar
arrow-to-down-left-boldarrow-to-down-right-boldarrow-to-top-left-boldarrow-to-top-right-boldcircle-bottom-down-boldcircle-bottom-up-boldcircle-top-down-boldcircle-top-up-bolddownload-bolddownload-minimalistic-bolddownload-square-bolddownload-twice-square-boldexit-boldexport-boldforward-2-boldforward-boldimport-boldlogin-2-boldlogin-3-boldlogin-boldlogout-2-boldlogout-3-boldlogout-boldmaximize-bold
Use the upload icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M12 15L12 2M9 5.5L12 2L15 5.5"/><path d="M8 22.0002H16C18.8284 22.0002 20.2426 22.0002 21.1213 21.1215C22 20.2429 22 18.8286 22 16.0002V15.0002C22 12.1718 22 10.7576 21.1213 9.8789C20.3529 9.11051 19.175 9.01406 17 9.00195M7 9.00195C4.82497 9.01406 3.64706 9.11051 2.87868 9.87889C2 10.7576 2 12.1718 2 15.0002L2 16.0002C2 18.8286 2 20.2429 2.87868 21.1215C3.17848 21.4213 3.54062 21.6188 4 21.749"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarUploadBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M12 15L12 2M9 5.5L12 2L15 5.5"/><path d="M8 22.0002H16C18.8284 22.0002 20.2426 22.0002 21.1213 21.1215C22 20.2429 22 18.8286 22 16.0002V15.0002C22 12.1718 22 10.7576 21.1213 9.8789C20.3529 9.11051 19.175 9.01406 17 9.00195M7 9.00195C4.82497 9.01406 3.64706 9.11051 2.87868 9.87889C2 10.7576 2 12.1718 2 15.0002L2 16.0002C2 18.8286 2 20.2429 2.87868 21.1215C3.17848 21.4213 3.54062 21.6188 4 21.749"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M12 15L12 2M9 5.5L12 2L15 5.5"/><path d="M8 22.0002H16C18.8284 22.0002 20.2426 22.0002 21.1213 21.1215C22 20.2429 22 18.8286 22 16.0002V15.0002C22 12.1718 22 10.7576 21.1213 9.8789C20.3529 9.11051 19.175 9.01406 17 9.00195M7 9.00195C4.82497 9.01406 3.64706 9.11051 2.87868 9.87889C2 10.7576 2 12.1718 2 15.0002L2 16.0002C2 18.8286 2 20.2429 2.87868 21.1215C3.17848 21.4213 3.54062 21.6188 4 21.749"/></g></svg> </template>
CSS
.icon-upload-broken {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2015L12%202M9%205.5L12%202L15%205.5%22%2F%3E%3Cpath%20d%3D%22M8%2022.0002H16C18.8284%2022.0002%2020.2426%2022.0002%2021.1213%2021.1215C22%2020.2429%2022%2018.8286%2022%2016.0002V15.0002C22%2012.1718%2022%2010.7576%2021.1213%209.8789C20.3529%209.11051%2019.175%209.01406%2017%209.00195M7%209.00195C4.82497%209.01406%203.64706%209.11051%202.87868%209.87889C2%2010.7576%202%2012.1718%202%2015.0002L2%2016.0002C2%2018.8286%202%2020.2429%202.87868%2021.1215C3.17848%2021.4213%203.54062%2021.6188%204%2021.749%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2015L12%202M9%205.5L12%202L15%205.5%22%2F%3E%3Cpath%20d%3D%22M8%2022.0002H16C18.8284%2022.0002%2020.2426%2022.0002%2021.1213%2021.1215C22%2020.2429%2022%2018.8286%2022%2016.0002V15.0002C22%2012.1718%2022%2010.7576%2021.1213%209.8789C20.3529%209.11051%2019.175%209.01406%2017%209.00195M7%209.00195C4.82497%209.01406%203.64706%209.11051%202.87868%209.87889C2%2010.7576%202%2012.1718%202%2015.0002L2%2016.0002C2%2018.8286%202%2020.2429%202.87868%2021.1215C3.17848%2021.4213%203.54062%2021.6188%204%2021.749%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/upload-broken.svg?color=%231a73e8&size=48