content save off icon

content-save-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
content-save-off
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the content save off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.2 5l-2-2H17l4 4v10.8L12.2 9H15V5zm13.91 16.46l-1.27 1.27L19.1 21H5a2 2 0 0 1-2-2V4.9L1.11 3l1.28-1.27zM7.11 9L5 6.89V9zm7.78 7.78l-3.67-3.67C9.95 13.46 9 14.61 9 16c0 1.66 1.34 3 3 3c1.39 0 2.54-.95 2.89-2.22"/></svg>

React

import type { SVGProps } from "react";

export function MdiContentSaveOff(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="m8.2 5l-2-2H17l4 4v10.8L12.2 9H15V5zm13.91 16.46l-1.27 1.27L19.1 21H5a2 2 0 0 1-2-2V4.9L1.11 3l1.28-1.27zM7.11 9L5 6.89V9zm7.78 7.78l-3.67-3.67C9.95 13.46 9 14.61 9 16c0 1.66 1.34 3 3 3c1.39 0 2.54-.95 2.89-2.22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.2 5l-2-2H17l4 4v10.8L12.2 9H15V5zm13.91 16.46l-1.27 1.27L19.1 21H5a2 2 0 0 1-2-2V4.9L1.11 3l1.28-1.27zM7.11 9L5 6.89V9zm7.78 7.78l-3.67-3.67C9.95 13.46 9 14.61 9 16c0 1.66 1.34 3 3 3c1.39 0 2.54-.95 2.89-2.22"/></svg>
</template>

CSS

.icon-content-save-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%22m8.2%205l-2-2H17l4%204v10.8L12.2%209H15V5zm13.91%2016.46l-1.27%201.27L19.1%2021H5a2%202%200%200%201-2-2V4.9L1.11%203l1.28-1.27zM7.11%209L5%206.89V9zm7.78%207.78l-3.67-3.67C9.95%2013.46%209%2014.61%209%2016c0%201.66%201.34%203%203%203c1.39%200%202.54-.95%202.89-2.22%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%22m8.2%205l-2-2H17l4%204v10.8L12.2%209H15V5zm13.91%2016.46l-1.27%201.27L19.1%2021H5a2%202%200%200%201-2-2V4.9L1.11%203l1.28-1.27zM7.11%209L5%206.89V9zm7.78%207.78l-3.67-3.67C9.95%2013.46%209%2014.61%209%2016c0%201.66%201.34%203%203%203c1.39%200%202.54-.95%202.89-2.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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