c logo
c from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- c
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×288
- License
- CC0
The same logo in other sets
Related icons in SVG Logos
Use the c logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 288"><path fill="#a9b9cb" d="M255.987 85.672c-.002-4.843-1.037-9.122-3.129-12.794c-2.055-3.612-5.134-6.638-9.262-9.032c-34.081-19.67-68.195-39.28-102.264-58.97c-9.185-5.307-18.091-5.114-27.208.27c-13.565 8.008-81.481 46.956-101.719 58.689C4.071 68.665.015 76.056.013 85.663C0 125.221.013 164.777 0 204.336c.002 4.736.993 8.932 2.993 12.55c2.056 3.72 5.177 6.83 9.401 9.278c20.239 11.733 88.164 50.678 101.726 58.688c9.121 5.387 18.027 5.579 27.215.27c34.07-19.691 68.186-39.3 102.272-58.97c4.224-2.447 7.345-5.559 9.401-9.276c1.997-3.618 2.99-7.814 2.992-12.551c0 0 0-79.094-.013-118.653"/><path fill="#7f8b99" d="M141.101 5.134c-9.17-5.294-18.061-5.101-27.163.269C100.395 13.39 32.59 52.237 12.385 63.94C4.064 68.757.015 76.129.013 85.711C0 125.166.013 164.62 0 204.076c.002 4.724.991 8.909 2.988 12.517c2.053 3.711 5.169 6.813 9.386 9.254a9009 9009 0 0 0 20.159 11.62L219.625 50.375c-26.178-15.074-52.363-30.136-78.524-45.241"/><path fill="#fff" d="m154.456 126.968l39.839.281c0-16.599-16.802-57.249-64.973-57.249c-30.691 0-71.951 19.512-71.951 75.61S97.818 220 129.322 220c51.017 0 63.21-35.302 63.21-55.252l-38.007-2.173s1.017 23.075-25.406 23.075c-24.39 0-28.46-29.878-28.46-40.04c0-15.447 5.493-40.244 28.46-40.244c22.968 0 25.337 21.602 25.337 21.602"/></svg>
React
import type { SVGProps } from "react";
export function LogosC(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 288"><path fill="#a9b9cb" d="M255.987 85.672c-.002-4.843-1.037-9.122-3.129-12.794c-2.055-3.612-5.134-6.638-9.262-9.032c-34.081-19.67-68.195-39.28-102.264-58.97c-9.185-5.307-18.091-5.114-27.208.27c-13.565 8.008-81.481 46.956-101.719 58.689C4.071 68.665.015 76.056.013 85.663C0 125.221.013 164.777 0 204.336c.002 4.736.993 8.932 2.993 12.55c2.056 3.72 5.177 6.83 9.401 9.278c20.239 11.733 88.164 50.678 101.726 58.688c9.121 5.387 18.027 5.579 27.215.27c34.07-19.691 68.186-39.3 102.272-58.97c4.224-2.447 7.345-5.559 9.401-9.276c1.997-3.618 2.99-7.814 2.992-12.551c0 0 0-79.094-.013-118.653"/><path fill="#7f8b99" d="M141.101 5.134c-9.17-5.294-18.061-5.101-27.163.269C100.395 13.39 32.59 52.237 12.385 63.94C4.064 68.757.015 76.129.013 85.711C0 125.166.013 164.62 0 204.076c.002 4.724.991 8.909 2.988 12.517c2.053 3.711 5.169 6.813 9.386 9.254a9009 9009 0 0 0 20.159 11.62L219.625 50.375c-26.178-15.074-52.363-30.136-78.524-45.241"/><path fill="#fff" d="m154.456 126.968l39.839.281c0-16.599-16.802-57.249-64.973-57.249c-30.691 0-71.951 19.512-71.951 75.61S97.818 220 129.322 220c51.017 0 63.21-35.302 63.21-55.252l-38.007-2.173s1.017 23.075-25.406 23.075c-24.39 0-28.46-29.878-28.46-40.04c0-15.447 5.493-40.244 28.46-40.244c22.968 0 25.337 21.602 25.337 21.602"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 288"><path fill="#a9b9cb" d="M255.987 85.672c-.002-4.843-1.037-9.122-3.129-12.794c-2.055-3.612-5.134-6.638-9.262-9.032c-34.081-19.67-68.195-39.28-102.264-58.97c-9.185-5.307-18.091-5.114-27.208.27c-13.565 8.008-81.481 46.956-101.719 58.689C4.071 68.665.015 76.056.013 85.663C0 125.221.013 164.777 0 204.336c.002 4.736.993 8.932 2.993 12.55c2.056 3.72 5.177 6.83 9.401 9.278c20.239 11.733 88.164 50.678 101.726 58.688c9.121 5.387 18.027 5.579 27.215.27c34.07-19.691 68.186-39.3 102.272-58.97c4.224-2.447 7.345-5.559 9.401-9.276c1.997-3.618 2.99-7.814 2.992-12.551c0 0 0-79.094-.013-118.653"/><path fill="#7f8b99" d="M141.101 5.134c-9.17-5.294-18.061-5.101-27.163.269C100.395 13.39 32.59 52.237 12.385 63.94C4.064 68.757.015 76.129.013 85.711C0 125.166.013 164.62 0 204.076c.002 4.724.991 8.909 2.988 12.517c2.053 3.711 5.169 6.813 9.386 9.254a9009 9009 0 0 0 20.159 11.62L219.625 50.375c-26.178-15.074-52.363-30.136-78.524-45.241"/><path fill="#fff" d="m154.456 126.968l39.839.281c0-16.599-16.802-57.249-64.973-57.249c-30.691 0-71.951 19.512-71.951 75.61S97.818 220 129.322 220c51.017 0 63.21-35.302 63.21-55.252l-38.007-2.173s1.017 23.075-25.406 23.075c-24.39 0-28.46-29.878-28.46-40.04c0-15.447 5.493-40.244 28.46-40.244c22.968 0 25.337 21.602 25.337 21.602"/></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%20288%22%3E%3Cpath%20fill%3D%22%23a9b9cb%22%20d%3D%22M255.987%2085.672c-.002-4.843-1.037-9.122-3.129-12.794c-2.055-3.612-5.134-6.638-9.262-9.032c-34.081-19.67-68.195-39.28-102.264-58.97c-9.185-5.307-18.091-5.114-27.208.27c-13.565%208.008-81.481%2046.956-101.719%2058.689C4.071%2068.665.015%2076.056.013%2085.663C0%20125.221.013%20164.777%200%20204.336c.002%204.736.993%208.932%202.993%2012.55c2.056%203.72%205.177%206.83%209.401%209.278c20.239%2011.733%2088.164%2050.678%20101.726%2058.688c9.121%205.387%2018.027%205.579%2027.215.27c34.07-19.691%2068.186-39.3%20102.272-58.97c4.224-2.447%207.345-5.559%209.401-9.276c1.997-3.618%202.99-7.814%202.992-12.551c0%200%200-79.094-.013-118.653%22%2F%3E%3Cpath%20fill%3D%22%237f8b99%22%20d%3D%22M141.101%205.134c-9.17-5.294-18.061-5.101-27.163.269C100.395%2013.39%2032.59%2052.237%2012.385%2063.94C4.064%2068.757.015%2076.129.013%2085.711C0%20125.166.013%20164.62%200%20204.076c.002%204.724.991%208.909%202.988%2012.517c2.053%203.711%205.169%206.813%209.386%209.254a9009%209009%200%200%200%2020.159%2011.62L219.625%2050.375c-26.178-15.074-52.363-30.136-78.524-45.241%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m154.456%20126.968l39.839.281c0-16.599-16.802-57.249-64.973-57.249c-30.691%200-71.951%2019.512-71.951%2075.61S97.818%20220%20129.322%20220c51.017%200%2063.21-35.302%2063.21-55.252l-38.007-2.173s1.017%2023.075-25.406%2023.075c-24.39%200-28.46-29.878-28.46-40.04c0-15.447%205.493-40.244%2028.46-40.244c22.968%200%2025.337%2021.602%2025.337%2021.602%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%20256%20288%22%3E%3Cpath%20fill%3D%22%23a9b9cb%22%20d%3D%22M255.987%2085.672c-.002-4.843-1.037-9.122-3.129-12.794c-2.055-3.612-5.134-6.638-9.262-9.032c-34.081-19.67-68.195-39.28-102.264-58.97c-9.185-5.307-18.091-5.114-27.208.27c-13.565%208.008-81.481%2046.956-101.719%2058.689C4.071%2068.665.015%2076.056.013%2085.663C0%20125.221.013%20164.777%200%20204.336c.002%204.736.993%208.932%202.993%2012.55c2.056%203.72%205.177%206.83%209.401%209.278c20.239%2011.733%2088.164%2050.678%20101.726%2058.688c9.121%205.387%2018.027%205.579%2027.215.27c34.07-19.691%2068.186-39.3%20102.272-58.97c4.224-2.447%207.345-5.559%209.401-9.276c1.997-3.618%202.99-7.814%202.992-12.551c0%200%200-79.094-.013-118.653%22%2F%3E%3Cpath%20fill%3D%22%237f8b99%22%20d%3D%22M141.101%205.134c-9.17-5.294-18.061-5.101-27.163.269C100.395%2013.39%2032.59%2052.237%2012.385%2063.94C4.064%2068.757.015%2076.129.013%2085.711C0%20125.166.013%20164.62%200%20204.076c.002%204.724.991%208.909%202.988%2012.517c2.053%203.711%205.169%206.813%209.386%209.254a9009%209009%200%200%200%2020.159%2011.62L219.625%2050.375c-26.178-15.074-52.363-30.136-78.524-45.241%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m154.456%20126.968l39.839.281c0-16.599-16.802-57.249-64.973-57.249c-30.691%200-71.951%2019.512-71.951%2075.61S97.818%20220%20129.322%20220c51.017%200%2063.21-35.302%2063.21-55.252l-38.007-2.173s1.017%2023.075-25.406%2023.075c-24.39%200-28.46-29.878-28.46-40.04c0-15.447%205.493-40.244%2028.46-40.244c22.968%200%2025.337%2021.602%2025.337%2021.602%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/c.svg?color=%231a73e8&size=48