download-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.

Name
download-outline
Set
Dither Icons
Style
Outline
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All download icons →

Use the download icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M3 16h2v4h14v-4h2v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M11 2h2v11.2l4.3-4.3 1.4 1.4L12 17l-6.7-6.7 1.4-1.4 4.3 4.3Z"/><path d="M6 19.25h12v.7H6Z" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M1.3 17.7l1.2 1M1 20h1" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M22.7 17.7l-1.2 1M23 20h-1" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherDownloadOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.4" d="M3 16h2v4h14v-4h2v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1Z"/><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.4" d="M11 2h2v11.2l4.3-4.3 1.4 1.4L12 17l-6.7-6.7 1.4-1.4 4.3 4.3Z"/><path d="M6 19.25h12v.7H6Z" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M1.3 17.7l1.2 1M1 20h1" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M22.7 17.7l-1.2 1M23 20h-1" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M3 16h2v4h14v-4h2v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M11 2h2v11.2l4.3-4.3 1.4 1.4L12 17l-6.7-6.7 1.4-1.4 4.3 4.3Z"/><path d="M6 19.25h12v.7H6Z" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M1.3 17.7l1.2 1M1 20h1" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M22.7 17.7l-1.2 1M23 20h-1" opacity="0"/></g></svg>
</template>

CSS

.icon-download-outline {
  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%22currentColor%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M3%2016h2v4h14v-4h2v5a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M11%202h2v11.2l4.3-4.3%201.4%201.4L12%2017l-6.7-6.7%201.4-1.4%204.3%204.3Z%22%2F%3E%3Cpath%20d%3D%22M6%2019.25h12v.7H6Z%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M1.3%2017.7l1.2%201M1%2020h1%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M22.7%2017.7l-1.2%201M23%2020h-1%22%20opacity%3D%220%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%22currentColor%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M3%2016h2v4h14v-4h2v5a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M11%202h2v11.2l4.3-4.3%201.4%201.4L12%2017l-6.7-6.7%201.4-1.4%204.3%204.3Z%22%2F%3E%3Cpath%20d%3D%22M6%2019.25h12v.7H6Z%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M1.3%2017.7l1.2%201M1%2020h1%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M22.7%2017.7l-1.2%201M23%2020h-1%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/download-outline.svg?color=%231a73e8&size=48