xcode logo
xcode from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.
- Name
- xcode
- Set
- Catppuccin Icons
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
The same logo in other sets
Use the xcode logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" d="M13.5 8v3.714a2.78 2.78 0 0 1-2.786 2.786H8.5m-4.5 0h-.714A2.78 2.78 0 0 1 .5 11.714V4.286A2.78 2.78 0 0 1 3.286 1.5H6M3.5 12L8 4M6 4l1.477 2.625m2.742 4.875l.281.5M3 9.5h2.977"/><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.884"><path stroke="#cad3f5" d="M14 12L.34 25.703c-1.443 1.447-3.267-.728-1.996-2.003L12 10" transform="matrix(.50714 -.15926 .15877 .5054 2.596 1.629)"/><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(.50714 -.15926 .15877 .5054 2.596 1.629)"/></g></svg>
React
import type { SVGProps } from "react";
export function CatppuccinXcode(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="#8aadf4" strokeLinecap="round" strokeLinejoin="round" d="M13.5 8v3.714a2.78 2.78 0 0 1-2.786 2.786H8.5m-4.5 0h-.714A2.78 2.78 0 0 1 .5 11.714V4.286A2.78 2.78 0 0 1 3.286 1.5H6M3.5 12L8 4M6 4l1.477 2.625m2.742 4.875l.281.5M3 9.5h2.977"/><g fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.884"><path stroke="#cad3f5" d="M14 12L.34 25.703c-1.443 1.447-3.267-.728-1.996-2.003L12 10" transform="matrix(.50714 -.15926 .15877 .5054 2.596 1.629)"/><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(.50714 -.15926 .15877 .5054 2.596 1.629)"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" d="M13.5 8v3.714a2.78 2.78 0 0 1-2.786 2.786H8.5m-4.5 0h-.714A2.78 2.78 0 0 1 .5 11.714V4.286A2.78 2.78 0 0 1 3.286 1.5H6M3.5 12L8 4M6 4l1.477 2.625m2.742 4.875l.281.5M3 9.5h2.977"/><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.884"><path stroke="#cad3f5" d="M14 12L.34 25.703c-1.443 1.447-3.267-.728-1.996-2.003L12 10" transform="matrix(.50714 -.15926 .15877 .5054 2.596 1.629)"/><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(.50714 -.15926 .15877 .5054 2.596 1.629)"/></g></svg> </template>
CSS
.icon-xcode {
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%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.5%208v3.714a2.78%202.78%200%200%201-2.786%202.786H8.5m-4.5%200h-.714A2.78%202.78%200%200%201%20.5%2011.714V4.286A2.78%202.78%200%200%201%203.286%201.5H6M3.5%2012L8%204M6%204l1.477%202.625m2.742%204.875l.281.5M3%209.5h2.977%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.884%22%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22M14%2012L.34%2025.703c-1.443%201.447-3.267-.728-1.996-2.003L12%2010%22%20transform%3D%22matrix(.50714%20-.15926%20.15877%20.5054%202.596%201.629)%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(.50714%20-.15926%20.15877%20.5054%202.596%201.629)%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.5%208v3.714a2.78%202.78%200%200%201-2.786%202.786H8.5m-4.5%200h-.714A2.78%202.78%200%200%201%20.5%2011.714V4.286A2.78%202.78%200%200%201%203.286%201.5H6M3.5%2012L8%204M6%204l1.477%202.625m2.742%204.875l.281.5M3%209.5h2.977%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.884%22%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22M14%2012L.34%2025.703c-1.443%201.447-3.267-.728-1.996-2.003L12%2010%22%20transform%3D%22matrix(.50714%20-.15926%20.15877%20.5054%202.596%201.629)%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(.50714%20-.15926%20.15877%20.5054%202.596%201.629)%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/xcode.svg?color=%231a73e8&size=48