cirrusci from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
cirrusci
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the cirrusci logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.875 20.635A6.12 6.12 0 0 1 32 25.27c0 3.375-2.74 6.125-6.104 6.125H1.485c-1.979 0-1.979-2.969 0-2.969h24.411a3.153 3.153 0 0 0 0-6.307H1.485c-1.979 0-1.979-2.969 0-2.969h24.411c1.734-.005 3.135-1.417 3.135-3.151s-1.401-3.146-3.135-3.151H1.485c-1.979 0-1.979-2.969 0-2.969h24.411c1.729 0 3.135-1.417 3.135-3.151c0-1.74-1.406-3.156-3.135-3.156c-1.979 0-1.979-2.969 0-2.969C29.261.603 32 3.353 32 6.728c0 1.849-.828 3.51-2.125 4.635a6.116 6.116 0 0 1 0 9.27z"/></svg>

React

import type { SVGProps } from "react";

export function CibCirrusci(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.875 20.635A6.12 6.12 0 0 1 32 25.27c0 3.375-2.74 6.125-6.104 6.125H1.485c-1.979 0-1.979-2.969 0-2.969h24.411a3.153 3.153 0 0 0 0-6.307H1.485c-1.979 0-1.979-2.969 0-2.969h24.411c1.734-.005 3.135-1.417 3.135-3.151s-1.401-3.146-3.135-3.151H1.485c-1.979 0-1.979-2.969 0-2.969h24.411c1.729 0 3.135-1.417 3.135-3.151c0-1.74-1.406-3.156-3.135-3.156c-1.979 0-1.979-2.969 0-2.969C29.261.603 32 3.353 32 6.728c0 1.849-.828 3.51-2.125 4.635a6.116 6.116 0 0 1 0 9.27z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.875 20.635A6.12 6.12 0 0 1 32 25.27c0 3.375-2.74 6.125-6.104 6.125H1.485c-1.979 0-1.979-2.969 0-2.969h24.411a3.153 3.153 0 0 0 0-6.307H1.485c-1.979 0-1.979-2.969 0-2.969h24.411c1.734-.005 3.135-1.417 3.135-3.151s-1.401-3.146-3.135-3.151H1.485c-1.979 0-1.979-2.969 0-2.969h24.411c1.729 0 3.135-1.417 3.135-3.151c0-1.74-1.406-3.156-3.135-3.156c-1.979 0-1.979-2.969 0-2.969C29.261.603 32 3.353 32 6.728c0 1.849-.828 3.51-2.125 4.635a6.116 6.116 0 0 1 0 9.27z"/></svg>
</template>

CSS

.icon-cirrusci {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.875%2020.635A6.12%206.12%200%200%201%2032%2025.27c0%203.375-2.74%206.125-6.104%206.125H1.485c-1.979%200-1.979-2.969%200-2.969h24.411a3.153%203.153%200%200%200%200-6.307H1.485c-1.979%200-1.979-2.969%200-2.969h24.411c1.734-.005%203.135-1.417%203.135-3.151s-1.401-3.146-3.135-3.151H1.485c-1.979%200-1.979-2.969%200-2.969h24.411c1.729%200%203.135-1.417%203.135-3.151c0-1.74-1.406-3.156-3.135-3.156c-1.979%200-1.979-2.969%200-2.969C29.261.603%2032%203.353%2032%206.728c0%201.849-.828%203.51-2.125%204.635a6.116%206.116%200%200%201%200%209.27z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.875%2020.635A6.12%206.12%200%200%201%2032%2025.27c0%203.375-2.74%206.125-6.104%206.125H1.485c-1.979%200-1.979-2.969%200-2.969h24.411a3.153%203.153%200%200%200%200-6.307H1.485c-1.979%200-1.979-2.969%200-2.969h24.411c1.734-.005%203.135-1.417%203.135-3.151s-1.401-3.146-3.135-3.151H1.485c-1.979%200-1.979-2.969%200-2.969h24.411c1.729%200%203.135-1.417%203.135-3.151c0-1.74-1.406-3.156-3.135-3.156c-1.979%200-1.979-2.969%200-2.969C29.261.603%2032%203.353%2032%206.728c0%201.849-.828%203.51-2.125%204.635a6.116%206.116%200%200%201%200%209.27z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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