file dashed icon

file-dashed-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
file-dashed-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the file dashed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 88h-56V32Z" opacity=".2"/><path d="M80 224a8 8 0 0 1-8 8H56a16 16 0 0 1-16-16v-32a8 8 0 0 1 16 0v32h16a8 8 0 0 1 8 8M216 88v48a8 8 0 0 1-16 0V96h-48a8 8 0 0 1-8-8V40h-24a8 8 0 0 1 0-16h32a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88m-56-8h28.69L160 51.31ZM80 24H56a16 16 0 0 0-16 16v24a8 8 0 0 0 16 0V40h24a8 8 0 0 0 0-16m128 144a8 8 0 0 0-8 8v40h-8a8 8 0 0 0 0 16h8a16 16 0 0 0 16-16v-40a8 8 0 0 0-8-8M48 152a8 8 0 0 0 8-8v-40a8 8 0 0 0-16 0v40a8 8 0 0 0 8 8m104 64h-40a8 8 0 0 0 0 16h40a8 8 0 0 0 0-16"/></g></svg>

React

import type { SVGProps } from "react";

export function PhFileDashedDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 88h-56V32Z" opacity=".2"/><path d="M80 224a8 8 0 0 1-8 8H56a16 16 0 0 1-16-16v-32a8 8 0 0 1 16 0v32h16a8 8 0 0 1 8 8M216 88v48a8 8 0 0 1-16 0V96h-48a8 8 0 0 1-8-8V40h-24a8 8 0 0 1 0-16h32a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88m-56-8h28.69L160 51.31ZM80 24H56a16 16 0 0 0-16 16v24a8 8 0 0 0 16 0V40h24a8 8 0 0 0 0-16m128 144a8 8 0 0 0-8 8v40h-8a8 8 0 0 0 0 16h8a16 16 0 0 0 16-16v-40a8 8 0 0 0-8-8M48 152a8 8 0 0 0 8-8v-40a8 8 0 0 0-16 0v40a8 8 0 0 0 8 8m104 64h-40a8 8 0 0 0 0 16h40a8 8 0 0 0 0-16"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 88h-56V32Z" opacity=".2"/><path d="M80 224a8 8 0 0 1-8 8H56a16 16 0 0 1-16-16v-32a8 8 0 0 1 16 0v32h16a8 8 0 0 1 8 8M216 88v48a8 8 0 0 1-16 0V96h-48a8 8 0 0 1-8-8V40h-24a8 8 0 0 1 0-16h32a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88m-56-8h28.69L160 51.31ZM80 24H56a16 16 0 0 0-16 16v24a8 8 0 0 0 16 0V40h24a8 8 0 0 0 0-16m128 144a8 8 0 0 0-8 8v40h-8a8 8 0 0 0 0 16h8a16 16 0 0 0 16-16v-40a8 8 0 0 0-8-8M48 152a8 8 0 0 0 8-8v-40a8 8 0 0 0-16 0v40a8 8 0 0 0 8 8m104 64h-40a8 8 0 0 0 0 16h40a8 8 0 0 0 0-16"/></g></svg>
</template>

CSS

.icon-file-dashed-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M208%2088h-56V32Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M80%20224a8%208%200%200%201-8%208H56a16%2016%200%200%201-16-16v-32a8%208%200%200%201%2016%200v32h16a8%208%200%200%201%208%208M216%2088v48a8%208%200%200%201-16%200V96h-48a8%208%200%200%201-8-8V40h-24a8%208%200%200%201%200-16h32a8%208%200%200%201%205.66%202.34l56%2056A8%208%200%200%201%20216%2088m-56-8h28.69L160%2051.31ZM80%2024H56a16%2016%200%200%200-16%2016v24a8%208%200%200%200%2016%200V40h24a8%208%200%200%200%200-16m128%20144a8%208%200%200%200-8%208v40h-8a8%208%200%200%200%200%2016h8a16%2016%200%200%200%2016-16v-40a8%208%200%200%200-8-8M48%20152a8%208%200%200%200%208-8v-40a8%208%200%200%200-16%200v40a8%208%200%200%200%208%208m104%2064h-40a8%208%200%200%200%200%2016h40a8%208%200%200%200%200-16%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M208%2088h-56V32Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M80%20224a8%208%200%200%201-8%208H56a16%2016%200%200%201-16-16v-32a8%208%200%200%201%2016%200v32h16a8%208%200%200%201%208%208M216%2088v48a8%208%200%200%201-16%200V96h-48a8%208%200%200%201-8-8V40h-24a8%208%200%200%201%200-16h32a8%208%200%200%201%205.66%202.34l56%2056A8%208%200%200%201%20216%2088m-56-8h28.69L160%2051.31ZM80%2024H56a16%2016%200%200%200-16%2016v24a8%208%200%200%200%2016%200V40h24a8%208%200%200%200%200-16m128%20144a8%208%200%200%200-8%208v40h-8a8%208%200%200%200%200%2016h8a16%2016%200%200%200%2016-16v-40a8%208%200%200%200-8-8M48%20152a8%208%200%200%200%208-8v-40a8%208%200%200%200-16%200v40a8%208%200%200%200%208%208m104%2064h-40a8%208%200%200%200%200%2016h40a8%208%200%200%200%200-16%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-dashed-duotone.svg?color=%231a73e8&size=48