outline file download off icon

outline-file-download-off from Google Material Icons by Material Design Authors · Baseline · File · Apache-2.0 Free for personal and commercial use.

Name
outline-file-download-off
Set
Google Material Icons
Style
Baseline
Category
File
Viewbox
24×24
License
Apache 2.0

More file icons from Google Material Icons

Use the outline 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="M18 15.17V15h2v2.17zm-2.59-2.58L17 11l-1.41-1.41L14 11.17zM13 10.17V4h-2v4.17zm8.19 11.02l-1.78-1.78l-16.6-16.6l-1.42 1.41l6.19 6.19L7 11l5 5l.59-.59L15.17 18H6v-3H4v3c0 1.1.9 2 2 2h11.17l2.61 2.61z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineFileDownloadOff(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 15.17V15h2v2.17zm-2.59-2.58L17 11l-1.41-1.41L14 11.17zM13 10.17V4h-2v4.17zm8.19 11.02l-1.78-1.78l-16.6-16.6l-1.42 1.41l6.19 6.19L7 11l5 5l.59-.59L15.17 18H6v-3H4v3c0 1.1.9 2 2 2h11.17l2.61 2.61z"/></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 15.17V15h2v2.17zm-2.59-2.58L17 11l-1.41-1.41L14 11.17zM13 10.17V4h-2v4.17zm8.19 11.02l-1.78-1.78l-16.6-16.6l-1.42 1.41l6.19 6.19L7 11l5 5l.59-.59L15.17 18H6v-3H4v3c0 1.1.9 2 2 2h11.17l2.61 2.61z"/></svg>
</template>

CSS

.icon-outline-file-download-off {
  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%2015.17V15h2v2.17zm-2.59-2.58L17%2011l-1.41-1.41L14%2011.17zM13%2010.17V4h-2v4.17zm8.19%2011.02l-1.78-1.78l-16.6-16.6l-1.42%201.41l6.19%206.19L7%2011l5%205l.59-.59L15.17%2018H6v-3H4v3c0%201.1.9%202%202%202h11.17l2.61%202.61z%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%2015.17V15h2v2.17zm-2.59-2.58L17%2011l-1.41-1.41L14%2011.17zM13%2010.17V4h-2v4.17zm8.19%2011.02l-1.78-1.78l-16.6-16.6l-1.42%201.41l6.19%206.19L7%2011l5%205l.59-.59L15.17%2018H6v-3H4v3c0%201.1.9%202%202%202h11.17l2.61%202.61z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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