file upload off icon
file-upload-off-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- file-upload-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- file-upload-off-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the file upload off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 7.85v2.3l-2-2l-1.575-1.575L11.3 4.7q.15-.15.325-.213T12 4.426t.375.063t.325.212l3.6 3.6q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288zM11 11l2 2v2q0 .425-.288.713T12 16t-.712-.288T11 15zm6.15 9H6q-.825 0-1.412-.587T4 18v-2q0-.425.288-.712T5 15t.713.288T6 16v2h9.15L2.075 4.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3zM20 17.15l-1.775-1.775q.125-.15.313-.263T19 15q.425 0 .713.288T20 16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFileUploadOffRounded(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="M13 7.85v2.3l-2-2l-1.575-1.575L11.3 4.7q.15-.15.325-.213T12 4.426t.375.063t.325.212l3.6 3.6q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288zM11 11l2 2v2q0 .425-.288.713T12 16t-.712-.288T11 15zm6.15 9H6q-.825 0-1.412-.587T4 18v-2q0-.425.288-.712T5 15t.713.288T6 16v2h9.15L2.075 4.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3zM20 17.15l-1.775-1.775q.125-.15.313-.263T19 15q.425 0 .713.288T20 16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 7.85v2.3l-2-2l-1.575-1.575L11.3 4.7q.15-.15.325-.213T12 4.426t.375.063t.325.212l3.6 3.6q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288zM11 11l2 2v2q0 .425-.288.713T12 16t-.712-.288T11 15zm6.15 9H6q-.825 0-1.412-.587T4 18v-2q0-.425.288-.712T5 15t.713.288T6 16v2h9.15L2.075 4.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3zM20 17.15l-1.775-1.775q.125-.15.313-.263T19 15q.425 0 .713.288T20 16z"/></svg> </template>
CSS
.icon-file-upload-off-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%22M13%207.85v2.3l-2-2l-1.575-1.575L11.3%204.7q.15-.15.325-.213T12%204.426t.375.063t.325.212l3.6%203.6q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288zM11%2011l2%202v2q0%20.425-.288.713T12%2016t-.712-.288T11%2015zm6.15%209H6q-.825%200-1.412-.587T4%2018v-2q0-.425.288-.712T5%2015t.713.288T6%2016v2h9.15L2.075%204.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3zM20%2017.15l-1.775-1.775q.125-.15.313-.263T19%2015q.425%200%20.713.288T20%2016z%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%22M13%207.85v2.3l-2-2l-1.575-1.575L11.3%204.7q.15-.15.325-.213T12%204.426t.375.063t.325.212l3.6%203.6q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288zM11%2011l2%202v2q0%20.425-.288.713T12%2016t-.712-.288T11%2015zm6.15%209H6q-.825%200-1.412-.587T4%2018v-2q0-.425.288-.712T5%2015t.713.288T6%2016v2h9.15L2.075%204.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3zM20%2017.15l-1.775-1.775q.125-.15.313-.263T19%2015q.425%200%20.713.288T20%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/file-upload-off-rounded.svg?color=%231a73e8&size=48