sharp downloading icon
sharp-downloading from Google Material Icons by Material Design Authors · Baseline · File · Apache-2.0 Free for personal and commercial use.
- Name
- sharp-downloading
- Set
- Google Material Icons
- Style
- Baseline
- Category
- File
- Viewbox
- 24×24
- License
- Apache 2.0
More file icons from Google Material Icons
baseline-approvalbaseline-attach-emailbaseline-attachmentbaseline-cloudbaseline-cloud-circlebaseline-cloud-donebaseline-cloud-downloadbaseline-cloud-offbaseline-cloud-queuebaseline-cloud-syncbaseline-cloud-uploadbaseline-create-new-folderbaseline-differencebaseline-downloadbaseline-download-donebaseline-download-for-offlinebaseline-downloadingbaseline-drive-file-movebaseline-drive-file-move-rtlbaseline-drive-file-rename-outlinebaseline-drive-folder-uploadbaseline-file-downloadbaseline-file-download-donebaseline-file-download-off
Use the sharp downloading icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.32 4.26A9.95 9.95 0 0 0 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62zM19.93 11h2.02c-.2-2.01-1-3.84-2.21-5.32L18.31 7.1a7.94 7.94 0 0 1 1.62 3.9m-1.62 5.9l1.43 1.43a10 10 0 0 0 2.21-5.32h-2.02a7.95 7.95 0 0 1-1.62 3.89M13 19.93v2.02c2.01-.2 3.84-1 5.32-2.21l-1.43-1.43c-1.1.86-2.43 1.44-3.89 1.62M13 12V7h-2v5H7l5 5l5-5zm-2 7.93v2.02c-5.05-.5-9-4.76-9-9.95s3.95-9.45 9-9.95v2.02C7.05 4.56 4 7.92 4 12s3.05 7.44 7 7.93"/></svg>
React
import type { SVGProps } from "react";
export function IcSharpDownloading(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="M18.32 4.26A9.95 9.95 0 0 0 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62zM19.93 11h2.02c-.2-2.01-1-3.84-2.21-5.32L18.31 7.1a7.94 7.94 0 0 1 1.62 3.9m-1.62 5.9l1.43 1.43a10 10 0 0 0 2.21-5.32h-2.02a7.95 7.95 0 0 1-1.62 3.89M13 19.93v2.02c2.01-.2 3.84-1 5.32-2.21l-1.43-1.43c-1.1.86-2.43 1.44-3.89 1.62M13 12V7h-2v5H7l5 5l5-5zm-2 7.93v2.02c-5.05-.5-9-4.76-9-9.95s3.95-9.45 9-9.95v2.02C7.05 4.56 4 7.92 4 12s3.05 7.44 7 7.93"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.32 4.26A9.95 9.95 0 0 0 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62zM19.93 11h2.02c-.2-2.01-1-3.84-2.21-5.32L18.31 7.1a7.94 7.94 0 0 1 1.62 3.9m-1.62 5.9l1.43 1.43a10 10 0 0 0 2.21-5.32h-2.02a7.95 7.95 0 0 1-1.62 3.89M13 19.93v2.02c2.01-.2 3.84-1 5.32-2.21l-1.43-1.43c-1.1.86-2.43 1.44-3.89 1.62M13 12V7h-2v5H7l5 5l5-5zm-2 7.93v2.02c-5.05-.5-9-4.76-9-9.95s3.95-9.45 9-9.95v2.02C7.05 4.56 4 7.92 4 12s3.05 7.44 7 7.93"/></svg> </template>
CSS
.icon-sharp-downloading {
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%22M18.32%204.26A9.95%209.95%200%200%200%2013%202.05v2.02c1.46.18%202.79.76%203.9%201.62zM19.93%2011h2.02c-.2-2.01-1-3.84-2.21-5.32L18.31%207.1a7.94%207.94%200%200%201%201.62%203.9m-1.62%205.9l1.43%201.43a10%2010%200%200%200%202.21-5.32h-2.02a7.95%207.95%200%200%201-1.62%203.89M13%2019.93v2.02c2.01-.2%203.84-1%205.32-2.21l-1.43-1.43c-1.1.86-2.43%201.44-3.89%201.62M13%2012V7h-2v5H7l5%205l5-5zm-2%207.93v2.02c-5.05-.5-9-4.76-9-9.95s3.95-9.45%209-9.95v2.02C7.05%204.56%204%207.92%204%2012s3.05%207.44%207%207.93%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%22M18.32%204.26A9.95%209.95%200%200%200%2013%202.05v2.02c1.46.18%202.79.76%203.9%201.62zM19.93%2011h2.02c-.2-2.01-1-3.84-2.21-5.32L18.31%207.1a7.94%207.94%200%200%201%201.62%203.9m-1.62%205.9l1.43%201.43a10%2010%200%200%200%202.21-5.32h-2.02a7.95%207.95%200%200%201-1.62%203.89M13%2019.93v2.02c2.01-.2%203.84-1%205.32-2.21l-1.43-1.43c-1.1.86-2.43%201.44-3.89%201.62M13%2012V7h-2v5H7l5%205l5-5zm-2%207.93v2.02c-5.05-.5-9-4.76-9-9.95s3.95-9.45%209-9.95v2.02C7.05%204.56%204%207.92%204%2012s3.05%207.44%207%207.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-downloading.svg?color=%231a73e8&size=48