document footer remove icon

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

Name
document-footer-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 footer 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="M23 6.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0zm-7.976-1.769a.5.5 0 0 1 .707-.707l1.77 1.77l1.771-1.77a.5.5 0 0 1 .713.005a.5.5 0 0 1-.006.702l-1.77 1.77l1.768 1.769a.5.5 0 0 1 .018.688l-.005.005a.5.5 0 0 1-.72.014L17.5 7.208l-1.766 1.767a.5.5 0 1 1-.707-.708l1.766-1.766l-1.769-1.77z" fill="currentColor"/><path d="M8.5 15.75a.25.25 0 0 1 .25-.25h6.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-6.5a.25.25 0 0 1-.25-.25v-1.5z" fill="currentColor"/><path d="M17.5 13a6.48 6.48 0 0 0 2.495-.496v7.24a2.25 2.25 0 0 1-2.096 2.245l-.154.005h-11.5A2.25 2.25 0 0 1 4 19.898l-.005-.154V4.246A2.25 2.25 0 0 1 6.091 2l.154-.005h6.569A6.5 6.5 0 0 0 17.5 13zm-8.75 1A1.75 1.75 0 0 0 7 15.75v1.5c0 .967.784 1.75 1.75 1.75h6.5A1.75 1.75 0 0 0 17 17.25v-1.5A1.75 1.75 0 0 0 15.25 14h-6.5z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentFooterRemove24Filled(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="M23 6.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0zm-7.976-1.769a.5.5 0 0 1 .707-.707l1.77 1.77l1.771-1.77a.5.5 0 0 1 .713.005a.5.5 0 0 1-.006.702l-1.77 1.77l1.768 1.769a.5.5 0 0 1 .018.688l-.005.005a.5.5 0 0 1-.72.014L17.5 7.208l-1.766 1.767a.5.5 0 1 1-.707-.708l1.766-1.766l-1.769-1.77z" fill="currentColor"/><path d="M8.5 15.75a.25.25 0 0 1 .25-.25h6.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-6.5a.25.25 0 0 1-.25-.25v-1.5z" fill="currentColor"/><path d="M17.5 13a6.48 6.48 0 0 0 2.495-.496v7.24a2.25 2.25 0 0 1-2.096 2.245l-.154.005h-11.5A2.25 2.25 0 0 1 4 19.898l-.005-.154V4.246A2.25 2.25 0 0 1 6.091 2l.154-.005h6.569A6.5 6.5 0 0 0 17.5 13zm-8.75 1A1.75 1.75 0 0 0 7 15.75v1.5c0 .967.784 1.75 1.75 1.75h6.5A1.75 1.75 0 0 0 17 17.25v-1.5A1.75 1.75 0 0 0 15.25 14h-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="M23 6.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0zm-7.976-1.769a.5.5 0 0 1 .707-.707l1.77 1.77l1.771-1.77a.5.5 0 0 1 .713.005a.5.5 0 0 1-.006.702l-1.77 1.77l1.768 1.769a.5.5 0 0 1 .018.688l-.005.005a.5.5 0 0 1-.72.014L17.5 7.208l-1.766 1.767a.5.5 0 1 1-.707-.708l1.766-1.766l-1.769-1.77z" fill="currentColor"/><path d="M8.5 15.75a.25.25 0 0 1 .25-.25h6.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-6.5a.25.25 0 0 1-.25-.25v-1.5z" fill="currentColor"/><path d="M17.5 13a6.48 6.48 0 0 0 2.495-.496v7.24a2.25 2.25 0 0 1-2.096 2.245l-.154.005h-11.5A2.25 2.25 0 0 1 4 19.898l-.005-.154V4.246A2.25 2.25 0 0 1 6.091 2l.154-.005h6.569A6.5 6.5 0 0 0 17.5 13zm-8.75 1A1.75 1.75 0 0 0 7 15.75v1.5c0 .967.784 1.75 1.75 1.75h6.5A1.75 1.75 0 0 0 17 17.25v-1.5A1.75 1.75 0 0 0 15.25 14h-6.5z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-document-footer-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%22M23%206.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200zm-7.976-1.769a.5.5%200%200%201%20.707-.707l1.77%201.77l1.771-1.77a.5.5%200%200%201%20.713.005a.5.5%200%200%201-.006.702l-1.77%201.77l1.768%201.769a.5.5%200%200%201%20.018.688l-.005.005a.5.5%200%200%201-.72.014L17.5%207.208l-1.766%201.767a.5.5%200%201%201-.707-.708l1.766-1.766l-1.769-1.77z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8.5%2015.75a.25.25%200%200%201%20.25-.25h6.5a.25.25%200%200%201%20.25.25v1.5a.25.25%200%200%201-.25.25h-6.5a.25.25%200%200%201-.25-.25v-1.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M17.5%2013a6.48%206.48%200%200%200%202.495-.496v7.24a2.25%202.25%200%200%201-2.096%202.245l-.154.005h-11.5A2.25%202.25%200%200%201%204%2019.898l-.005-.154V4.246A2.25%202.25%200%200%201%206.091%202l.154-.005h6.569A6.5%206.5%200%200%200%2017.5%2013zm-8.75%201A1.75%201.75%200%200%200%207%2015.75v1.5c0%20.967.784%201.75%201.75%201.75h6.5A1.75%201.75%200%200%200%2017%2017.25v-1.5A1.75%201.75%200%200%200%2015.25%2014h-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%22M23%206.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200zm-7.976-1.769a.5.5%200%200%201%20.707-.707l1.77%201.77l1.771-1.77a.5.5%200%200%201%20.713.005a.5.5%200%200%201-.006.702l-1.77%201.77l1.768%201.769a.5.5%200%200%201%20.018.688l-.005.005a.5.5%200%200%201-.72.014L17.5%207.208l-1.766%201.767a.5.5%200%201%201-.707-.708l1.766-1.766l-1.769-1.77z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8.5%2015.75a.25.25%200%200%201%20.25-.25h6.5a.25.25%200%200%201%20.25.25v1.5a.25.25%200%200%201-.25.25h-6.5a.25.25%200%200%201-.25-.25v-1.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M17.5%2013a6.48%206.48%200%200%200%202.495-.496v7.24a2.25%202.25%200%200%201-2.096%202.245l-.154.005h-11.5A2.25%202.25%200%200%201%204%2019.898l-.005-.154V4.246A2.25%202.25%200%200%201%206.091%202l.154-.005h6.569A6.5%206.5%200%200%200%2017.5%2013zm-8.75%201A1.75%201.75%200%200%200%207%2015.75v1.5c0%20.967.784%201.75%201.75%201.75h6.5A1.75%201.75%200%200%200%2017%2017.25v-1.5A1.75%201.75%200%200%200%2015.25%2014h-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-footer-remove-24-filled.svg?color=%231a73e8&size=48