document footer remove icon

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

Name
document-footer-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 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="M7 15.75c0-.966.784-1.75 1.75-1.75h6.5c.967 0 1.75.784 1.75 1.75v1.5A1.75 1.75 0 0 1 15.25 19h-6.5A1.75 1.75 0 0 1 7 17.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"/><path d="M17.5 1a5.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 .707l1.77 1.77l-1.767 1.766a.5.5 0 1 0 .707.708L17.5 7.208l1.77 1.769a.5.5 0 1 0 .707-.707L18.208 6.5l1.772-1.77a.5.5 0 0 0-.707-.707L17.5 5.794l-1.77-1.77a.5.5 0 0 0-.707 0z" fill="currentColor"/><path d="M18.495 12.924a6.459 6.459 0 0 0 1.5-.42v7.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.52 6.52 0 0 0-1.08 1.5H6.246a.75.75 0 0 0-.743.648l-.007.102v15.498c0 .38.282.693.648.743l.102.007h11.5a.75.75 0 0 0 .743-.648l.007-.102v-6.82z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentFooterRemove24Regular(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="M7 15.75c0-.966.784-1.75 1.75-1.75h6.5c.967 0 1.75.784 1.75 1.75v1.5A1.75 1.75 0 0 1 15.25 19h-6.5A1.75 1.75 0 0 1 7 17.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"/><path d="M17.5 1a5.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 .707l1.77 1.77l-1.767 1.766a.5.5 0 1 0 .707.708L17.5 7.208l1.77 1.769a.5.5 0 1 0 .707-.707L18.208 6.5l1.772-1.77a.5.5 0 0 0-.707-.707L17.5 5.794l-1.77-1.77a.5.5 0 0 0-.707 0z" fill="currentColor"/><path d="M18.495 12.924a6.459 6.459 0 0 0 1.5-.42v7.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.52 6.52 0 0 0-1.08 1.5H6.246a.75.75 0 0 0-.743.648l-.007.102v15.498c0 .38.282.693.648.743l.102.007h11.5a.75.75 0 0 0 .743-.648l.007-.102v-6.82z" 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="M7 15.75c0-.966.784-1.75 1.75-1.75h6.5c.967 0 1.75.784 1.75 1.75v1.5A1.75 1.75 0 0 1 15.25 19h-6.5A1.75 1.75 0 0 1 7 17.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"/><path d="M17.5 1a5.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 .707l1.77 1.77l-1.767 1.766a.5.5 0 1 0 .707.708L17.5 7.208l1.77 1.769a.5.5 0 1 0 .707-.707L18.208 6.5l1.772-1.77a.5.5 0 0 0-.707-.707L17.5 5.794l-1.77-1.77a.5.5 0 0 0-.707 0z" fill="currentColor"/><path d="M18.495 12.924a6.459 6.459 0 0 0 1.5-.42v7.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.52 6.52 0 0 0-1.08 1.5H6.246a.75.75 0 0 0-.743.648l-.007.102v15.498c0 .38.282.693.648.743l.102.007h11.5a.75.75 0 0 0 .743-.648l.007-.102v-6.82z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-document-footer-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%22M7%2015.75c0-.966.784-1.75%201.75-1.75h6.5c.967%200%201.75.784%201.75%201.75v1.5A1.75%201.75%200%200%201%2015.25%2019h-6.5A1.75%201.75%200%200%201%207%2017.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%3Cpath%20d%3D%22M17.5%201a5.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.707l1.77%201.77l-1.767%201.766a.5.5%200%201%200%20.707.708L17.5%207.208l1.77%201.769a.5.5%200%201%200%20.707-.707L18.208%206.5l1.772-1.77a.5.5%200%200%200-.707-.707L17.5%205.794l-1.77-1.77a.5.5%200%200%200-.707%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M18.495%2012.924a6.459%206.459%200%200%200%201.5-.42v7.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.52%206.52%200%200%200-1.08%201.5H6.246a.75.75%200%200%200-.743.648l-.007.102v15.498c0%20.38.282.693.648.743l.102.007h11.5a.75.75%200%200%200%20.743-.648l.007-.102v-6.82z%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%22M7%2015.75c0-.966.784-1.75%201.75-1.75h6.5c.967%200%201.75.784%201.75%201.75v1.5A1.75%201.75%200%200%201%2015.25%2019h-6.5A1.75%201.75%200%200%201%207%2017.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%3Cpath%20d%3D%22M17.5%201a5.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.707l1.77%201.77l-1.767%201.766a.5.5%200%201%200%20.707.708L17.5%207.208l1.77%201.769a.5.5%200%201%200%20.707-.707L18.208%206.5l1.772-1.77a.5.5%200%200%200-.707-.707L17.5%205.794l-1.77-1.77a.5.5%200%200%200-.707%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M18.495%2012.924a6.459%206.459%200%200%200%201.5-.42v7.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.52%206.52%200%200%200-1.08%201.5H6.246a.75.75%200%200%200-.743.648l-.007.102v15.498c0%20.38.282.693.648.743l.102.007h11.5a.75.75%200%200%200%20.743-.648l.007-.102v-6.82z%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-regular.svg?color=%231a73e8&size=48