file download off icon
file-download-off-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- file-download-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- file-download-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 download off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.075 21.9L17.15 20H6q-.825 0-1.412-.587T4 18v-2q0-.425.288-.712T5 15t.713.288T6 16v2h9.15l-2.575-2.575q-.15.075-.287.113t-.288.037q-.25 0-.413-.075t-.287-.2l-3.6-3.6q-.275-.275-.288-.637t.188-.613L2.075 4.925q-.275-.275-.275-.7t.3-.725q.275-.275.7-.275t.725.275l16.975 17q.275.275.275.7t-.275.7q-.3.3-.725.3t-.7-.3M16.3 10.3q.275.275.275.7t-.275.7l-.175.175q-.3.3-.7.288t-.7-.313t-.3-.712t.3-.713l.15-.15q.275-.275.713-.262t.712.287m-3.588-6.012Q13 4.575 13 5v2.75q0 .5-.312.738T12 8.725t-.687-.25t-.313-.75V5q0-.425.288-.712T12 4t.713.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFileDownloadOffRounded(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="M19.075 21.9L17.15 20H6q-.825 0-1.412-.587T4 18v-2q0-.425.288-.712T5 15t.713.288T6 16v2h9.15l-2.575-2.575q-.15.075-.287.113t-.288.037q-.25 0-.413-.075t-.287-.2l-3.6-3.6q-.275-.275-.288-.637t.188-.613L2.075 4.925q-.275-.275-.275-.7t.3-.725q.275-.275.7-.275t.725.275l16.975 17q.275.275.275.7t-.275.7q-.3.3-.725.3t-.7-.3M16.3 10.3q.275.275.275.7t-.275.7l-.175.175q-.3.3-.7.288t-.7-.313t-.3-.712t.3-.713l.15-.15q.275-.275.713-.262t.712.287m-3.588-6.012Q13 4.575 13 5v2.75q0 .5-.312.738T12 8.725t-.687-.25t-.313-.75V5q0-.425.288-.712T12 4t.713.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.075 21.9L17.15 20H6q-.825 0-1.412-.587T4 18v-2q0-.425.288-.712T5 15t.713.288T6 16v2h9.15l-2.575-2.575q-.15.075-.287.113t-.288.037q-.25 0-.413-.075t-.287-.2l-3.6-3.6q-.275-.275-.288-.637t.188-.613L2.075 4.925q-.275-.275-.275-.7t.3-.725q.275-.275.7-.275t.725.275l16.975 17q.275.275.275.7t-.275.7q-.3.3-.725.3t-.7-.3M16.3 10.3q.275.275.275.7t-.275.7l-.175.175q-.3.3-.7.288t-.7-.313t-.3-.712t.3-.713l.15-.15q.275-.275.713-.262t.712.287m-3.588-6.012Q13 4.575 13 5v2.75q0 .5-.312.738T12 8.725t-.687-.25t-.313-.75V5q0-.425.288-.712T12 4t.713.288"/></svg> </template>
CSS
.icon-file-download-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%22M19.075%2021.9L17.15%2020H6q-.825%200-1.412-.587T4%2018v-2q0-.425.288-.712T5%2015t.713.288T6%2016v2h9.15l-2.575-2.575q-.15.075-.287.113t-.288.037q-.25%200-.413-.075t-.287-.2l-3.6-3.6q-.275-.275-.288-.637t.188-.613L2.075%204.925q-.275-.275-.275-.7t.3-.725q.275-.275.7-.275t.725.275l16.975%2017q.275.275.275.7t-.275.7q-.3.3-.725.3t-.7-.3M16.3%2010.3q.275.275.275.7t-.275.7l-.175.175q-.3.3-.7.288t-.7-.313t-.3-.712t.3-.713l.15-.15q.275-.275.713-.262t.712.287m-3.588-6.012Q13%204.575%2013%205v2.75q0%20.5-.312.738T12%208.725t-.687-.25t-.313-.75V5q0-.425.288-.712T12%204t.713.288%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%22M19.075%2021.9L17.15%2020H6q-.825%200-1.412-.587T4%2018v-2q0-.425.288-.712T5%2015t.713.288T6%2016v2h9.15l-2.575-2.575q-.15.075-.287.113t-.288.037q-.25%200-.413-.075t-.287-.2l-3.6-3.6q-.275-.275-.288-.637t.188-.613L2.075%204.925q-.275-.275-.275-.7t.3-.725q.275-.275.7-.275t.725.275l16.975%2017q.275.275.275.7t-.275.7q-.3.3-.725.3t-.7-.3M16.3%2010.3q.275.275.275.7t-.275.7l-.175.175q-.3.3-.7.288t-.7-.313t-.3-.712t.3-.713l.15-.15q.275-.275.713-.262t.712.287m-3.588-6.012Q13%204.575%2013%205v2.75q0%20.5-.312.738T12%208.725t-.687-.25t-.313-.75V5q0-.425.288-.712T12%204t.713.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/file-download-off-rounded.svg?color=%231a73e8&size=48