upload icon
upload from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- upload
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
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 SoliduploadIconoiruploadJam IconsuploadLine AwesomeuploadMaterial Line IconsuploadLucideuploadMage IconsuploadMaterial SymbolsuploadMaterial Symbols LightuploadMaterial Design Icons
Use the upload icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M398.1 233.2c0-1.2.2-2.4.2-3.6 0-65-51.8-117.6-115.7-117.6-46.1 0-85.7 27.4-104.3 67-8.1-4.1-17.2-6.5-26.8-6.5-29.5 0-54.1 21.9-58.8 50.5C57.3 235.2 32 269.1 32 309c0 50.2 40.1 91 89.5 91H224v-80h-48.2l80.2-83.7 80.2 83.6H288v80h110.3c45.2 0 81.7-37.5 81.7-83.4 0-45.9-36.7-83.2-81.9-83.3z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonUpload(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M398.1 233.2c0-1.2.2-2.4.2-3.6 0-65-51.8-117.6-115.7-117.6-46.1 0-85.7 27.4-104.3 67-8.1-4.1-17.2-6.5-26.8-6.5-29.5 0-54.1 21.9-58.8 50.5C57.3 235.2 32 269.1 32 309c0 50.2 40.1 91 89.5 91H224v-80h-48.2l80.2-83.7 80.2 83.6H288v80h110.3c45.2 0 81.7-37.5 81.7-83.4 0-45.9-36.7-83.2-81.9-83.3z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M398.1 233.2c0-1.2.2-2.4.2-3.6 0-65-51.8-117.6-115.7-117.6-46.1 0-85.7 27.4-104.3 67-8.1-4.1-17.2-6.5-26.8-6.5-29.5 0-54.1 21.9-58.8 50.5C57.3 235.2 32 269.1 32 309c0 50.2 40.1 91 89.5 91H224v-80h-48.2l80.2-83.7 80.2 83.6H288v80h110.3c45.2 0 81.7-37.5 81.7-83.4 0-45.9-36.7-83.2-81.9-83.3z" fill="currentColor"/></svg> </template>
CSS
.icon-upload {
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%22M398.1%20233.2c0-1.2.2-2.4.2-3.6%200-65-51.8-117.6-115.7-117.6-46.1%200-85.7%2027.4-104.3%2067-8.1-4.1-17.2-6.5-26.8-6.5-29.5%200-54.1%2021.9-58.8%2050.5C57.3%20235.2%2032%20269.1%2032%20309c0%2050.2%2040.1%2091%2089.5%2091H224v-80h-48.2l80.2-83.7%2080.2%2083.6H288v80h110.3c45.2%200%2081.7-37.5%2081.7-83.4%200-45.9-36.7-83.2-81.9-83.3z%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%22M398.1%20233.2c0-1.2.2-2.4.2-3.6%200-65-51.8-117.6-115.7-117.6-46.1%200-85.7%2027.4-104.3%2067-8.1-4.1-17.2-6.5-26.8-6.5-29.5%200-54.1%2021.9-58.8%2050.5C57.3%20235.2%2032%20269.1%2032%20309c0%2050.2%2040.1%2091%2089.5%2091H224v-80h-48.2l80.2-83.7%2080.2%2083.6H288v80h110.3c45.2%200%2081.7-37.5%2081.7-83.4%200-45.9-36.7-83.2-81.9-83.3z%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/upload.svg?color=%231a73e8&size=48