folder-macos from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.

Name
folder-macos
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT

The same logo in other sets

Related icons in Catppuccin Icons

Use the folder macos logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M4.5 4.5H12c.8 0 1.5.7 1.5 1.5v.5m-7.5 7H2c-.8 0-1.5-.7-1.5-1.5V3.5c0-.6.4-1 1-1h5c.6 0 1 .4 1 1v1"/><path fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" d="M9.777 9.704v.526"/><path fill="none" stroke="#91d7e3" stroke-linecap="round" stroke-linejoin="round" d="M12.395 14.848H7.813V8.455h4.421"/><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M13.38 9.704v.526"/><path fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" d="M9.345 12.87a5.7 5.7 0 0 0 2.842.53"/><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M12.187 13.4c.6-.046 1.05-.193 1.76-.53"/><path fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" d="M12.234 8.455H15.5v6.393h-3.105"/><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M12.693 7.813s-1.436 1.446-1.74 4.268h1.325s-.425 1.902.344 3.419"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinFolderMacos(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#cad3f5" strokeLinecap="round" strokeLinejoin="round" d="M4.5 4.5H12c.8 0 1.5.7 1.5 1.5v.5m-7.5 7H2c-.8 0-1.5-.7-1.5-1.5V3.5c0-.6.4-1 1-1h5c.6 0 1 .4 1 1v1"/><path fill="none" stroke="#8aadf4" strokeLinecap="round" strokeLinejoin="round" d="M9.777 9.704v.526"/><path fill="none" stroke="#91d7e3" strokeLinecap="round" strokeLinejoin="round" d="M12.395 14.848H7.813V8.455h4.421"/><path fill="none" stroke="#cad3f5" strokeLinecap="round" strokeLinejoin="round" d="M13.38 9.704v.526"/><path fill="none" stroke="#8aadf4" strokeLinecap="round" strokeLinejoin="round" d="M9.345 12.87a5.7 5.7 0 0 0 2.842.53"/><path fill="none" stroke="#cad3f5" strokeLinecap="round" strokeLinejoin="round" d="M12.187 13.4c.6-.046 1.05-.193 1.76-.53"/><path fill="none" stroke="#8aadf4" strokeLinecap="round" strokeLinejoin="round" d="M12.234 8.455H15.5v6.393h-3.105"/><path fill="none" stroke="#cad3f5" strokeLinecap="round" strokeLinejoin="round" d="M12.693 7.813s-1.436 1.446-1.74 4.268h1.325s-.425 1.902.344 3.419"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M4.5 4.5H12c.8 0 1.5.7 1.5 1.5v.5m-7.5 7H2c-.8 0-1.5-.7-1.5-1.5V3.5c0-.6.4-1 1-1h5c.6 0 1 .4 1 1v1"/><path fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" d="M9.777 9.704v.526"/><path fill="none" stroke="#91d7e3" stroke-linecap="round" stroke-linejoin="round" d="M12.395 14.848H7.813V8.455h4.421"/><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M13.38 9.704v.526"/><path fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" d="M9.345 12.87a5.7 5.7 0 0 0 2.842.53"/><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M12.187 13.4c.6-.046 1.05-.193 1.76-.53"/><path fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" d="M12.234 8.455H15.5v6.393h-3.105"/><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M12.693 7.813s-1.436 1.446-1.74 4.268h1.325s-.425 1.902.344 3.419"/></svg>
</template>

CSS

.icon-folder-macos {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.5%204.5H12c.8%200%201.5.7%201.5%201.5v.5m-7.5%207H2c-.8%200-1.5-.7-1.5-1.5V3.5c0-.6.4-1%201-1h5c.6%200%201%20.4%201%201v1%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.777%209.704v.526%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2391d7e3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.395%2014.848H7.813V8.455h4.421%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.38%209.704v.526%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.345%2012.87a5.7%205.7%200%200%200%202.842.53%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.187%2013.4c.6-.046%201.05-.193%201.76-.53%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.234%208.455H15.5v6.393h-3.105%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.693%207.813s-1.436%201.446-1.74%204.268h1.325s-.425%201.902.344%203.419%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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.5%204.5H12c.8%200%201.5.7%201.5%201.5v.5m-7.5%207H2c-.8%200-1.5-.7-1.5-1.5V3.5c0-.6.4-1%201-1h5c.6%200%201%20.4%201%201v1%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.777%209.704v.526%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2391d7e3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.395%2014.848H7.813V8.455h4.421%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.38%209.704v.526%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.345%2012.87a5.7%205.7%200%200%200%202.842.53%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.187%2013.4c.6-.046%201.05-.193%201.76-.53%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.234%208.455H15.5v6.393h-3.105%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.693%207.813s-1.436%201.446-1.74%204.268h1.325s-.425%201.902.344%203.419%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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