folder xcode open logo

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

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

Related icons in Catppuccin Icons

Use the folder xcode open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="#8aadf4" stroke-width=".583" d="M14.54 11.61v2.164c0 .9-.724 1.623-1.623 1.623h-1.29m-2.622 0h-.416a1.62 1.62 0 0 1-1.623-1.623V9.445c0-.9.724-1.623 1.623-1.623h1.582m-1.457 6.119l2.622-4.662m-1.165 0l.86 1.53m1.598 2.841l.164.291m-4.37-1.457h1.735" transform="matrix(.9666 0 0 .9654 .545 .551)"/><g stroke-width="1.884"><path stroke="#cad3f5" d="M14 12L.34 25.7c-1.443 1.447-3.267-.727-1.996-2.003l13.66-13.7" transform="matrix(.28563 -.08959 .08943 .28431 8.462 8.176)"/><path stroke="#8087a2" d="m21.5 11.5l-1.914-1.914A2 2 0 0 1 19 8.172V7l-2.26-2.26a6 6 0 0 0-4.202-1.756L9 2.96l.92.82A6.18 6.18 0 0 1 12 8.4V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5m-.408.569l3.854-4.031" transform="matrix(.28563 -.08959 .08943 .28431 8.462 8.176)"/></g><path stroke="#cad3f5" d="m1.873 8l.702-2.74a1.002 1 0 0 1 .961-.76h10.96a1.002 1 0 0 1 .973 1.24l-.22.875M6.009 13.5H2.001A1.503 1.5 0 0 1 .498 12V3.5a1.002 1 0 0 1 1.002-1h5.01a1.002 1 0 0 1 1.002 1v1" transform="scale(1.0004 1.0002)"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinFolderXcodeOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" strokeLinecap="round" strokeLinejoin="round"><path stroke="#8aadf4" strokeWidth=".583" d="M14.54 11.61v2.164c0 .9-.724 1.623-1.623 1.623h-1.29m-2.622 0h-.416a1.62 1.62 0 0 1-1.623-1.623V9.445c0-.9.724-1.623 1.623-1.623h1.582m-1.457 6.119l2.622-4.662m-1.165 0l.86 1.53m1.598 2.841l.164.291m-4.37-1.457h1.735" transform="matrix(.9666 0 0 .9654 .545 .551)"/><g strokeWidth="1.884"><path stroke="#cad3f5" d="M14 12L.34 25.7c-1.443 1.447-3.267-.727-1.996-2.003l13.66-13.7" transform="matrix(.28563 -.08959 .08943 .28431 8.462 8.176)"/><path stroke="#8087a2" d="m21.5 11.5l-1.914-1.914A2 2 0 0 1 19 8.172V7l-2.26-2.26a6 6 0 0 0-4.202-1.756L9 2.96l.92.82A6.18 6.18 0 0 1 12 8.4V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5m-.408.569l3.854-4.031" transform="matrix(.28563 -.08959 .08943 .28431 8.462 8.176)"/></g><path stroke="#cad3f5" d="m1.873 8l.702-2.74a1.002 1 0 0 1 .961-.76h10.96a1.002 1 0 0 1 .973 1.24l-.22.875M6.009 13.5H2.001A1.503 1.5 0 0 1 .498 12V3.5a1.002 1 0 0 1 1.002-1h5.01a1.002 1 0 0 1 1.002 1v1" transform="scale(1.0004 1.0002)"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="#8aadf4" stroke-width=".583" d="M14.54 11.61v2.164c0 .9-.724 1.623-1.623 1.623h-1.29m-2.622 0h-.416a1.62 1.62 0 0 1-1.623-1.623V9.445c0-.9.724-1.623 1.623-1.623h1.582m-1.457 6.119l2.622-4.662m-1.165 0l.86 1.53m1.598 2.841l.164.291m-4.37-1.457h1.735" transform="matrix(.9666 0 0 .9654 .545 .551)"/><g stroke-width="1.884"><path stroke="#cad3f5" d="M14 12L.34 25.7c-1.443 1.447-3.267-.727-1.996-2.003l13.66-13.7" transform="matrix(.28563 -.08959 .08943 .28431 8.462 8.176)"/><path stroke="#8087a2" d="m21.5 11.5l-1.914-1.914A2 2 0 0 1 19 8.172V7l-2.26-2.26a6 6 0 0 0-4.202-1.756L9 2.96l.92.82A6.18 6.18 0 0 1 12 8.4V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5m-.408.569l3.854-4.031" transform="matrix(.28563 -.08959 .08943 .28431 8.462 8.176)"/></g><path stroke="#cad3f5" d="m1.873 8l.702-2.74a1.002 1 0 0 1 .961-.76h10.96a1.002 1 0 0 1 .973 1.24l-.22.875M6.009 13.5H2.001A1.503 1.5 0 0 1 .498 12V3.5a1.002 1 0 0 1 1.002-1h5.01a1.002 1 0 0 1 1.002 1v1" transform="scale(1.0004 1.0002)"/></g></svg>
</template>

CSS

.icon-folder-xcode-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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%238aadf4%22%20stroke-width%3D%22.583%22%20d%3D%22M14.54%2011.61v2.164c0%20.9-.724%201.623-1.623%201.623h-1.29m-2.622%200h-.416a1.62%201.62%200%200%201-1.623-1.623V9.445c0-.9.724-1.623%201.623-1.623h1.582m-1.457%206.119l2.622-4.662m-1.165%200l.86%201.53m1.598%202.841l.164.291m-4.37-1.457h1.735%22%20transform%3D%22matrix(.9666%200%200%20.9654%20.545%20.551)%22%2F%3E%3Cg%20stroke-width%3D%221.884%22%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22M14%2012L.34%2025.7c-1.443%201.447-3.267-.727-1.996-2.003l13.66-13.7%22%20transform%3D%22matrix(.28563%20-.08959%20.08943%20.28431%208.462%208.176)%22%2F%3E%3Cpath%20stroke%3D%22%238087a2%22%20d%3D%22m21.5%2011.5l-1.914-1.914A2%202%200%200%201%2019%208.172V7l-2.26-2.26a6%206%200%200%200-4.202-1.756L9%202.96l.92.82A6.18%206.18%200%200%201%2012%208.4V10l2%202h1.172a2%202%200%200%201%201.414.586L18.5%2014.5m-.408.569l3.854-4.031%22%20transform%3D%22matrix(.28563%20-.08959%20.08943%20.28431%208.462%208.176)%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22m1.873%208l.702-2.74a1.002%201%200%200%201%20.961-.76h10.96a1.002%201%200%200%201%20.973%201.24l-.22.875M6.009%2013.5H2.001A1.503%201.5%200%200%201%20.498%2012V3.5a1.002%201%200%200%201%201.002-1h5.01a1.002%201%200%200%201%201.002%201v1%22%20transform%3D%22scale(1.0004%201.0002)%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%238aadf4%22%20stroke-width%3D%22.583%22%20d%3D%22M14.54%2011.61v2.164c0%20.9-.724%201.623-1.623%201.623h-1.29m-2.622%200h-.416a1.62%201.62%200%200%201-1.623-1.623V9.445c0-.9.724-1.623%201.623-1.623h1.582m-1.457%206.119l2.622-4.662m-1.165%200l.86%201.53m1.598%202.841l.164.291m-4.37-1.457h1.735%22%20transform%3D%22matrix(.9666%200%200%20.9654%20.545%20.551)%22%2F%3E%3Cg%20stroke-width%3D%221.884%22%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22M14%2012L.34%2025.7c-1.443%201.447-3.267-.727-1.996-2.003l13.66-13.7%22%20transform%3D%22matrix(.28563%20-.08959%20.08943%20.28431%208.462%208.176)%22%2F%3E%3Cpath%20stroke%3D%22%238087a2%22%20d%3D%22m21.5%2011.5l-1.914-1.914A2%202%200%200%201%2019%208.172V7l-2.26-2.26a6%206%200%200%200-4.202-1.756L9%202.96l.92.82A6.18%206.18%200%200%201%2012%208.4V10l2%202h1.172a2%202%200%200%201%201.414.586L18.5%2014.5m-.408.569l3.854-4.031%22%20transform%3D%22matrix(.28563%20-.08959%20.08943%20.28431%208.462%208.176)%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22m1.873%208l.702-2.74a1.002%201%200%200%201%20.961-.76h10.96a1.002%201%200%200%201%20.973%201.24l-.22.875M6.009%2013.5H2.001A1.503%201.5%200%200%201%20.498%2012V3.5a1.002%201%200%200%201%201.002-1h5.01a1.002%201%200%200%201%201.002%201v1%22%20transform%3D%22scale(1.0004%201.0002)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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