c from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
c
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Related icons in Boxicons Brands

Use the c logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.12 6.42l-7.35-4.24a1.74 1.74 0 0 0-1.54 0L2.88 6.42a1.74 1.74 0 0 0-.77 1.34v8.48a1.56 1.56 0 0 0 .23.76a1.7 1.7 0 0 0 .54.58l7.35 4.24a1.74 1.74 0 0 0 1.54 0l7.35-4.24a1.7 1.7 0 0 0 .54-.58a1.56 1.56 0 0 0 .23-.76V7.76a1.56 1.56 0 0 0-.23-.76a1.7 1.7 0 0 0-.54-.58M11 15a3 3 0 0 0 2.57-1.48L16.13 15a5.93 5.93 0 1 1 0-5.93l-2.56 1.48A3 3 0 1 0 11 15"/></svg>

React

import type { SVGProps } from "react";

export function BxlC(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="m19.12 6.42l-7.35-4.24a1.74 1.74 0 0 0-1.54 0L2.88 6.42a1.74 1.74 0 0 0-.77 1.34v8.48a1.56 1.56 0 0 0 .23.76a1.7 1.7 0 0 0 .54.58l7.35 4.24a1.74 1.74 0 0 0 1.54 0l7.35-4.24a1.7 1.7 0 0 0 .54-.58a1.56 1.56 0 0 0 .23-.76V7.76a1.56 1.56 0 0 0-.23-.76a1.7 1.7 0 0 0-.54-.58M11 15a3 3 0 0 0 2.57-1.48L16.13 15a5.93 5.93 0 1 1 0-5.93l-2.56 1.48A3 3 0 1 0 11 15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.12 6.42l-7.35-4.24a1.74 1.74 0 0 0-1.54 0L2.88 6.42a1.74 1.74 0 0 0-.77 1.34v8.48a1.56 1.56 0 0 0 .23.76a1.7 1.7 0 0 0 .54.58l7.35 4.24a1.74 1.74 0 0 0 1.54 0l7.35-4.24a1.7 1.7 0 0 0 .54-.58a1.56 1.56 0 0 0 .23-.76V7.76a1.56 1.56 0 0 0-.23-.76a1.7 1.7 0 0 0-.54-.58M11 15a3 3 0 0 0 2.57-1.48L16.13 15a5.93 5.93 0 1 1 0-5.93l-2.56 1.48A3 3 0 1 0 11 15"/></svg>
</template>

CSS

.icon-c {
  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%22m19.12%206.42l-7.35-4.24a1.74%201.74%200%200%200-1.54%200L2.88%206.42a1.74%201.74%200%200%200-.77%201.34v8.48a1.56%201.56%200%200%200%20.23.76a1.7%201.7%200%200%200%20.54.58l7.35%204.24a1.74%201.74%200%200%200%201.54%200l7.35-4.24a1.7%201.7%200%200%200%20.54-.58a1.56%201.56%200%200%200%20.23-.76V7.76a1.56%201.56%200%200%200-.23-.76a1.7%201.7%200%200%200-.54-.58M11%2015a3%203%200%200%200%202.57-1.48L16.13%2015a5.93%205.93%200%201%201%200-5.93l-2.56%201.48A3%203%200%201%200%2011%2015%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%22m19.12%206.42l-7.35-4.24a1.74%201.74%200%200%200-1.54%200L2.88%206.42a1.74%201.74%200%200%200-.77%201.34v8.48a1.56%201.56%200%200%200%20.23.76a1.7%201.7%200%200%200%20.54.58l7.35%204.24a1.74%201.74%200%200%200%201.54%200l7.35-4.24a1.7%201.7%200%200%200%20.54-.58a1.56%201.56%200%200%200%20.23-.76V7.76a1.56%201.56%200%200%200-.23-.76a1.7%201.7%200%200%200-.54-.58M11%2015a3%203%200%200%200%202.57-1.48L16.13%2015a5.93%205.93%200%201%201%200-5.93l-2.56%201.48A3%203%200%201%200%2011%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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