cinny from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
cinny
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the cinny logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.333 0 0 5.333 0 12s5.333 12 12 12s12-5.333 12-12S18.667 0 12 0m-1.599 6.401h.531c1.6 0 3.067.8 3.867 2.133C15.2 8.4 15.6 8.4 16 8.4c.533 0 1.066 0 1.599.133c.933.267 1.867.667 2.667 1.2a7.8 7.8 0 0 0-2.532-.4c-1.6 0-2.933.533-3.867 1.867a6.9 6.9 0 0 0-1.466 4.265c0 2-.534 3.868-1.734 5.602c-.4.533-.668.933-1.068 1.333c-4-.933-7.067-4-8-8l4.667-3.068v-.4C6.266 8.532 8 6.667 10.4 6.4m2.266 1.466a.667.667 0 0 0-.667.667a.667.667 0 0 0 .667.667a.667.667 0 0 0 .666-.667a.667.667 0 0 0-.666-.667"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsCinny(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.333 0 0 5.333 0 12s5.333 12 12 12s12-5.333 12-12S18.667 0 12 0m-1.599 6.401h.531c1.6 0 3.067.8 3.867 2.133C15.2 8.4 15.6 8.4 16 8.4c.533 0 1.066 0 1.599.133c.933.267 1.867.667 2.667 1.2a7.8 7.8 0 0 0-2.532-.4c-1.6 0-2.933.533-3.867 1.867a6.9 6.9 0 0 0-1.466 4.265c0 2-.534 3.868-1.734 5.602c-.4.533-.668.933-1.068 1.333c-4-.933-7.067-4-8-8l4.667-3.068v-.4C6.266 8.532 8 6.667 10.4 6.4m2.266 1.466a.667.667 0 0 0-.667.667a.667.667 0 0 0 .667.667a.667.667 0 0 0 .666-.667a.667.667 0 0 0-.666-.667"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.333 0 0 5.333 0 12s5.333 12 12 12s12-5.333 12-12S18.667 0 12 0m-1.599 6.401h.531c1.6 0 3.067.8 3.867 2.133C15.2 8.4 15.6 8.4 16 8.4c.533 0 1.066 0 1.599.133c.933.267 1.867.667 2.667 1.2a7.8 7.8 0 0 0-2.532-.4c-1.6 0-2.933.533-3.867 1.867a6.9 6.9 0 0 0-1.466 4.265c0 2-.534 3.868-1.734 5.602c-.4.533-.668.933-1.068 1.333c-4-.933-7.067-4-8-8l4.667-3.068v-.4C6.266 8.532 8 6.667 10.4 6.4m2.266 1.466a.667.667 0 0 0-.667.667a.667.667 0 0 0 .667.667a.667.667 0 0 0 .666-.667a.667.667 0 0 0-.666-.667"/></svg>
</template>

CSS

.icon-cinny {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.333%200%200%205.333%200%2012s5.333%2012%2012%2012s12-5.333%2012-12S18.667%200%2012%200m-1.599%206.401h.531c1.6%200%203.067.8%203.867%202.133C15.2%208.4%2015.6%208.4%2016%208.4c.533%200%201.066%200%201.599.133c.933.267%201.867.667%202.667%201.2a7.8%207.8%200%200%200-2.532-.4c-1.6%200-2.933.533-3.867%201.867a6.9%206.9%200%200%200-1.466%204.265c0%202-.534%203.868-1.734%205.602c-.4.533-.668.933-1.068%201.333c-4-.933-7.067-4-8-8l4.667-3.068v-.4C6.266%208.532%208%206.667%2010.4%206.4m2.266%201.466a.667.667%200%200%200-.667.667a.667.667%200%200%200%20.667.667a.667.667%200%200%200%20.666-.667a.667.667%200%200%200-.666-.667%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.333%200%200%205.333%200%2012s5.333%2012%2012%2012s12-5.333%2012-12S18.667%200%2012%200m-1.599%206.401h.531c1.6%200%203.067.8%203.867%202.133C15.2%208.4%2015.6%208.4%2016%208.4c.533%200%201.066%200%201.599.133c.933.267%201.867.667%202.667%201.2a7.8%207.8%200%200%200-2.532-.4c-1.6%200-2.933.533-3.867%201.867a6.9%206.9%200%200%200-1.466%204.265c0%202-.534%203.868-1.734%205.602c-.4.533-.668.933-1.068%201.333c-4-.933-7.067-4-8-8l4.667-3.068v-.4C6.266%208.532%208%206.667%2010.4%206.4m2.266%201.466a.667.667%200%200%200-.667.667a.667.667%200%200%200%20.667.667a.667.667%200%200%200%20.666-.667a.667.667%200%200%200-.666-.667%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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