ios filing icon

ios-filing-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
ios-filing-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios filing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M368.5 128h-225L80 224v160h352V224l-63.5-96zm44.9 96H368v-68l45.4 68zM160 144h192v80h-48c0 26.5-21.5 48-48 48s-48-21.5-48-48h-48v-80zm-16 12v68H98.6l45.4-68zm272 212H96V240h98c7.1 27.6 32.2 48 62 48s54.9-20.4 62-48h98v128z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosFilingOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M368.5 128h-225L80 224v160h352V224l-63.5-96zm44.9 96H368v-68l45.4 68zM160 144h192v80h-48c0 26.5-21.5 48-48 48s-48-21.5-48-48h-48v-80zm-16 12v68H98.6l45.4-68zm272 212H96V240h98c7.1 27.6 32.2 48 62 48s54.9-20.4 62-48h98v128z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M368.5 128h-225L80 224v160h352V224l-63.5-96zm44.9 96H368v-68l45.4 68zM160 144h192v80h-48c0 26.5-21.5 48-48 48s-48-21.5-48-48h-48v-80zm-16 12v68H98.6l45.4-68zm272 212H96V240h98c7.1 27.6 32.2 48 62 48s54.9-20.4 62-48h98v128z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-filing-outline {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M368.5%20128h-225L80%20224v160h352V224l-63.5-96zm44.9%2096H368v-68l45.4%2068zM160%20144h192v80h-48c0%2026.5-21.5%2048-48%2048s-48-21.5-48-48h-48v-80zm-16%2012v68H98.6l45.4-68zm272%20212H96V240h98c7.1%2027.6%2032.2%2048%2062%2048s54.9-20.4%2062-48h98v128z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M368.5%20128h-225L80%20224v160h352V224l-63.5-96zm44.9%2096H368v-68l45.4%2068zM160%20144h192v80h-48c0%2026.5-21.5%2048-48%2048s-48-21.5-48-48h-48v-80zm-16%2012v68H98.6l45.4-68zm272%20212H96V240h98c7.1%2027.6%2032.2%2048%2062%2048s54.9-20.4%2062-48h98v128z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-filing-outline.svg?color=%231a73e8&size=48