round downloading icon
round-downloading from Google Material Icons by Material Design Authors · Baseline · File · Apache-2.0 Free for personal and commercial use.
- Name
- round-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 round downloading icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.33 3.55c-.94-.6-1.99-1.04-3.12-1.3a.998.998 0 0 0-1.21.98c0 .45.3.87.74.97c.91.2 1.77.56 2.53 1.05c.39.25.89.17 1.22-.16c.45-.45.38-1.2-.16-1.54M20.77 11c.64 0 1.13-.59.98-1.21c-.26-1.12-.7-2.17-1.3-3.12c-.34-.54-1.1-.61-1.55-.16c-.32.32-.4.83-.16 1.22c.49.77.85 1.62 1.05 2.53a1 1 0 0 0 .98.74m-1.87 6.49c.45.45 1.21.38 1.55-.15c.6-.94 1.04-1.99 1.3-3.11c.14-.62-.35-1.21-.98-1.21c-.45 0-.87.3-.97.74c-.2.91-.57 1.76-1.05 2.53c-.25.37-.17.88.15 1.2M13 20.77c0 .64.59 1.13 1.21.98c1.12-.26 2.17-.7 3.11-1.3c.54-.34.61-1.1.16-1.55c-.32-.32-.83-.4-1.21-.15c-.76.49-1.61.85-2.53 1.05c-.44.1-.74.51-.74.97M13 12V8c0-.55-.45-1-1-1s-1 .45-1 1v4H9.41c-.89 0-1.34 1.08-.71 1.71l2.59 2.59c.39.39 1.02.39 1.41 0l2.59-2.59c.63-.63.18-1.71-.71-1.71zm-2 8.77c0 .64-.59 1.13-1.21.99C5.33 20.75 2 16.77 2 12s3.33-8.75 7.79-9.75a.998.998 0 0 1 1.21.98c0 .46-.31.87-.76.97C6.67 5 4 8.19 4 12s2.67 7 6.24 7.8c.45.1.76.51.76.97"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundDownloading(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="M17.33 3.55c-.94-.6-1.99-1.04-3.12-1.3a.998.998 0 0 0-1.21.98c0 .45.3.87.74.97c.91.2 1.77.56 2.53 1.05c.39.25.89.17 1.22-.16c.45-.45.38-1.2-.16-1.54M20.77 11c.64 0 1.13-.59.98-1.21c-.26-1.12-.7-2.17-1.3-3.12c-.34-.54-1.1-.61-1.55-.16c-.32.32-.4.83-.16 1.22c.49.77.85 1.62 1.05 2.53a1 1 0 0 0 .98.74m-1.87 6.49c.45.45 1.21.38 1.55-.15c.6-.94 1.04-1.99 1.3-3.11c.14-.62-.35-1.21-.98-1.21c-.45 0-.87.3-.97.74c-.2.91-.57 1.76-1.05 2.53c-.25.37-.17.88.15 1.2M13 20.77c0 .64.59 1.13 1.21.98c1.12-.26 2.17-.7 3.11-1.3c.54-.34.61-1.1.16-1.55c-.32-.32-.83-.4-1.21-.15c-.76.49-1.61.85-2.53 1.05c-.44.1-.74.51-.74.97M13 12V8c0-.55-.45-1-1-1s-1 .45-1 1v4H9.41c-.89 0-1.34 1.08-.71 1.71l2.59 2.59c.39.39 1.02.39 1.41 0l2.59-2.59c.63-.63.18-1.71-.71-1.71zm-2 8.77c0 .64-.59 1.13-1.21.99C5.33 20.75 2 16.77 2 12s3.33-8.75 7.79-9.75a.998.998 0 0 1 1.21.98c0 .46-.31.87-.76.97C6.67 5 4 8.19 4 12s2.67 7 6.24 7.8c.45.1.76.51.76.97"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.33 3.55c-.94-.6-1.99-1.04-3.12-1.3a.998.998 0 0 0-1.21.98c0 .45.3.87.74.97c.91.2 1.77.56 2.53 1.05c.39.25.89.17 1.22-.16c.45-.45.38-1.2-.16-1.54M20.77 11c.64 0 1.13-.59.98-1.21c-.26-1.12-.7-2.17-1.3-3.12c-.34-.54-1.1-.61-1.55-.16c-.32.32-.4.83-.16 1.22c.49.77.85 1.62 1.05 2.53a1 1 0 0 0 .98.74m-1.87 6.49c.45.45 1.21.38 1.55-.15c.6-.94 1.04-1.99 1.3-3.11c.14-.62-.35-1.21-.98-1.21c-.45 0-.87.3-.97.74c-.2.91-.57 1.76-1.05 2.53c-.25.37-.17.88.15 1.2M13 20.77c0 .64.59 1.13 1.21.98c1.12-.26 2.17-.7 3.11-1.3c.54-.34.61-1.1.16-1.55c-.32-.32-.83-.4-1.21-.15c-.76.49-1.61.85-2.53 1.05c-.44.1-.74.51-.74.97M13 12V8c0-.55-.45-1-1-1s-1 .45-1 1v4H9.41c-.89 0-1.34 1.08-.71 1.71l2.59 2.59c.39.39 1.02.39 1.41 0l2.59-2.59c.63-.63.18-1.71-.71-1.71zm-2 8.77c0 .64-.59 1.13-1.21.99C5.33 20.75 2 16.77 2 12s3.33-8.75 7.79-9.75a.998.998 0 0 1 1.21.98c0 .46-.31.87-.76.97C6.67 5 4 8.19 4 12s2.67 7 6.24 7.8c.45.1.76.51.76.97"/></svg> </template>
CSS
.icon-round-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%22M17.33%203.55c-.94-.6-1.99-1.04-3.12-1.3a.998.998%200%200%200-1.21.98c0%20.45.3.87.74.97c.91.2%201.77.56%202.53%201.05c.39.25.89.17%201.22-.16c.45-.45.38-1.2-.16-1.54M20.77%2011c.64%200%201.13-.59.98-1.21c-.26-1.12-.7-2.17-1.3-3.12c-.34-.54-1.1-.61-1.55-.16c-.32.32-.4.83-.16%201.22c.49.77.85%201.62%201.05%202.53a1%201%200%200%200%20.98.74m-1.87%206.49c.45.45%201.21.38%201.55-.15c.6-.94%201.04-1.99%201.3-3.11c.14-.62-.35-1.21-.98-1.21c-.45%200-.87.3-.97.74c-.2.91-.57%201.76-1.05%202.53c-.25.37-.17.88.15%201.2M13%2020.77c0%20.64.59%201.13%201.21.98c1.12-.26%202.17-.7%203.11-1.3c.54-.34.61-1.1.16-1.55c-.32-.32-.83-.4-1.21-.15c-.76.49-1.61.85-2.53%201.05c-.44.1-.74.51-.74.97M13%2012V8c0-.55-.45-1-1-1s-1%20.45-1%201v4H9.41c-.89%200-1.34%201.08-.71%201.71l2.59%202.59c.39.39%201.02.39%201.41%200l2.59-2.59c.63-.63.18-1.71-.71-1.71zm-2%208.77c0%20.64-.59%201.13-1.21.99C5.33%2020.75%202%2016.77%202%2012s3.33-8.75%207.79-9.75a.998.998%200%200%201%201.21.98c0%20.46-.31.87-.76.97C6.67%205%204%208.19%204%2012s2.67%207%206.24%207.8c.45.1.76.51.76.97%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%22M17.33%203.55c-.94-.6-1.99-1.04-3.12-1.3a.998.998%200%200%200-1.21.98c0%20.45.3.87.74.97c.91.2%201.77.56%202.53%201.05c.39.25.89.17%201.22-.16c.45-.45.38-1.2-.16-1.54M20.77%2011c.64%200%201.13-.59.98-1.21c-.26-1.12-.7-2.17-1.3-3.12c-.34-.54-1.1-.61-1.55-.16c-.32.32-.4.83-.16%201.22c.49.77.85%201.62%201.05%202.53a1%201%200%200%200%20.98.74m-1.87%206.49c.45.45%201.21.38%201.55-.15c.6-.94%201.04-1.99%201.3-3.11c.14-.62-.35-1.21-.98-1.21c-.45%200-.87.3-.97.74c-.2.91-.57%201.76-1.05%202.53c-.25.37-.17.88.15%201.2M13%2020.77c0%20.64.59%201.13%201.21.98c1.12-.26%202.17-.7%203.11-1.3c.54-.34.61-1.1.16-1.55c-.32-.32-.83-.4-1.21-.15c-.76.49-1.61.85-2.53%201.05c-.44.1-.74.51-.74.97M13%2012V8c0-.55-.45-1-1-1s-1%20.45-1%201v4H9.41c-.89%200-1.34%201.08-.71%201.71l2.59%202.59c.39.39%201.02.39%201.41%200l2.59-2.59c.63-.63.18-1.71-.71-1.71zm-2%208.77c0%20.64-.59%201.13-1.21.99C5.33%2020.75%202%2016.77%202%2012s3.33-8.75%207.79-9.75a.998.998%200%200%201%201.21.98c0%20.46-.31.87-.76.97C6.67%205%204%208.19%204%2012s2.67%207%206.24%207.8c.45.1.76.51.76.97%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-downloading.svg?color=%231a73e8&size=48