nest-guard from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.

Name
nest-guard
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT

Related icons in Catppuccin Icons

Use the nest guard logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#a6da95" stroke-linecap="round" stroke-linejoin="round" d="m11.5 15.5l.5-3.47C10.5 16 8.34 15.28 7.52 15.5c-.23.06 1.67-.48 2.48-2c-.9.33-1.56.5-1.98.5c1.42-1.23 1.91-2.4 1.5-3.5c-.34 2.33-4.61 4.11-5.53 2.06c-.6-1.37-.28-2.23.97-2.57c0 1.06.51 1.59 1.54 1.59V10.5l1.97.91C8.16 8.14 6 6.83 2 7.5C1 6.35.5 5.52.5 5c0-.78.25-1 1-1s1-.02 2.03-1.05C5.09 1.46 7.1 1.1 9.5 2.57Q9.17 1.625 10.55.5c1.48.73 2.13 1.73 1.94 3s-1.02 1.94-2.5 2c.49.37 1.15.37 2 0a2.41 2.41 0 0 0 1.48-2c1.35 1.67 2.02 3.33 2.02 5s-.35 3.02-1.04 4.06l-.5-2.06c-.98 3.5-1.56 4.3-2.47 5Z"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinNestGuard(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="#a6da95" strokeLinecap="round" strokeLinejoin="round" d="m11.5 15.5l.5-3.47C10.5 16 8.34 15.28 7.52 15.5c-.23.06 1.67-.48 2.48-2c-.9.33-1.56.5-1.98.5c1.42-1.23 1.91-2.4 1.5-3.5c-.34 2.33-4.61 4.11-5.53 2.06c-.6-1.37-.28-2.23.97-2.57c0 1.06.51 1.59 1.54 1.59V10.5l1.97.91C8.16 8.14 6 6.83 2 7.5C1 6.35.5 5.52.5 5c0-.78.25-1 1-1s1-.02 2.03-1.05C5.09 1.46 7.1 1.1 9.5 2.57Q9.17 1.625 10.55.5c1.48.73 2.13 1.73 1.94 3s-1.02 1.94-2.5 2c.49.37 1.15.37 2 0a2.41 2.41 0 0 0 1.48-2c1.35 1.67 2.02 3.33 2.02 5s-.35 3.02-1.04 4.06l-.5-2.06c-.98 3.5-1.56 4.3-2.47 5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#a6da95" stroke-linecap="round" stroke-linejoin="round" d="m11.5 15.5l.5-3.47C10.5 16 8.34 15.28 7.52 15.5c-.23.06 1.67-.48 2.48-2c-.9.33-1.56.5-1.98.5c1.42-1.23 1.91-2.4 1.5-3.5c-.34 2.33-4.61 4.11-5.53 2.06c-.6-1.37-.28-2.23.97-2.57c0 1.06.51 1.59 1.54 1.59V10.5l1.97.91C8.16 8.14 6 6.83 2 7.5C1 6.35.5 5.52.5 5c0-.78.25-1 1-1s1-.02 2.03-1.05C5.09 1.46 7.1 1.1 9.5 2.57Q9.17 1.625 10.55.5c1.48.73 2.13 1.73 1.94 3s-1.02 1.94-2.5 2c.49.37 1.15.37 2 0a2.41 2.41 0 0 0 1.48-2c1.35 1.67 2.02 3.33 2.02 5s-.35 3.02-1.04 4.06l-.5-2.06c-.98 3.5-1.56 4.3-2.47 5Z"/></svg>
</template>

CSS

.icon-nest-guard {
  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%23a6da95%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m11.5%2015.5l.5-3.47C10.5%2016%208.34%2015.28%207.52%2015.5c-.23.06%201.67-.48%202.48-2c-.9.33-1.56.5-1.98.5c1.42-1.23%201.91-2.4%201.5-3.5c-.34%202.33-4.61%204.11-5.53%202.06c-.6-1.37-.28-2.23.97-2.57c0%201.06.51%201.59%201.54%201.59V10.5l1.97.91C8.16%208.14%206%206.83%202%207.5C1%206.35.5%205.52.5%205c0-.78.25-1%201-1s1-.02%202.03-1.05C5.09%201.46%207.1%201.1%209.5%202.57Q9.17%201.625%2010.55.5c1.48.73%202.13%201.73%201.94%203s-1.02%201.94-2.5%202c.49.37%201.15.37%202%200a2.41%202.41%200%200%200%201.48-2c1.35%201.67%202.02%203.33%202.02%205s-.35%203.02-1.04%204.06l-.5-2.06c-.98%203.5-1.56%204.3-2.47%205Z%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%23a6da95%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m11.5%2015.5l.5-3.47C10.5%2016%208.34%2015.28%207.52%2015.5c-.23.06%201.67-.48%202.48-2c-.9.33-1.56.5-1.98.5c1.42-1.23%201.91-2.4%201.5-3.5c-.34%202.33-4.61%204.11-5.53%202.06c-.6-1.37-.28-2.23.97-2.57c0%201.06.51%201.59%201.54%201.59V10.5l1.97.91C8.16%208.14%206%206.83%202%207.5C1%206.35.5%205.52.5%205c0-.78.25-1%201-1s1-.02%202.03-1.05C5.09%201.46%207.1%201.1%209.5%202.57Q9.17%201.625%2010.55.5c1.48.73%202.13%201.73%201.94%203s-1.02%201.94-2.5%202c.49.37%201.15.37%202%200a2.41%202.41%200%200%200%201.48-2c1.35%201.67%202.02%203.33%202.02%205s-.35%203.02-1.04%204.06l-.5-2.06c-.98%203.5-1.56%204.3-2.47%205Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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