download 06 icon
download-06 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- download-06
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the download 06 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16 9c1.4 0 2.1 0 2.635.272a2.5 2.5 0 0 1 1.092 1.093C20 10.9 20 11.6 20 13v3c0 2.357 0 3.535-.732 4.268C18.535 21 17.357 21 15 21H9c-2.357 0-3.536 0-4.268-.732C4 19.535 4 18.357 4 16v-3c0-1.4 0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C5.9 9 6.6 9 8 9m4-6v12"/><path d="M15 13s-2.21 3-3 3s-3-3-3-3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDownload06(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M16 9c1.4 0 2.1 0 2.635.272a2.5 2.5 0 0 1 1.092 1.093C20 10.9 20 11.6 20 13v3c0 2.357 0 3.535-.732 4.268C18.535 21 17.357 21 15 21H9c-2.357 0-3.536 0-4.268-.732C4 19.535 4 18.357 4 16v-3c0-1.4 0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C5.9 9 6.6 9 8 9m4-6v12"/><path d="M15 13s-2.21 3-3 3s-3-3-3-3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16 9c1.4 0 2.1 0 2.635.272a2.5 2.5 0 0 1 1.092 1.093C20 10.9 20 11.6 20 13v3c0 2.357 0 3.535-.732 4.268C18.535 21 17.357 21 15 21H9c-2.357 0-3.536 0-4.268-.732C4 19.535 4 18.357 4 16v-3c0-1.4 0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C5.9 9 6.6 9 8 9m4-6v12"/><path d="M15 13s-2.21 3-3 3s-3-3-3-3"/></g></svg> </template>
CSS
.icon-download-06 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%209c1.4%200%202.1%200%202.635.272a2.5%202.5%200%200%201%201.092%201.093C20%2010.9%2020%2011.6%2020%2013v3c0%202.357%200%203.535-.732%204.268C18.535%2021%2017.357%2021%2015%2021H9c-2.357%200-3.536%200-4.268-.732C4%2019.535%204%2018.357%204%2016v-3c0-1.4%200-2.1.272-2.635a2.5%202.5%200%200%201%201.093-1.093C5.9%209%206.6%209%208%209m4-6v12%22%2F%3E%3Cpath%20d%3D%22M15%2013s-2.21%203-3%203s-3-3-3-3%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%209c1.4%200%202.1%200%202.635.272a2.5%202.5%200%200%201%201.092%201.093C20%2010.9%2020%2011.6%2020%2013v3c0%202.357%200%203.535-.732%204.268C18.535%2021%2017.357%2021%2015%2021H9c-2.357%200-3.536%200-4.268-.732C4%2019.535%204%2018.357%204%2016v-3c0-1.4%200-2.1.272-2.635a2.5%202.5%200%200%201%201.093-1.093C5.9%209%206.6%209%208%209m4-6v12%22%2F%3E%3Cpath%20d%3D%22M15%2013s-2.21%203-3%203s-3-3-3-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/download-06.svg?color=%231a73e8&size=48