humans logo
humans from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.
- Name
- humans
- Set
- Catppuccin Icons
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
Use the humans logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><g stroke="#f5a97f" stroke-linejoin="round" clip-path="url(#SVGbDH6ubpA)"><path d="M2.28 1.87C1.1 2.2.32 3.45.53 4.8l1.38 8.6c.14.9.7 1.62 1.44 1.93V3.68c0-.58-.21-.7-.64-.7h-.43v-1.1Zm3.19-.47c.15.23.24.56.24 1v4.53l.31-.4c.62-.83 1.27-1.69 3.02-1.69c2.36 0 3.32 1.28 3.32 2.9v4.83c-.01.43-.02.87.54.87h2.56c.04-.27.05-.55.02-.84l-1.24-9.9C14.07 1.33 12.9.35 11.62.53l-6.15.88Z"/><path d="M10.89 15.5c-.54-.14-.78-.68-.78-1.48V8.44c0-.81-.54-1.27-1.72-1.27s-2.68.7-2.68 2.32v6.01z"/></g><defs><clipPath id="SVGbDH6ubpA"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function CatppuccinHumans(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"><g stroke="#f5a97f" strokeLinejoin="round" clipPath="url(#SVGbDH6ubpA)"><path d="M2.28 1.87C1.1 2.2.32 3.45.53 4.8l1.38 8.6c.14.9.7 1.62 1.44 1.93V3.68c0-.58-.21-.7-.64-.7h-.43v-1.1Zm3.19-.47c.15.23.24.56.24 1v4.53l.31-.4c.62-.83 1.27-1.69 3.02-1.69c2.36 0 3.32 1.28 3.32 2.9v4.83c-.01.43-.02.87.54.87h2.56c.04-.27.05-.55.02-.84l-1.24-9.9C14.07 1.33 12.9.35 11.62.53l-6.15.88Z"/><path d="M10.89 15.5c-.54-.14-.78-.68-.78-1.48V8.44c0-.81-.54-1.27-1.72-1.27s-2.68.7-2.68 2.32v6.01z"/></g><defs><clipPath id="SVGbDH6ubpA"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><g stroke="#f5a97f" stroke-linejoin="round" clip-path="url(#SVGbDH6ubpA)"><path d="M2.28 1.87C1.1 2.2.32 3.45.53 4.8l1.38 8.6c.14.9.7 1.62 1.44 1.93V3.68c0-.58-.21-.7-.64-.7h-.43v-1.1Zm3.19-.47c.15.23.24.56.24 1v4.53l.31-.4c.62-.83 1.27-1.69 3.02-1.69c2.36 0 3.32 1.28 3.32 2.9v4.83c-.01.43-.02.87.54.87h2.56c.04-.27.05-.55.02-.84l-1.24-9.9C14.07 1.33 12.9.35 11.62.53l-6.15.88Z"/><path d="M10.89 15.5c-.54-.14-.78-.68-.78-1.48V8.44c0-.81-.54-1.27-1.72-1.27s-2.68.7-2.68 2.32v6.01z"/></g><defs><clipPath id="SVGbDH6ubpA"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-humans {
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%3E%3Cg%20stroke%3D%22%23f5a97f%22%20stroke-linejoin%3D%22round%22%20clip-path%3D%22url(%23SVGbDH6ubpA)%22%3E%3Cpath%20d%3D%22M2.28%201.87C1.1%202.2.32%203.45.53%204.8l1.38%208.6c.14.9.7%201.62%201.44%201.93V3.68c0-.58-.21-.7-.64-.7h-.43v-1.1Zm3.19-.47c.15.23.24.56.24%201v4.53l.31-.4c.62-.83%201.27-1.69%203.02-1.69c2.36%200%203.32%201.28%203.32%202.9v4.83c-.01.43-.02.87.54.87h2.56c.04-.27.05-.55.02-.84l-1.24-9.9C14.07%201.33%2012.9.35%2011.62.53l-6.15.88Z%22%2F%3E%3Cpath%20d%3D%22M10.89%2015.5c-.54-.14-.78-.68-.78-1.48V8.44c0-.81-.54-1.27-1.72-1.27s-2.68.7-2.68%202.32v6.01z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGbDH6ubpA%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h16v16H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3E%3Cg%20stroke%3D%22%23f5a97f%22%20stroke-linejoin%3D%22round%22%20clip-path%3D%22url(%23SVGbDH6ubpA)%22%3E%3Cpath%20d%3D%22M2.28%201.87C1.1%202.2.32%203.45.53%204.8l1.38%208.6c.14.9.7%201.62%201.44%201.93V3.68c0-.58-.21-.7-.64-.7h-.43v-1.1Zm3.19-.47c.15.23.24.56.24%201v4.53l.31-.4c.62-.83%201.27-1.69%203.02-1.69c2.36%200%203.32%201.28%203.32%202.9v4.83c-.01.43-.02.87.54.87h2.56c.04-.27.05-.55.02-.84l-1.24-9.9C14.07%201.33%2012.9.35%2011.62.53l-6.15.88Z%22%2F%3E%3Cpath%20d%3D%22M10.89%2015.5c-.54-.14-.78-.68-.78-1.48V8.44c0-.81-.54-1.27-1.72-1.27s-2.68.7-2.68%202.32v6.01z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGbDH6ubpA%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h16v16H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/catppuccin/humans.svg?color=%231a73e8&size=48