ios folder icon

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

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

1 other variant in IonIcons

Related icons in IonIcons

Use the ios folder icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M480 119c0-13.3-9.4-23-22.8-23H198.9c-2.8 0-4.3-.6-6.1-2.4l-22.5-22.5-.2-.2c-4.9-4.6-8.9-6.9-17.3-6.9H56.7C42.9 64 32 74.3 32 87v73.7c0 1.6 1.7 1.5 3 .7s5-1.4 7-1.4h428c2 0 5.7.6 7 1.4 1.3.8 3 .9 3-.7V119z" fill="currentColor"/><path d="M32 416.4c0 17.5 14.2 31.6 31.6 31.6H448c17.6 0 32-14.4 32-32V204c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v212.4z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosFolder(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M480 119c0-13.3-9.4-23-22.8-23H198.9c-2.8 0-4.3-.6-6.1-2.4l-22.5-22.5-.2-.2c-4.9-4.6-8.9-6.9-17.3-6.9H56.7C42.9 64 32 74.3 32 87v73.7c0 1.6 1.7 1.5 3 .7s5-1.4 7-1.4h428c2 0 5.7.6 7 1.4 1.3.8 3 .9 3-.7V119z" fill="currentColor"/><path d="M32 416.4c0 17.5 14.2 31.6 31.6 31.6H448c17.6 0 32-14.4 32-32V204c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v212.4z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M480 119c0-13.3-9.4-23-22.8-23H198.9c-2.8 0-4.3-.6-6.1-2.4l-22.5-22.5-.2-.2c-4.9-4.6-8.9-6.9-17.3-6.9H56.7C42.9 64 32 74.3 32 87v73.7c0 1.6 1.7 1.5 3 .7s5-1.4 7-1.4h428c2 0 5.7.6 7 1.4 1.3.8 3 .9 3-.7V119z" fill="currentColor"/><path d="M32 416.4c0 17.5 14.2 31.6 31.6 31.6H448c17.6 0 32-14.4 32-32V204c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v212.4z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-folder {
  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%22M480%20119c0-13.3-9.4-23-22.8-23H198.9c-2.8%200-4.3-.6-6.1-2.4l-22.5-22.5-.2-.2c-4.9-4.6-8.9-6.9-17.3-6.9H56.7C42.9%2064%2032%2074.3%2032%2087v73.7c0%201.6%201.7%201.5%203%20.7s5-1.4%207-1.4h428c2%200%205.7.6%207%201.4%201.3.8%203%20.9%203-.7V119z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M32%20416.4c0%2017.5%2014.2%2031.6%2031.6%2031.6H448c17.6%200%2032-14.4%2032-32V204c0-8.8-7.2-16-16-16H48c-8.8%200-16%207.2-16%2016v212.4z%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%22M480%20119c0-13.3-9.4-23-22.8-23H198.9c-2.8%200-4.3-.6-6.1-2.4l-22.5-22.5-.2-.2c-4.9-4.6-8.9-6.9-17.3-6.9H56.7C42.9%2064%2032%2074.3%2032%2087v73.7c0%201.6%201.7%201.5%203%20.7s5-1.4%207-1.4h428c2%200%205.7.6%207%201.4%201.3.8%203%20.9%203-.7V119z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M32%20416.4c0%2017.5%2014.2%2031.6%2031.6%2031.6H448c17.6%200%2032-14.4%2032-32V204c0-8.8-7.2-16-16-16H48c-8.8%200-16%207.2-16%2016v212.4z%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-folder.svg?color=%231a73e8&size=48