documents icon

documents-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
documents-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the documents icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M307.94 248L216 154.52V242a6 6 0 0 0 6 6Z"/><path fill="currentColor" d="M184 268V144H60a12 12 0 0 0-12 12v328a12 12 0 0 0 12 12h248a12 12 0 0 0 12-12V280H196a12 12 0 0 1-12-12m182-148h85.94L360 26.52V114a6 6 0 0 0 6 6"/><path fill="currentColor" d="M340 152a12 12 0 0 1-12-12V16H172a12 12 0 0 0-12 12v84h42.12A40.8 40.8 0 0 1 231 124.14l109.16 111a41.1 41.1 0 0 1 11.83 29V400H452a12 12 0 0 0 12-12V152Z"/></svg>

React

import type { SVGProps } from "react";

export function IonDocumentsSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M307.94 248L216 154.52V242a6 6 0 0 0 6 6Z"/><path fill="currentColor" d="M184 268V144H60a12 12 0 0 0-12 12v328a12 12 0 0 0 12 12h248a12 12 0 0 0 12-12V280H196a12 12 0 0 1-12-12m182-148h85.94L360 26.52V114a6 6 0 0 0 6 6"/><path fill="currentColor" d="M340 152a12 12 0 0 1-12-12V16H172a12 12 0 0 0-12 12v84h42.12A40.8 40.8 0 0 1 231 124.14l109.16 111a41.1 41.1 0 0 1 11.83 29V400H452a12 12 0 0 0 12-12V152Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M307.94 248L216 154.52V242a6 6 0 0 0 6 6Z"/><path fill="currentColor" d="M184 268V144H60a12 12 0 0 0-12 12v328a12 12 0 0 0 12 12h248a12 12 0 0 0 12-12V280H196a12 12 0 0 1-12-12m182-148h85.94L360 26.52V114a6 6 0 0 0 6 6"/><path fill="currentColor" d="M340 152a12 12 0 0 1-12-12V16H172a12 12 0 0 0-12 12v84h42.12A40.8 40.8 0 0 1 231 124.14l109.16 111a41.1 41.1 0 0 1 11.83 29V400H452a12 12 0 0 0 12-12V152Z"/></svg>
</template>

CSS

.icon-documents-sharp {
  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%20fill%3D%22currentColor%22%20d%3D%22M307.94%20248L216%20154.52V242a6%206%200%200%200%206%206Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M184%20268V144H60a12%2012%200%200%200-12%2012v328a12%2012%200%200%200%2012%2012h248a12%2012%200%200%200%2012-12V280H196a12%2012%200%200%201-12-12m182-148h85.94L360%2026.52V114a6%206%200%200%200%206%206%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M340%20152a12%2012%200%200%201-12-12V16H172a12%2012%200%200%200-12%2012v84h42.12A40.8%2040.8%200%200%201%20231%20124.14l109.16%20111a41.1%2041.1%200%200%201%2011.83%2029V400H452a12%2012%200%200%200%2012-12V152Z%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%20fill%3D%22currentColor%22%20d%3D%22M307.94%20248L216%20154.52V242a6%206%200%200%200%206%206Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M184%20268V144H60a12%2012%200%200%200-12%2012v328a12%2012%200%200%200%2012%2012h248a12%2012%200%200%200%2012-12V280H196a12%2012%200%200%201-12-12m182-148h85.94L360%2026.52V114a6%206%200%200%200%206%206%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M340%20152a12%2012%200%200%201-12-12V16H172a12%2012%200%200%200-12%2012v84h42.12A40.8%2040.8%200%200%201%20231%20124.14l109.16%20111a41.1%2041.1%200%200%201%2011.83%2029V400H452a12%2012%200%200%200%2012-12V152Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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