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

Name
document-target-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document target icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m9.647 1.439l2.914 2.914l.001-.001c.281.282.439.663.439 1.061v7.586a2 2 0 0 1-2 2H7.258l.133-.1a2.4 2.4 0 0 0 .281-.229c.203-.203.374-.434.534-.671h2.795a1 1 0 0 0 1-1v-7h-2.5a1.5 1.5 0 0 1-1.5-1.5v-2.5h-3a1 1 0 0 0-1 1v3.092a1.48 1.48 0 0 0-.983 1.177l-.01.004L3 7.276V3a2 2 0 0 1 2-2h3.586a1.5 1.5 0 0 1 1.061.439M9 4.499a.5.5 0 0 0 .5.5h2.293L9 2.206zm-4.5 8a1 1 0 1 0 .002-2.001a1 1 0 0 0-.002 2.001m4-1.5h-.551A3.49 3.49 0 0 0 5 8.05v-.551a.5.5 0 1 0-1 0v.551a3.49 3.49 0 0 0-2.949 2.949H.5a.5.5 0 1 0 0 1h.551A3.49 3.49 0 0 0 4 14.948v.551a.5.5 0 1 0 1 0v-.551a3.49 3.49 0 0 0 2.949-2.949H8.5a.5.5 0 1 0 0-1m-2.232 2.268a2.501 2.501 0 0 1-4.078-2.724a2.501 2.501 0 1 1 4.078 2.724"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentTarget16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m9.647 1.439l2.914 2.914l.001-.001c.281.282.439.663.439 1.061v7.586a2 2 0 0 1-2 2H7.258l.133-.1a2.4 2.4 0 0 0 .281-.229c.203-.203.374-.434.534-.671h2.795a1 1 0 0 0 1-1v-7h-2.5a1.5 1.5 0 0 1-1.5-1.5v-2.5h-3a1 1 0 0 0-1 1v3.092a1.48 1.48 0 0 0-.983 1.177l-.01.004L3 7.276V3a2 2 0 0 1 2-2h3.586a1.5 1.5 0 0 1 1.061.439M9 4.499a.5.5 0 0 0 .5.5h2.293L9 2.206zm-4.5 8a1 1 0 1 0 .002-2.001a1 1 0 0 0-.002 2.001m4-1.5h-.551A3.49 3.49 0 0 0 5 8.05v-.551a.5.5 0 1 0-1 0v.551a3.49 3.49 0 0 0-2.949 2.949H.5a.5.5 0 1 0 0 1h.551A3.49 3.49 0 0 0 4 14.948v.551a.5.5 0 1 0 1 0v-.551a3.49 3.49 0 0 0 2.949-2.949H8.5a.5.5 0 1 0 0-1m-2.232 2.268a2.501 2.501 0 0 1-4.078-2.724a2.501 2.501 0 1 1 4.078 2.724"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m9.647 1.439l2.914 2.914l.001-.001c.281.282.439.663.439 1.061v7.586a2 2 0 0 1-2 2H7.258l.133-.1a2.4 2.4 0 0 0 .281-.229c.203-.203.374-.434.534-.671h2.795a1 1 0 0 0 1-1v-7h-2.5a1.5 1.5 0 0 1-1.5-1.5v-2.5h-3a1 1 0 0 0-1 1v3.092a1.48 1.48 0 0 0-.983 1.177l-.01.004L3 7.276V3a2 2 0 0 1 2-2h3.586a1.5 1.5 0 0 1 1.061.439M9 4.499a.5.5 0 0 0 .5.5h2.293L9 2.206zm-4.5 8a1 1 0 1 0 .002-2.001a1 1 0 0 0-.002 2.001m4-1.5h-.551A3.49 3.49 0 0 0 5 8.05v-.551a.5.5 0 1 0-1 0v.551a3.49 3.49 0 0 0-2.949 2.949H.5a.5.5 0 1 0 0 1h.551A3.49 3.49 0 0 0 4 14.948v.551a.5.5 0 1 0 1 0v-.551a3.49 3.49 0 0 0 2.949-2.949H8.5a.5.5 0 1 0 0-1m-2.232 2.268a2.501 2.501 0 0 1-4.078-2.724a2.501 2.501 0 1 1 4.078 2.724"/></svg>
</template>

CSS

.icon-document-target-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.647%201.439l2.914%202.914l.001-.001c.281.282.439.663.439%201.061v7.586a2%202%200%200%201-2%202H7.258l.133-.1a2.4%202.4%200%200%200%20.281-.229c.203-.203.374-.434.534-.671h2.795a1%201%200%200%200%201-1v-7h-2.5a1.5%201.5%200%200%201-1.5-1.5v-2.5h-3a1%201%200%200%200-1%201v3.092a1.48%201.48%200%200%200-.983%201.177l-.01.004L3%207.276V3a2%202%200%200%201%202-2h3.586a1.5%201.5%200%200%201%201.061.439M9%204.499a.5.5%200%200%200%20.5.5h2.293L9%202.206zm-4.5%208a1%201%200%201%200%20.002-2.001a1%201%200%200%200-.002%202.001m4-1.5h-.551A3.49%203.49%200%200%200%205%208.05v-.551a.5.5%200%201%200-1%200v.551a3.49%203.49%200%200%200-2.949%202.949H.5a.5.5%200%201%200%200%201h.551A3.49%203.49%200%200%200%204%2014.948v.551a.5.5%200%201%200%201%200v-.551a3.49%203.49%200%200%200%202.949-2.949H8.5a.5.5%200%201%200%200-1m-2.232%202.268a2.501%202.501%200%200%201-4.078-2.724a2.501%202.501%200%201%201%204.078%202.724%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.647%201.439l2.914%202.914l.001-.001c.281.282.439.663.439%201.061v7.586a2%202%200%200%201-2%202H7.258l.133-.1a2.4%202.4%200%200%200%20.281-.229c.203-.203.374-.434.534-.671h2.795a1%201%200%200%200%201-1v-7h-2.5a1.5%201.5%200%200%201-1.5-1.5v-2.5h-3a1%201%200%200%200-1%201v3.092a1.48%201.48%200%200%200-.983%201.177l-.01.004L3%207.276V3a2%202%200%200%201%202-2h3.586a1.5%201.5%200%200%201%201.061.439M9%204.499a.5.5%200%200%200%20.5.5h2.293L9%202.206zm-4.5%208a1%201%200%201%200%20.002-2.001a1%201%200%200%200-.002%202.001m4-1.5h-.551A3.49%203.49%200%200%200%205%208.05v-.551a.5.5%200%201%200-1%200v.551a3.49%203.49%200%200%200-2.949%202.949H.5a.5.5%200%201%200%200%201h.551A3.49%203.49%200%200%200%204%2014.948v.551a.5.5%200%201%200%201%200v-.551a3.49%203.49%200%200%200%202.949-2.949H8.5a.5.5%200%201%200%200-1m-2.232%202.268a2.501%202.501%200%200%201-4.078-2.724a2.501%202.501%200%201%201%204.078%202.724%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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