font download off icon

font-download-off from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
font-download-off
Set
Material Symbols
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the font 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="m20.475 23.3l-8.35-8.35l1.95-.9l6.875 6.875q-.25.5-.725.788t-1.05.287H4q-.825 0-1.412-.587T2 20V4.825L.675 3.5L2.1 2.075l19.8 19.8zM22 19.125l-6.4-6.4L13.05 6h-2.1l-.575 1.5l-5.5-5.5H20q.825 0 1.413.588T22 4zM6.4 18h2.1l1.1-3.05h2.525l-1.85-1.85L8.8 11.625zm5.55-9.75h.1l.5 1.425l-.825-.825zM15.5 18h2.1l-.25-.675l-3.275-3.275z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFontDownloadOff(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="m20.475 23.3l-8.35-8.35l1.95-.9l6.875 6.875q-.25.5-.725.788t-1.05.287H4q-.825 0-1.412-.587T2 20V4.825L.675 3.5L2.1 2.075l19.8 19.8zM22 19.125l-6.4-6.4L13.05 6h-2.1l-.575 1.5l-5.5-5.5H20q.825 0 1.413.588T22 4zM6.4 18h2.1l1.1-3.05h2.525l-1.85-1.85L8.8 11.625zm5.55-9.75h.1l.5 1.425l-.825-.825zM15.5 18h2.1l-.25-.675l-3.275-3.275z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.475 23.3l-8.35-8.35l1.95-.9l6.875 6.875q-.25.5-.725.788t-1.05.287H4q-.825 0-1.412-.587T2 20V4.825L.675 3.5L2.1 2.075l19.8 19.8zM22 19.125l-6.4-6.4L13.05 6h-2.1l-.575 1.5l-5.5-5.5H20q.825 0 1.413.588T22 4zM6.4 18h2.1l1.1-3.05h2.525l-1.85-1.85L8.8 11.625zm5.55-9.75h.1l.5 1.425l-.825-.825zM15.5 18h2.1l-.25-.675l-3.275-3.275z"/></svg>
</template>

CSS

.icon-font-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%22m20.475%2023.3l-8.35-8.35l1.95-.9l6.875%206.875q-.25.5-.725.788t-1.05.287H4q-.825%200-1.412-.587T2%2020V4.825L.675%203.5L2.1%202.075l19.8%2019.8zM22%2019.125l-6.4-6.4L13.05%206h-2.1l-.575%201.5l-5.5-5.5H20q.825%200%201.413.588T22%204zM6.4%2018h2.1l1.1-3.05h2.525l-1.85-1.85L8.8%2011.625zm5.55-9.75h.1l.5%201.425l-.825-.825zM15.5%2018h2.1l-.25-.675l-3.275-3.275z%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%22m20.475%2023.3l-8.35-8.35l1.95-.9l6.875%206.875q-.25.5-.725.788t-1.05.287H4q-.825%200-1.412-.587T2%2020V4.825L.675%203.5L2.1%202.075l19.8%2019.8zM22%2019.125l-6.4-6.4L13.05%206h-2.1l-.575%201.5l-5.5-5.5H20q.825%200%201.413.588T22%204zM6.4%2018h2.1l1.1-3.05h2.525l-1.85-1.85L8.8%2011.625zm5.55-9.75h.1l.5%201.425l-.825-.825zM15.5%2018h2.1l-.25-.675l-3.275-3.275z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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