pdf off icon
pdf-off-sharp from Material Symbols by Google · Sharp · Apache-2.0 Free for personal and commercial use.
- Name
- pdf-off-sharp
- Set
- Material Symbols
- Style
- Sharp
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
Use the pdf off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 11.5v-1h1v1ZM5.5 15H7v-2h2.5v-3l-1-1h-3Zm4.9 0h3l.1-1.5h-1.6v-1.6l-1.5-1.5ZM3 21V3.65l-.2-.85L21 21h-1.225Zm16.6 1.4L1.4 4.2l1.4-1.4L21 21ZM5.825 3H21v15.175l-4-4V13h1.5v-1.5H17v-1h1.5V9h-3v3.675l-1.1-1.1V10l-1-1h-1.575Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPdfOffSharp(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="M7 11.5v-1h1v1ZM5.5 15H7v-2h2.5v-3l-1-1h-3Zm4.9 0h3l.1-1.5h-1.6v-1.6l-1.5-1.5ZM3 21V3.65l-.2-.85L21 21h-1.225Zm16.6 1.4L1.4 4.2l1.4-1.4L21 21ZM5.825 3H21v15.175l-4-4V13h1.5v-1.5H17v-1h1.5V9h-3v3.675l-1.1-1.1V10l-1-1h-1.575Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 11.5v-1h1v1ZM5.5 15H7v-2h2.5v-3l-1-1h-3Zm4.9 0h3l.1-1.5h-1.6v-1.6l-1.5-1.5ZM3 21V3.65l-.2-.85L21 21h-1.225Zm16.6 1.4L1.4 4.2l1.4-1.4L21 21ZM5.825 3H21v15.175l-4-4V13h1.5v-1.5H17v-1h1.5V9h-3v3.675l-1.1-1.1V10l-1-1h-1.575Z"/></svg> </template>
CSS
.icon-pdf-off-sharp {
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%22M7%2011.5v-1h1v1ZM5.5%2015H7v-2h2.5v-3l-1-1h-3Zm4.9%200h3l.1-1.5h-1.6v-1.6l-1.5-1.5ZM3%2021V3.65l-.2-.85L21%2021h-1.225Zm16.6%201.4L1.4%204.2l1.4-1.4L21%2021ZM5.825%203H21v15.175l-4-4V13h1.5v-1.5H17v-1h1.5V9h-3v3.675l-1.1-1.1V10l-1-1h-1.575Z%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%22M7%2011.5v-1h1v1ZM5.5%2015H7v-2h2.5v-3l-1-1h-3Zm4.9%200h3l.1-1.5h-1.6v-1.6l-1.5-1.5ZM3%2021V3.65l-.2-.85L21%2021h-1.225Zm16.6%201.4L1.4%204.2l1.4-1.4L21%2021ZM5.825%203H21v15.175l-4-4V13h1.5v-1.5H17v-1h1.5V9h-3v3.675l-1.1-1.1V10l-1-1h-1.575Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/pdf-off-sharp.svg?color=%231a73e8&size=48