ios folder open icon

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

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

Related icons in IonIcons

Use the ios folder open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448 119c0-13.3-9.4-23-22.8-23H230.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.9H88.7C74.9 64 64 74.3 64 87v73h384v-41z" fill="currentColor"/><path d="M64 188h-8.3c-12.8 0-25.3 5.1-23.5 24.3C34 231.5 55.7 423 55.7 423c2.7 17.8 11.7 25 25 25h352.5c12.7 0 21-7.8 23-25 0 0 22.2-184.9 23.6-205.5 1.4-20.5-8.9-29.5-23.6-29.5H64z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosFolderOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448 119c0-13.3-9.4-23-22.8-23H230.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.9H88.7C74.9 64 64 74.3 64 87v73h384v-41z" fill="currentColor"/><path d="M64 188h-8.3c-12.8 0-25.3 5.1-23.5 24.3C34 231.5 55.7 423 55.7 423c2.7 17.8 11.7 25 25 25h352.5c12.7 0 21-7.8 23-25 0 0 22.2-184.9 23.6-205.5 1.4-20.5-8.9-29.5-23.6-29.5H64z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448 119c0-13.3-9.4-23-22.8-23H230.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.9H88.7C74.9 64 64 74.3 64 87v73h384v-41z" fill="currentColor"/><path d="M64 188h-8.3c-12.8 0-25.3 5.1-23.5 24.3C34 231.5 55.7 423 55.7 423c2.7 17.8 11.7 25 25 25h352.5c12.7 0 21-7.8 23-25 0 0 22.2-184.9 23.6-205.5 1.4-20.5-8.9-29.5-23.6-29.5H64z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-folder-open {
  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%22M448%20119c0-13.3-9.4-23-22.8-23H230.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.9H88.7C74.9%2064%2064%2074.3%2064%2087v73h384v-41z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M64%20188h-8.3c-12.8%200-25.3%205.1-23.5%2024.3C34%20231.5%2055.7%20423%2055.7%20423c2.7%2017.8%2011.7%2025%2025%2025h352.5c12.7%200%2021-7.8%2023-25%200%200%2022.2-184.9%2023.6-205.5%201.4-20.5-8.9-29.5-23.6-29.5H64z%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%22M448%20119c0-13.3-9.4-23-22.8-23H230.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.9H88.7C74.9%2064%2064%2074.3%2064%2087v73h384v-41z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M64%20188h-8.3c-12.8%200-25.3%205.1-23.5%2024.3C34%20231.5%2055.7%20423%2055.7%20423c2.7%2017.8%2011.7%2025%2025%2025h352.5c12.7%200%2021-7.8%2023-25%200%200%2022.2-184.9%2023.6-205.5%201.4-20.5-8.9-29.5-23.6-29.5H64z%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-open.svg?color=%231a73e8&size=48