ios paper icon

ios-paper from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-paper
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios paper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M124 80v322c0 7.7-6.3 14-14 14s-14-6.3-14-14V112H80c-17.7 0-32 14.3-32 32v288c0 17.7 14.3 32 32 32h353.1c17 0 30.9-13.8 30.9-30.9V80c0-17.7-14.3-32-32-32l-278 2c-17.7 0-30 12.3-30 30zm66 32h84c7.7 0 14 6.3 14 14s-6.3 14-14 14h-84c-7.7 0-14-6.3-14-14s6.3-14 14-14zm0 160h148c7.7 0 14 6.3 14 14s-6.3 14-14 14H190c-7.7 0-14-6.3-14-14s6.3-14 14-14zm196 108H190c-7.7 0-14-6.3-14-14s6.3-14 14-14h196c7.7 0 14 6.3 14 14s-6.3 14-14 14zm0-160H190c-7.7 0-14-6.3-14-14s6.3-14 14-14h196c7.7 0 14 6.3 14 14s-6.3 14-14 14z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosPaper(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M124 80v322c0 7.7-6.3 14-14 14s-14-6.3-14-14V112H80c-17.7 0-32 14.3-32 32v288c0 17.7 14.3 32 32 32h353.1c17 0 30.9-13.8 30.9-30.9V80c0-17.7-14.3-32-32-32l-278 2c-17.7 0-30 12.3-30 30zm66 32h84c7.7 0 14 6.3 14 14s-6.3 14-14 14h-84c-7.7 0-14-6.3-14-14s6.3-14 14-14zm0 160h148c7.7 0 14 6.3 14 14s-6.3 14-14 14H190c-7.7 0-14-6.3-14-14s6.3-14 14-14zm196 108H190c-7.7 0-14-6.3-14-14s6.3-14 14-14h196c7.7 0 14 6.3 14 14s-6.3 14-14 14zm0-160H190c-7.7 0-14-6.3-14-14s6.3-14 14-14h196c7.7 0 14 6.3 14 14s-6.3 14-14 14z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M124 80v322c0 7.7-6.3 14-14 14s-14-6.3-14-14V112H80c-17.7 0-32 14.3-32 32v288c0 17.7 14.3 32 32 32h353.1c17 0 30.9-13.8 30.9-30.9V80c0-17.7-14.3-32-32-32l-278 2c-17.7 0-30 12.3-30 30zm66 32h84c7.7 0 14 6.3 14 14s-6.3 14-14 14h-84c-7.7 0-14-6.3-14-14s6.3-14 14-14zm0 160h148c7.7 0 14 6.3 14 14s-6.3 14-14 14H190c-7.7 0-14-6.3-14-14s6.3-14 14-14zm196 108H190c-7.7 0-14-6.3-14-14s6.3-14 14-14h196c7.7 0 14 6.3 14 14s-6.3 14-14 14zm0-160H190c-7.7 0-14-6.3-14-14s6.3-14 14-14h196c7.7 0 14 6.3 14 14s-6.3 14-14 14z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-paper {
  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%22M124%2080v322c0%207.7-6.3%2014-14%2014s-14-6.3-14-14V112H80c-17.7%200-32%2014.3-32%2032v288c0%2017.7%2014.3%2032%2032%2032h353.1c17%200%2030.9-13.8%2030.9-30.9V80c0-17.7-14.3-32-32-32l-278%202c-17.7%200-30%2012.3-30%2030zm66%2032h84c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014h-84c-7.7%200-14-6.3-14-14s6.3-14%2014-14zm0%20160h148c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014H190c-7.7%200-14-6.3-14-14s6.3-14%2014-14zm196%20108H190c-7.7%200-14-6.3-14-14s6.3-14%2014-14h196c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014zm0-160H190c-7.7%200-14-6.3-14-14s6.3-14%2014-14h196c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014z%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%22M124%2080v322c0%207.7-6.3%2014-14%2014s-14-6.3-14-14V112H80c-17.7%200-32%2014.3-32%2032v288c0%2017.7%2014.3%2032%2032%2032h353.1c17%200%2030.9-13.8%2030.9-30.9V80c0-17.7-14.3-32-32-32l-278%202c-17.7%200-30%2012.3-30%2030zm66%2032h84c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014h-84c-7.7%200-14-6.3-14-14s6.3-14%2014-14zm0%20160h148c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014H190c-7.7%200-14-6.3-14-14s6.3-14%2014-14zm196%20108H190c-7.7%200-14-6.3-14-14s6.3-14%2014-14h196c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014zm0-160H190c-7.7%200-14-6.3-14-14s6.3-14%2014-14h196c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014z%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-paper.svg?color=%231a73e8&size=48