document header remove icon

document-header-remove-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
document-header-remove-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document header remove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M19.99 4.092a2.25 2.25 0 0 0-2.245-2.096h-11.5l-.154.005a2.25 2.25 0 0 0-2.096 2.245v15.498l.005.154a2.25 2.25 0 0 0 2.245 2.096h6.559a6.522 6.522 0 0 1-1.075-1.5H6.245l-.102-.007a.75.75 0 0 1-.648-.743V4.246l.007-.102a.75.75 0 0 1 .743-.648h11.5l.102.007a.75.75 0 0 1 .648.743v6.83c.523.08 1.026.223 1.5.42v-7.25l-.005-.154z" fill="currentColor"/><path d="M14.329 21.994a5.5 5.5 0 1 0 6.343-8.988a5.5 5.5 0 0 0-6.344 8.988zm3.172-5.2l1.771-1.77a.5.5 0 1 1 .708.708l-1.772 1.77l1.769 1.768a.5.5 0 1 1-.707.707l-1.77-1.769l-1.766 1.767a.5.5 0 1 1-.707-.707l1.766-1.767l-1.769-1.77a.5.5 0 0 1 .707-.707l1.77 1.77z" fill="currentColor"/><path d="M7 6.75C7 5.784 7.784 5 8.75 5h6.5c.967 0 1.75.784 1.75 1.75v1.5A1.75 1.75 0 0 1 15.25 10h-6.5A1.75 1.75 0 0 1 7 8.25v-1.5zm1.75-.25a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h6.5a.25.25 0 0 0 .25-.25v-1.5a.25.25 0 0 0-.25-.25h-6.5z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentHeaderRemove24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M19.99 4.092a2.25 2.25 0 0 0-2.245-2.096h-11.5l-.154.005a2.25 2.25 0 0 0-2.096 2.245v15.498l.005.154a2.25 2.25 0 0 0 2.245 2.096h6.559a6.522 6.522 0 0 1-1.075-1.5H6.245l-.102-.007a.75.75 0 0 1-.648-.743V4.246l.007-.102a.75.75 0 0 1 .743-.648h11.5l.102.007a.75.75 0 0 1 .648.743v6.83c.523.08 1.026.223 1.5.42v-7.25l-.005-.154z" fill="currentColor"/><path d="M14.329 21.994a5.5 5.5 0 1 0 6.343-8.988a5.5 5.5 0 0 0-6.344 8.988zm3.172-5.2l1.771-1.77a.5.5 0 1 1 .708.708l-1.772 1.77l1.769 1.768a.5.5 0 1 1-.707.707l-1.77-1.769l-1.766 1.767a.5.5 0 1 1-.707-.707l1.766-1.767l-1.769-1.77a.5.5 0 0 1 .707-.707l1.77 1.77z" fill="currentColor"/><path d="M7 6.75C7 5.784 7.784 5 8.75 5h6.5c.967 0 1.75.784 1.75 1.75v1.5A1.75 1.75 0 0 1 15.25 10h-6.5A1.75 1.75 0 0 1 7 8.25v-1.5zm1.75-.25a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h6.5a.25.25 0 0 0 .25-.25v-1.5a.25.25 0 0 0-.25-.25h-6.5z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M19.99 4.092a2.25 2.25 0 0 0-2.245-2.096h-11.5l-.154.005a2.25 2.25 0 0 0-2.096 2.245v15.498l.005.154a2.25 2.25 0 0 0 2.245 2.096h6.559a6.522 6.522 0 0 1-1.075-1.5H6.245l-.102-.007a.75.75 0 0 1-.648-.743V4.246l.007-.102a.75.75 0 0 1 .743-.648h11.5l.102.007a.75.75 0 0 1 .648.743v6.83c.523.08 1.026.223 1.5.42v-7.25l-.005-.154z" fill="currentColor"/><path d="M14.329 21.994a5.5 5.5 0 1 0 6.343-8.988a5.5 5.5 0 0 0-6.344 8.988zm3.172-5.2l1.771-1.77a.5.5 0 1 1 .708.708l-1.772 1.77l1.769 1.768a.5.5 0 1 1-.707.707l-1.77-1.769l-1.766 1.767a.5.5 0 1 1-.707-.707l1.766-1.767l-1.769-1.77a.5.5 0 0 1 .707-.707l1.77 1.77z" fill="currentColor"/><path d="M7 6.75C7 5.784 7.784 5 8.75 5h6.5c.967 0 1.75.784 1.75 1.75v1.5A1.75 1.75 0 0 1 15.25 10h-6.5A1.75 1.75 0 0 1 7 8.25v-1.5zm1.75-.25a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h6.5a.25.25 0 0 0 .25-.25v-1.5a.25.25 0 0 0-.25-.25h-6.5z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-document-header-remove-24-regular {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M19.99%204.092a2.25%202.25%200%200%200-2.245-2.096h-11.5l-.154.005a2.25%202.25%200%200%200-2.096%202.245v15.498l.005.154a2.25%202.25%200%200%200%202.245%202.096h6.559a6.522%206.522%200%200%201-1.075-1.5H6.245l-.102-.007a.75.75%200%200%201-.648-.743V4.246l.007-.102a.75.75%200%200%201%20.743-.648h11.5l.102.007a.75.75%200%200%201%20.648.743v6.83c.523.08%201.026.223%201.5.42v-7.25l-.005-.154z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14.329%2021.994a5.5%205.5%200%201%200%206.343-8.988a5.5%205.5%200%200%200-6.344%208.988zm3.172-5.2l1.771-1.77a.5.5%200%201%201%20.708.708l-1.772%201.77l1.769%201.768a.5.5%200%201%201-.707.707l-1.77-1.769l-1.766%201.767a.5.5%200%201%201-.707-.707l1.766-1.767l-1.769-1.77a.5.5%200%200%201%20.707-.707l1.77%201.77z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M7%206.75C7%205.784%207.784%205%208.75%205h6.5c.967%200%201.75.784%201.75%201.75v1.5A1.75%201.75%200%200%201%2015.25%2010h-6.5A1.75%201.75%200%200%201%207%208.25v-1.5zm1.75-.25a.25.25%200%200%200-.25.25v1.5c0%20.138.112.25.25.25h6.5a.25.25%200%200%200%20.25-.25v-1.5a.25.25%200%200%200-.25-.25h-6.5z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M19.99%204.092a2.25%202.25%200%200%200-2.245-2.096h-11.5l-.154.005a2.25%202.25%200%200%200-2.096%202.245v15.498l.005.154a2.25%202.25%200%200%200%202.245%202.096h6.559a6.522%206.522%200%200%201-1.075-1.5H6.245l-.102-.007a.75.75%200%200%201-.648-.743V4.246l.007-.102a.75.75%200%200%201%20.743-.648h11.5l.102.007a.75.75%200%200%201%20.648.743v6.83c.523.08%201.026.223%201.5.42v-7.25l-.005-.154z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14.329%2021.994a5.5%205.5%200%201%200%206.343-8.988a5.5%205.5%200%200%200-6.344%208.988zm3.172-5.2l1.771-1.77a.5.5%200%201%201%20.708.708l-1.772%201.77l1.769%201.768a.5.5%200%201%201-.707.707l-1.77-1.769l-1.766%201.767a.5.5%200%201%201-.707-.707l1.766-1.767l-1.769-1.77a.5.5%200%200%201%20.707-.707l1.77%201.77z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M7%206.75C7%205.784%207.784%205%208.75%205h6.5c.967%200%201.75.784%201.75%201.75v1.5A1.75%201.75%200%200%201%2015.25%2010h-6.5A1.75%201.75%200%200%201%207%208.25v-1.5zm1.75-.25a.25.25%200%200%200-.25.25v1.5c0%20.138.112.25.25.25h6.5a.25.25%200%200%200%20.25-.25v-1.5a.25.25%200%200%200-.25-.25h-6.5z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-header-remove-24-regular.svg?color=%231a73e8&size=48