upload icon
upload-bold from Solar by 480 Design · Bold · Arrows Action · CC-BY-4.0 Attribution required.
- Name
- upload-bold
- Set
- Solar
- Style
- Bold
- 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="currentColor"><path fill-rule="evenodd" d="M12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V4.02744L14.4306 5.98809C14.7001 6.30259 15.1736 6.33901 15.4881 6.06944C15.8026 5.79988 15.839 5.3264 15.5694 5.01191L12.5694 1.51191C12.427 1.34567 12.2189 1.25 12 1.25C11.7811 1.25 11.573 1.34567 11.4306 1.51191L8.43056 5.01191C8.16099 5.3264 8.19741 5.79988 8.51191 6.06944C8.8264 6.33901 9.29988 6.30259 9.56944 5.98809L11.25 4.02744L11.25 15C11.25 15.4142 11.5858 15.75 12 15.75Z" clip-rule="evenodd"/><path d="M16 9C15.2978 9 14.9467 9 14.6945 9.16851C14.5853 9.24148 14.4915 9.33525 14.4186 9.44446C14.25 9.69667 14.25 10.0478 14.25 10.75L14.25 15C14.25 16.2426 13.2427 17.25 12 17.25C10.7574 17.25 9.75004 16.2426 9.75004 15L9.75004 10.75C9.75004 10.0478 9.75004 9.69664 9.58149 9.4444C9.50854 9.33523 9.41481 9.2415 9.30564 9.16855C9.05341 9 8.70227 9 8 9C5.17157 9 3.75736 9 2.87868 9.87868C2 10.7574 2 12.1714 2 14.9998V15.9998C2 18.8282 2 20.2424 2.87868 21.1211C3.75736 21.9998 5.17157 21.9998 8 21.9998H16C18.8284 21.9998 20.2426 21.9998 21.1213 21.1211C22 20.2424 22 18.8282 22 15.9998V14.9998C22 12.1714 22 10.7574 21.1213 9.87868C20.2426 9 18.8284 9 16 9Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarUploadBold(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 fillRule="evenodd" d="M12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V4.02744L14.4306 5.98809C14.7001 6.30259 15.1736 6.33901 15.4881 6.06944C15.8026 5.79988 15.839 5.3264 15.5694 5.01191L12.5694 1.51191C12.427 1.34567 12.2189 1.25 12 1.25C11.7811 1.25 11.573 1.34567 11.4306 1.51191L8.43056 5.01191C8.16099 5.3264 8.19741 5.79988 8.51191 6.06944C8.8264 6.33901 9.29988 6.30259 9.56944 5.98809L11.25 4.02744L11.25 15C11.25 15.4142 11.5858 15.75 12 15.75Z" clipRule="evenodd"/><path d="M16 9C15.2978 9 14.9467 9 14.6945 9.16851C14.5853 9.24148 14.4915 9.33525 14.4186 9.44446C14.25 9.69667 14.25 10.0478 14.25 10.75L14.25 15C14.25 16.2426 13.2427 17.25 12 17.25C10.7574 17.25 9.75004 16.2426 9.75004 15L9.75004 10.75C9.75004 10.0478 9.75004 9.69664 9.58149 9.4444C9.50854 9.33523 9.41481 9.2415 9.30564 9.16855C9.05341 9 8.70227 9 8 9C5.17157 9 3.75736 9 2.87868 9.87868C2 10.7574 2 12.1714 2 14.9998V15.9998C2 18.8282 2 20.2424 2.87868 21.1211C3.75736 21.9998 5.17157 21.9998 8 21.9998H16C18.8284 21.9998 20.2426 21.9998 21.1213 21.1211C22 20.2424 22 18.8282 22 15.9998V14.9998C22 12.1714 22 10.7574 21.1213 9.87868C20.2426 9 18.8284 9 16 9Z"/></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 fill-rule="evenodd" d="M12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V4.02744L14.4306 5.98809C14.7001 6.30259 15.1736 6.33901 15.4881 6.06944C15.8026 5.79988 15.839 5.3264 15.5694 5.01191L12.5694 1.51191C12.427 1.34567 12.2189 1.25 12 1.25C11.7811 1.25 11.573 1.34567 11.4306 1.51191L8.43056 5.01191C8.16099 5.3264 8.19741 5.79988 8.51191 6.06944C8.8264 6.33901 9.29988 6.30259 9.56944 5.98809L11.25 4.02744L11.25 15C11.25 15.4142 11.5858 15.75 12 15.75Z" clip-rule="evenodd"/><path d="M16 9C15.2978 9 14.9467 9 14.6945 9.16851C14.5853 9.24148 14.4915 9.33525 14.4186 9.44446C14.25 9.69667 14.25 10.0478 14.25 10.75L14.25 15C14.25 16.2426 13.2427 17.25 12 17.25C10.7574 17.25 9.75004 16.2426 9.75004 15L9.75004 10.75C9.75004 10.0478 9.75004 9.69664 9.58149 9.4444C9.50854 9.33523 9.41481 9.2415 9.30564 9.16855C9.05341 9 8.70227 9 8 9C5.17157 9 3.75736 9 2.87868 9.87868C2 10.7574 2 12.1714 2 14.9998V15.9998C2 18.8282 2 20.2424 2.87868 21.1211C3.75736 21.9998 5.17157 21.9998 8 21.9998H16C18.8284 21.9998 20.2426 21.9998 21.1213 21.1211C22 20.2424 22 18.8282 22 15.9998V14.9998C22 12.1714 22 10.7574 21.1213 9.87868C20.2426 9 18.8284 9 16 9Z"/></g></svg> </template>
CSS
.icon-upload-bold {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2015.75C12.4142%2015.75%2012.75%2015.4142%2012.75%2015V4.02744L14.4306%205.98809C14.7001%206.30259%2015.1736%206.33901%2015.4881%206.06944C15.8026%205.79988%2015.839%205.3264%2015.5694%205.01191L12.5694%201.51191C12.427%201.34567%2012.2189%201.25%2012%201.25C11.7811%201.25%2011.573%201.34567%2011.4306%201.51191L8.43056%205.01191C8.16099%205.3264%208.19741%205.79988%208.51191%206.06944C8.8264%206.33901%209.29988%206.30259%209.56944%205.98809L11.25%204.02744L11.25%2015C11.25%2015.4142%2011.5858%2015.75%2012%2015.75Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%209C15.2978%209%2014.9467%209%2014.6945%209.16851C14.5853%209.24148%2014.4915%209.33525%2014.4186%209.44446C14.25%209.69667%2014.25%2010.0478%2014.25%2010.75L14.25%2015C14.25%2016.2426%2013.2427%2017.25%2012%2017.25C10.7574%2017.25%209.75004%2016.2426%209.75004%2015L9.75004%2010.75C9.75004%2010.0478%209.75004%209.69664%209.58149%209.4444C9.50854%209.33523%209.41481%209.2415%209.30564%209.16855C9.05341%209%208.70227%209%208%209C5.17157%209%203.75736%209%202.87868%209.87868C2%2010.7574%202%2012.1714%202%2014.9998V15.9998C2%2018.8282%202%2020.2424%202.87868%2021.1211C3.75736%2021.9998%205.17157%2021.9998%208%2021.9998H16C18.8284%2021.9998%2020.2426%2021.9998%2021.1213%2021.1211C22%2020.2424%2022%2018.8282%2022%2015.9998V14.9998C22%2012.1714%2022%2010.7574%2021.1213%209.87868C20.2426%209%2018.8284%209%2016%209Z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2015.75C12.4142%2015.75%2012.75%2015.4142%2012.75%2015V4.02744L14.4306%205.98809C14.7001%206.30259%2015.1736%206.33901%2015.4881%206.06944C15.8026%205.79988%2015.839%205.3264%2015.5694%205.01191L12.5694%201.51191C12.427%201.34567%2012.2189%201.25%2012%201.25C11.7811%201.25%2011.573%201.34567%2011.4306%201.51191L8.43056%205.01191C8.16099%205.3264%208.19741%205.79988%208.51191%206.06944C8.8264%206.33901%209.29988%206.30259%209.56944%205.98809L11.25%204.02744L11.25%2015C11.25%2015.4142%2011.5858%2015.75%2012%2015.75Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%209C15.2978%209%2014.9467%209%2014.6945%209.16851C14.5853%209.24148%2014.4915%209.33525%2014.4186%209.44446C14.25%209.69667%2014.25%2010.0478%2014.25%2010.75L14.25%2015C14.25%2016.2426%2013.2427%2017.25%2012%2017.25C10.7574%2017.25%209.75004%2016.2426%209.75004%2015L9.75004%2010.75C9.75004%2010.0478%209.75004%209.69664%209.58149%209.4444C9.50854%209.33523%209.41481%209.2415%209.30564%209.16855C9.05341%209%208.70227%209%208%209C5.17157%209%203.75736%209%202.87868%209.87868C2%2010.7574%202%2012.1714%202%2014.9998V15.9998C2%2018.8282%202%2020.2424%202.87868%2021.1211C3.75736%2021.9998%205.17157%2021.9998%208%2021.9998H16C18.8284%2021.9998%2020.2426%2021.9998%2021.1213%2021.1211C22%2020.2424%2022%2018.8282%2022%2015.9998V14.9998C22%2012.1714%2022%2010.7574%2021.1213%209.87868C20.2426%209%2018.8284%209%2016%209Z%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-bold.svg?color=%231a73e8&size=48