c from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
c
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

The same logo in other sets

Use the c logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#a9bacd" d="M125 50c-4-32-24-50-62-50C29 0 3 24 3 64c0 39 24 64 64 64c32 0 55-19 58-50H87c-2 11-8 20-20 20c-21 0-24-16-24-33c0-23 8-35 22-35c13 0 20 7 22 20z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconC(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#a9bacd" d="M125 50c-4-32-24-50-62-50C29 0 3 24 3 64c0 39 24 64 64 64c32 0 55-19 58-50H87c-2 11-8 20-20 20c-21 0-24-16-24-33c0-23 8-35 22-35c13 0 20 7 22 20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#a9bacd" d="M125 50c-4-32-24-50-62-50C29 0 3 24 3 64c0 39 24 64 64 64c32 0 55-19 58-50H87c-2 11-8 20-20 20c-21 0-24-16-24-33c0-23 8-35 22-35c13 0 20 7 22 20z"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23a9bacd%22%20d%3D%22M125%2050c-4-32-24-50-62-50C29%200%203%2024%203%2064c0%2039%2024%2064%2064%2064c32%200%2055-19%2058-50H87c-2%2011-8%2020-20%2020c-21%200-24-16-24-33c0-23%208-35%2022-35c13%200%2020%207%2022%2020z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23a9bacd%22%20d%3D%22M125%2050c-4-32-24-50-62-50C29%200%203%2024%203%2064c0%2039%2024%2064%2064%2064c32%200%2055-19%2058-50H87c-2%2011-8%2020-20%2020c-21%200-24-16-24-33c0-23%208-35%2022-35c13%200%2020%207%2022%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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