round font download off icon

round-font-download-off from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.

Name
round-font-download-off
Set
Google Material Icons
Style
Baseline
Category
Content
Viewbox
24×24
License
Apache 2.0

More content icons from Google Material Icons

Use the round 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="m12.58 9.75l-.87-.87l.23-.66h.1zm-2.23-2.23l.2-.52a1.55 1.55 0 0 1 2.9 0l2.17 5.79L22 19.17V4c0-1.1-.9-2-2-2H4.83zm10.84 15.09a.996.996 0 0 1-1.41 0l-.61-.61H4c-1.1 0-2-.9-2-2V4.83l-.61-.61A.996.996 0 1 1 2.8 2.81l18.38 18.38c.4.39.4 1.03.01 1.42m-9.09-7.68l-3.3-3.3l-1.9 5.07c-.23.63.23 1.3.9 1.3h.01c.41 0 .77-.26.9-.64l.86-2.43z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundFontDownloadOff(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="m12.58 9.75l-.87-.87l.23-.66h.1zm-2.23-2.23l.2-.52a1.55 1.55 0 0 1 2.9 0l2.17 5.79L22 19.17V4c0-1.1-.9-2-2-2H4.83zm10.84 15.09a.996.996 0 0 1-1.41 0l-.61-.61H4c-1.1 0-2-.9-2-2V4.83l-.61-.61A.996.996 0 1 1 2.8 2.81l18.38 18.38c.4.39.4 1.03.01 1.42m-9.09-7.68l-3.3-3.3l-1.9 5.07c-.23.63.23 1.3.9 1.3h.01c.41 0 .77-.26.9-.64l.86-2.43z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.58 9.75l-.87-.87l.23-.66h.1zm-2.23-2.23l.2-.52a1.55 1.55 0 0 1 2.9 0l2.17 5.79L22 19.17V4c0-1.1-.9-2-2-2H4.83zm10.84 15.09a.996.996 0 0 1-1.41 0l-.61-.61H4c-1.1 0-2-.9-2-2V4.83l-.61-.61A.996.996 0 1 1 2.8 2.81l18.38 18.38c.4.39.4 1.03.01 1.42m-9.09-7.68l-3.3-3.3l-1.9 5.07c-.23.63.23 1.3.9 1.3h.01c.41 0 .77-.26.9-.64l.86-2.43z"/></svg>
</template>

CSS

.icon-round-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%22m12.58%209.75l-.87-.87l.23-.66h.1zm-2.23-2.23l.2-.52a1.55%201.55%200%200%201%202.9%200l2.17%205.79L22%2019.17V4c0-1.1-.9-2-2-2H4.83zm10.84%2015.09a.996.996%200%200%201-1.41%200l-.61-.61H4c-1.1%200-2-.9-2-2V4.83l-.61-.61A.996.996%200%201%201%202.8%202.81l18.38%2018.38c.4.39.4%201.03.01%201.42m-9.09-7.68l-3.3-3.3l-1.9%205.07c-.23.63.23%201.3.9%201.3h.01c.41%200%20.77-.26.9-.64l.86-2.43z%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%22m12.58%209.75l-.87-.87l.23-.66h.1zm-2.23-2.23l.2-.52a1.55%201.55%200%200%201%202.9%200l2.17%205.79L22%2019.17V4c0-1.1-.9-2-2-2H4.83zm10.84%2015.09a.996.996%200%200%201-1.41%200l-.61-.61H4c-1.1%200-2-.9-2-2V4.83l-.61-.61A.996.996%200%201%201%202.8%202.81l18.38%2018.38c.4.39.4%201.03.01%201.42m-9.09-7.68l-3.3-3.3l-1.9%205.07c-.23.63.23%201.3.9%201.3h.01c.41%200%20.77-.26.9-.64l.86-2.43z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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