c from Skill Icons by tandpfun · Default · MIT Free for personal and commercial use.

Name
c
Set
Skill Icons
Style
Default
Viewbox
256×256
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 256 256"><g fill="none"><rect width="256" height="256" fill="#394aab" rx="60"/><path fill="#fff" d="M134.001 33c35.143 0 65.827 19.086 82.261 47.456l-.16-.273l-41.349 23.808c-8.146-13.793-23.081-23.102-40.213-23.293l-.539-.003c-26.126 0-47.306 21.179-47.306 47.304a47.1 47.1 0 0 0 6.239 23.47c8.154 14.235 23.482 23.837 41.067 23.837c17.692 0 33.108-9.724 41.221-24.111l-.197.345l41.286 23.918c-16.254 28.13-46.517 47.157-81.252 47.536l-1.058.006c-35.255 0-66.026-19.204-82.419-47.724C43.579 161.353 39 145.212 39 127.999C39 75.533 81.532 33 134.001 33"/></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsC(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#394aab" rx="60"/><path fill="#fff" d="M134.001 33c35.143 0 65.827 19.086 82.261 47.456l-.16-.273l-41.349 23.808c-8.146-13.793-23.081-23.102-40.213-23.293l-.539-.003c-26.126 0-47.306 21.179-47.306 47.304a47.1 47.1 0 0 0 6.239 23.47c8.154 14.235 23.482 23.837 41.067 23.837c17.692 0 33.108-9.724 41.221-24.111l-.197.345l41.286 23.918c-16.254 28.13-46.517 47.157-81.252 47.536l-1.058.006c-35.255 0-66.026-19.204-82.419-47.724C43.579 161.353 39 145.212 39 127.999C39 75.533 81.532 33 134.001 33"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#394aab" rx="60"/><path fill="#fff" d="M134.001 33c35.143 0 65.827 19.086 82.261 47.456l-.16-.273l-41.349 23.808c-8.146-13.793-23.081-23.102-40.213-23.293l-.539-.003c-26.126 0-47.306 21.179-47.306 47.304a47.1 47.1 0 0 0 6.239 23.47c8.154 14.235 23.482 23.837 41.067 23.837c17.692 0 33.108-9.724 41.221-24.111l-.197.345l41.286 23.918c-16.254 28.13-46.517 47.157-81.252 47.536l-1.058.006c-35.255 0-66.026-19.204-82.419-47.724C43.579 161.353 39 145.212 39 127.999C39 75.533 81.532 33 134.001 33"/></g></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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23394aab%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M134.001%2033c35.143%200%2065.827%2019.086%2082.261%2047.456l-.16-.273l-41.349%2023.808c-8.146-13.793-23.081-23.102-40.213-23.293l-.539-.003c-26.126%200-47.306%2021.179-47.306%2047.304a47.1%2047.1%200%200%200%206.239%2023.47c8.154%2014.235%2023.482%2023.837%2041.067%2023.837c17.692%200%2033.108-9.724%2041.221-24.111l-.197.345l41.286%2023.918c-16.254%2028.13-46.517%2047.157-81.252%2047.536l-1.058.006c-35.255%200-66.026-19.204-82.419-47.724C43.579%20161.353%2039%20145.212%2039%20127.999C39%2075.533%2081.532%2033%20134.001%2033%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23394aab%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M134.001%2033c35.143%200%2065.827%2019.086%2082.261%2047.456l-.16-.273l-41.349%2023.808c-8.146-13.793-23.081-23.102-40.213-23.293l-.539-.003c-26.126%200-47.306%2021.179-47.306%2047.304a47.1%2047.1%200%200%200%206.239%2023.47c8.154%2014.235%2023.482%2023.837%2041.067%2023.837c17.692%200%2033.108-9.724%2041.221-24.111l-.197.345l41.286%2023.918c-16.254%2028.13-46.517%2047.157-81.252%2047.536l-1.058.006c-35.255%200-66.026-19.204-82.419-47.724C43.579%20161.353%2039%20145.212%2039%20127.999C39%2075.533%2081.532%2033%20134.001%2033%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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