document header remove icon

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

Name
document-header-remove-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm-2.476 3.024a.5.5 0 0 0 0 .708l1.77 1.77l-1.767 1.766a.5.5 0 0 0 .707.707l1.766-1.767l1.77 1.77a.5.5 0 0 0 .707-.708l-1.769-1.769l1.772-1.77a.5.5 0 1 0-.708-.707l-1.77 1.77l-1.77-1.77a.5.5 0 0 0-.708 0z" fill="currentColor"/><path d="M8.75 6.5a.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"/><path d="M17.745 1.996a2.25 2.25 0 0 1 2.245 2.096l.005.154v7.25a6.5 6.5 0 0 0-7.191 10.498H6.245A2.25 2.25 0 0 1 4 19.898l-.005-.154V4.246a2.25 2.25 0 0 1 2.096-2.245l.154-.005h11.5zM7 6.75v1.5C7 9.217 7.784 10 8.75 10h6.5A1.75 1.75 0 0 0 17 8.25v-1.5A1.75 1.75 0 0 0 15.25 5h-6.5A1.75 1.75 0 0 0 7 6.75z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentHeaderRemove24Filled(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="M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm-2.476 3.024a.5.5 0 0 0 0 .708l1.77 1.77l-1.767 1.766a.5.5 0 0 0 .707.707l1.766-1.767l1.77 1.77a.5.5 0 0 0 .707-.708l-1.769-1.769l1.772-1.77a.5.5 0 1 0-.708-.707l-1.77 1.77l-1.77-1.77a.5.5 0 0 0-.708 0z" fill="currentColor"/><path d="M8.75 6.5a.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"/><path d="M17.745 1.996a2.25 2.25 0 0 1 2.245 2.096l.005.154v7.25a6.5 6.5 0 0 0-7.191 10.498H6.245A2.25 2.25 0 0 1 4 19.898l-.005-.154V4.246a2.25 2.25 0 0 1 2.096-2.245l.154-.005h11.5zM7 6.75v1.5C7 9.217 7.784 10 8.75 10h6.5A1.75 1.75 0 0 0 17 8.25v-1.5A1.75 1.75 0 0 0 15.25 5h-6.5A1.75 1.75 0 0 0 7 6.75z" 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="M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm-2.476 3.024a.5.5 0 0 0 0 .708l1.77 1.77l-1.767 1.766a.5.5 0 0 0 .707.707l1.766-1.767l1.77 1.77a.5.5 0 0 0 .707-.708l-1.769-1.769l1.772-1.77a.5.5 0 1 0-.708-.707l-1.77 1.77l-1.77-1.77a.5.5 0 0 0-.708 0z" fill="currentColor"/><path d="M8.75 6.5a.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"/><path d="M17.745 1.996a2.25 2.25 0 0 1 2.245 2.096l.005.154v7.25a6.5 6.5 0 0 0-7.191 10.498H6.245A2.25 2.25 0 0 1 4 19.898l-.005-.154V4.246a2.25 2.25 0 0 1 2.096-2.245l.154-.005h11.5zM7 6.75v1.5C7 9.217 7.784 10 8.75 10h6.5A1.75 1.75 0 0 0 17 8.25v-1.5A1.75 1.75 0 0 0 15.25 5h-6.5A1.75 1.75 0 0 0 7 6.75z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-document-header-remove-24-filled {
  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%22M17.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11zm-2.476%203.024a.5.5%200%200%200%200%20.708l1.77%201.77l-1.767%201.766a.5.5%200%200%200%20.707.707l1.766-1.767l1.77%201.77a.5.5%200%200%200%20.707-.708l-1.769-1.769l1.772-1.77a.5.5%200%201%200-.708-.707l-1.77%201.77l-1.77-1.77a.5.5%200%200%200-.708%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8.75%206.5a.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%3Cpath%20d%3D%22M17.745%201.996a2.25%202.25%200%200%201%202.245%202.096l.005.154v7.25a6.5%206.5%200%200%200-7.191%2010.498H6.245A2.25%202.25%200%200%201%204%2019.898l-.005-.154V4.246a2.25%202.25%200%200%201%202.096-2.245l.154-.005h11.5zM7%206.75v1.5C7%209.217%207.784%2010%208.75%2010h6.5A1.75%201.75%200%200%200%2017%208.25v-1.5A1.75%201.75%200%200%200%2015.25%205h-6.5A1.75%201.75%200%200%200%207%206.75z%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%22M17.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11zm-2.476%203.024a.5.5%200%200%200%200%20.708l1.77%201.77l-1.767%201.766a.5.5%200%200%200%20.707.707l1.766-1.767l1.77%201.77a.5.5%200%200%200%20.707-.708l-1.769-1.769l1.772-1.77a.5.5%200%201%200-.708-.707l-1.77%201.77l-1.77-1.77a.5.5%200%200%200-.708%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8.75%206.5a.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%3Cpath%20d%3D%22M17.745%201.996a2.25%202.25%200%200%201%202.245%202.096l.005.154v7.25a6.5%206.5%200%200%200-7.191%2010.498H6.245A2.25%202.25%200%200%201%204%2019.898l-.005-.154V4.246a2.25%202.25%200%200%201%202.096-2.245l.154-.005h11.5zM7%206.75v1.5C7%209.217%207.784%2010%208.75%2010h6.5A1.75%201.75%200%200%200%2017%208.25v-1.5A1.75%201.75%200%200%200%2015.25%205h-6.5A1.75%201.75%200%200%200%207%206.75z%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-filled.svg?color=%231a73e8&size=48