file half dashed icon

file-half-dashed from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
file-half-dashed
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the file half dashed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 576c-29.8 0-54.8-20.4-61.9-48H192zm104 0h-56v-48h56zm104 0h-56v-48h56zm109.9-48c-7.1 27.6-32.1 48-61.9 48v-48zM176 480h-48v-48h48zm336 0h-48v-48h48zM341.5 64c17 0 33.2 6.8 45.2 18.8l106.6 106.4c12 12 18.7 28.3 18.7 45.2V384H128V128c0-35.3 28.7-64 64-64zM336 216c0 13.3 10.7 24 24 24h93.5L336 122.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidFileHalfDashed(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 576c-29.8 0-54.8-20.4-61.9-48H192zm104 0h-56v-48h56zm104 0h-56v-48h56zm109.9-48c-7.1 27.6-32.1 48-61.9 48v-48zM176 480h-48v-48h48zm336 0h-48v-48h48zM341.5 64c17 0 33.2 6.8 45.2 18.8l106.6 106.4c12 12 18.7 28.3 18.7 45.2V384H128V128c0-35.3 28.7-64 64-64zM336 216c0 13.3 10.7 24 24 24h93.5L336 122.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 576c-29.8 0-54.8-20.4-61.9-48H192zm104 0h-56v-48h56zm104 0h-56v-48h56zm109.9-48c-7.1 27.6-32.1 48-61.9 48v-48zM176 480h-48v-48h48zm336 0h-48v-48h48zM341.5 64c17 0 33.2 6.8 45.2 18.8l106.6 106.4c12 12 18.7 28.3 18.7 45.2V384H128V128c0-35.3 28.7-64 64-64zM336 216c0 13.3 10.7 24 24 24h93.5L336 122.5z"/></svg>
</template>

CSS

.icon-file-half-dashed {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20576c-29.8%200-54.8-20.4-61.9-48H192zm104%200h-56v-48h56zm104%200h-56v-48h56zm109.9-48c-7.1%2027.6-32.1%2048-61.9%2048v-48zM176%20480h-48v-48h48zm336%200h-48v-48h48zM341.5%2064c17%200%2033.2%206.8%2045.2%2018.8l106.6%20106.4c12%2012%2018.7%2028.3%2018.7%2045.2V384H128V128c0-35.3%2028.7-64%2064-64zM336%20216c0%2013.3%2010.7%2024%2024%2024h93.5L336%20122.5z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20576c-29.8%200-54.8-20.4-61.9-48H192zm104%200h-56v-48h56zm104%200h-56v-48h56zm109.9-48c-7.1%2027.6-32.1%2048-61.9%2048v-48zM176%20480h-48v-48h48zm336%200h-48v-48h48zM341.5%2064c17%200%2033.2%206.8%2045.2%2018.8l106.6%20106.4c12%2012%2018.7%2028.3%2018.7%2045.2V384H128V128c0-35.3%2028.7-64%2064-64zM336%20216c0%2013.3%2010.7%2024%2024%2024h93.5L336%20122.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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