file type c3 logo

file-type-c3 from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-c3
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type c3 logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#7c3aed" d="M29.94 18.03a3.74 3.74 0 0 0-1.63-1.93a4.2 4.2 0 0 0-1.26-.51v-.07c.77-.2 1.46-.63 1.96-1.24c.51-.61.77-1.37.77-2.27c0-.77-.17-1.44-.5-2.01A4.5 4.5 0 0 0 28 8.57a5.6 5.6 0 0 0-1.82-.84a8.06 8.06 0 0 0-4.06-.01c-.63.17-1.22.43-1.77.77a5.24 5.24 0 0 0-2.3 3.06l3.57.82a2.21 2.21 0 0 1 2.22-1.8c.5 0 1 .16 1.42.46c.4.3.61.75.61 1.33q0 .6-.24.96a1.7 1.7 0 0 1-.64.58a2.8 2.8 0 0 1-.9.3c-.35.06-.7.08-1.05.08H21.9v2.78h1.03c.4 0 .8.03 1.2.1c.36.06.72.17 1.06.34c.3.15.56.37.75.65c.2.3.3.66.29 1.02c.01.33-.06.66-.22.96c-.13.24-.32.45-.55.62a2.3 2.3 0 0 1-.75.35a3.2 3.2 0 0 1-.84.12a2.7 2.7 0 0 1-1.8-.6a2.85 2.85 0 0 1-.94-1.4l-3.57.93a5.37 5.37 0 0 0 2.46 3.26c.59.35 1.23.6 1.9.76c.7.17 1.42.25 2.14.25c.74 0 1.49-.1 2.2-.3c.7-.2 1.37-.51 1.96-.93a4.62 4.62 0 0 0 1.72-5.15z"/><path fill="#2563eb" d="m16.82 21.76l-2.72-2.54c-.37.5-.84.9-1.4 1.18c-.58.3-1.25.45-2.03.45c-.64.01-1.27-.11-1.86-.36a4.27 4.27 0 0 1-2.4-2.57a5.6 5.6 0 0 1-.34-2c-.01-.67.1-1.34.34-1.97a4.43 4.43 0 0 1 4.33-2.97c.62 0 1.25.13 1.83.37c.57.23 1.07.61 1.44 1.11l2.65-2.64a6.5 6.5 0 0 0-2.69-1.76c-2.2-.8-4.62-.8-6.83-.01a7.8 7.8 0 0 0-4.66 4.37a8.8 8.8 0 0 0-.67 3.5a8.8 8.8 0 0 0 .66 3.46a7.95 7.95 0 0 0 4.6 4.43c1.1.42 2.28.63 3.46.61c1.37 0 2.59-.24 3.64-.71a7.7 7.7 0 0 0 2.65-1.95"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeC3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#7c3aed" d="M29.94 18.03a3.74 3.74 0 0 0-1.63-1.93a4.2 4.2 0 0 0-1.26-.51v-.07c.77-.2 1.46-.63 1.96-1.24c.51-.61.77-1.37.77-2.27c0-.77-.17-1.44-.5-2.01A4.5 4.5 0 0 0 28 8.57a5.6 5.6 0 0 0-1.82-.84a8.06 8.06 0 0 0-4.06-.01c-.63.17-1.22.43-1.77.77a5.24 5.24 0 0 0-2.3 3.06l3.57.82a2.21 2.21 0 0 1 2.22-1.8c.5 0 1 .16 1.42.46c.4.3.61.75.61 1.33q0 .6-.24.96a1.7 1.7 0 0 1-.64.58a2.8 2.8 0 0 1-.9.3c-.35.06-.7.08-1.05.08H21.9v2.78h1.03c.4 0 .8.03 1.2.1c.36.06.72.17 1.06.34c.3.15.56.37.75.65c.2.3.3.66.29 1.02c.01.33-.06.66-.22.96c-.13.24-.32.45-.55.62a2.3 2.3 0 0 1-.75.35a3.2 3.2 0 0 1-.84.12a2.7 2.7 0 0 1-1.8-.6a2.85 2.85 0 0 1-.94-1.4l-3.57.93a5.37 5.37 0 0 0 2.46 3.26c.59.35 1.23.6 1.9.76c.7.17 1.42.25 2.14.25c.74 0 1.49-.1 2.2-.3c.7-.2 1.37-.51 1.96-.93a4.62 4.62 0 0 0 1.72-5.15z"/><path fill="#2563eb" d="m16.82 21.76l-2.72-2.54c-.37.5-.84.9-1.4 1.18c-.58.3-1.25.45-2.03.45c-.64.01-1.27-.11-1.86-.36a4.27 4.27 0 0 1-2.4-2.57a5.6 5.6 0 0 1-.34-2c-.01-.67.1-1.34.34-1.97a4.43 4.43 0 0 1 4.33-2.97c.62 0 1.25.13 1.83.37c.57.23 1.07.61 1.44 1.11l2.65-2.64a6.5 6.5 0 0 0-2.69-1.76c-2.2-.8-4.62-.8-6.83-.01a7.8 7.8 0 0 0-4.66 4.37a8.8 8.8 0 0 0-.67 3.5a8.8 8.8 0 0 0 .66 3.46a7.95 7.95 0 0 0 4.6 4.43c1.1.42 2.28.63 3.46.61c1.37 0 2.59-.24 3.64-.71a7.7 7.7 0 0 0 2.65-1.95"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#7c3aed" d="M29.94 18.03a3.74 3.74 0 0 0-1.63-1.93a4.2 4.2 0 0 0-1.26-.51v-.07c.77-.2 1.46-.63 1.96-1.24c.51-.61.77-1.37.77-2.27c0-.77-.17-1.44-.5-2.01A4.5 4.5 0 0 0 28 8.57a5.6 5.6 0 0 0-1.82-.84a8.06 8.06 0 0 0-4.06-.01c-.63.17-1.22.43-1.77.77a5.24 5.24 0 0 0-2.3 3.06l3.57.82a2.21 2.21 0 0 1 2.22-1.8c.5 0 1 .16 1.42.46c.4.3.61.75.61 1.33q0 .6-.24.96a1.7 1.7 0 0 1-.64.58a2.8 2.8 0 0 1-.9.3c-.35.06-.7.08-1.05.08H21.9v2.78h1.03c.4 0 .8.03 1.2.1c.36.06.72.17 1.06.34c.3.15.56.37.75.65c.2.3.3.66.29 1.02c.01.33-.06.66-.22.96c-.13.24-.32.45-.55.62a2.3 2.3 0 0 1-.75.35a3.2 3.2 0 0 1-.84.12a2.7 2.7 0 0 1-1.8-.6a2.85 2.85 0 0 1-.94-1.4l-3.57.93a5.37 5.37 0 0 0 2.46 3.26c.59.35 1.23.6 1.9.76c.7.17 1.42.25 2.14.25c.74 0 1.49-.1 2.2-.3c.7-.2 1.37-.51 1.96-.93a4.62 4.62 0 0 0 1.72-5.15z"/><path fill="#2563eb" d="m16.82 21.76l-2.72-2.54c-.37.5-.84.9-1.4 1.18c-.58.3-1.25.45-2.03.45c-.64.01-1.27-.11-1.86-.36a4.27 4.27 0 0 1-2.4-2.57a5.6 5.6 0 0 1-.34-2c-.01-.67.1-1.34.34-1.97a4.43 4.43 0 0 1 4.33-2.97c.62 0 1.25.13 1.83.37c.57.23 1.07.61 1.44 1.11l2.65-2.64a6.5 6.5 0 0 0-2.69-1.76c-2.2-.8-4.62-.8-6.83-.01a7.8 7.8 0 0 0-4.66 4.37a8.8 8.8 0 0 0-.67 3.5a8.8 8.8 0 0 0 .66 3.46a7.95 7.95 0 0 0 4.6 4.43c1.1.42 2.28.63 3.46.61c1.37 0 2.59-.24 3.64-.71a7.7 7.7 0 0 0 2.65-1.95"/></svg>
</template>

CSS

.icon-file-type-c3 {
  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%22%237c3aed%22%20d%3D%22M29.94%2018.03a3.74%203.74%200%200%200-1.63-1.93a4.2%204.2%200%200%200-1.26-.51v-.07c.77-.2%201.46-.63%201.96-1.24c.51-.61.77-1.37.77-2.27c0-.77-.17-1.44-.5-2.01A4.5%204.5%200%200%200%2028%208.57a5.6%205.6%200%200%200-1.82-.84a8.06%208.06%200%200%200-4.06-.01c-.63.17-1.22.43-1.77.77a5.24%205.24%200%200%200-2.3%203.06l3.57.82a2.21%202.21%200%200%201%202.22-1.8c.5%200%201%20.16%201.42.46c.4.3.61.75.61%201.33q0%20.6-.24.96a1.7%201.7%200%200%201-.64.58a2.8%202.8%200%200%201-.9.3c-.35.06-.7.08-1.05.08H21.9v2.78h1.03c.4%200%20.8.03%201.2.1c.36.06.72.17%201.06.34c.3.15.56.37.75.65c.2.3.3.66.29%201.02c.01.33-.06.66-.22.96c-.13.24-.32.45-.55.62a2.3%202.3%200%200%201-.75.35a3.2%203.2%200%200%201-.84.12a2.7%202.7%200%200%201-1.8-.6a2.85%202.85%200%200%201-.94-1.4l-3.57.93a5.37%205.37%200%200%200%202.46%203.26c.59.35%201.23.6%201.9.76c.7.17%201.42.25%202.14.25c.74%200%201.49-.1%202.2-.3c.7-.2%201.37-.51%201.96-.93a4.62%204.62%200%200%200%201.72-5.15z%22%2F%3E%3Cpath%20fill%3D%22%232563eb%22%20d%3D%22m16.82%2021.76l-2.72-2.54c-.37.5-.84.9-1.4%201.18c-.58.3-1.25.45-2.03.45c-.64.01-1.27-.11-1.86-.36a4.27%204.27%200%200%201-2.4-2.57a5.6%205.6%200%200%201-.34-2c-.01-.67.1-1.34.34-1.97a4.43%204.43%200%200%201%204.33-2.97c.62%200%201.25.13%201.83.37c.57.23%201.07.61%201.44%201.11l2.65-2.64a6.5%206.5%200%200%200-2.69-1.76c-2.2-.8-4.62-.8-6.83-.01a7.8%207.8%200%200%200-4.66%204.37a8.8%208.8%200%200%200-.67%203.5a8.8%208.8%200%200%200%20.66%203.46a7.95%207.95%200%200%200%204.6%204.43c1.1.42%202.28.63%203.46.61c1.37%200%202.59-.24%203.64-.71a7.7%207.7%200%200%200%202.65-1.95%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%22%237c3aed%22%20d%3D%22M29.94%2018.03a3.74%203.74%200%200%200-1.63-1.93a4.2%204.2%200%200%200-1.26-.51v-.07c.77-.2%201.46-.63%201.96-1.24c.51-.61.77-1.37.77-2.27c0-.77-.17-1.44-.5-2.01A4.5%204.5%200%200%200%2028%208.57a5.6%205.6%200%200%200-1.82-.84a8.06%208.06%200%200%200-4.06-.01c-.63.17-1.22.43-1.77.77a5.24%205.24%200%200%200-2.3%203.06l3.57.82a2.21%202.21%200%200%201%202.22-1.8c.5%200%201%20.16%201.42.46c.4.3.61.75.61%201.33q0%20.6-.24.96a1.7%201.7%200%200%201-.64.58a2.8%202.8%200%200%201-.9.3c-.35.06-.7.08-1.05.08H21.9v2.78h1.03c.4%200%20.8.03%201.2.1c.36.06.72.17%201.06.34c.3.15.56.37.75.65c.2.3.3.66.29%201.02c.01.33-.06.66-.22.96c-.13.24-.32.45-.55.62a2.3%202.3%200%200%201-.75.35a3.2%203.2%200%200%201-.84.12a2.7%202.7%200%200%201-1.8-.6a2.85%202.85%200%200%201-.94-1.4l-3.57.93a5.37%205.37%200%200%200%202.46%203.26c.59.35%201.23.6%201.9.76c.7.17%201.42.25%202.14.25c.74%200%201.49-.1%202.2-.3c.7-.2%201.37-.51%201.96-.93a4.62%204.62%200%200%200%201.72-5.15z%22%2F%3E%3Cpath%20fill%3D%22%232563eb%22%20d%3D%22m16.82%2021.76l-2.72-2.54c-.37.5-.84.9-1.4%201.18c-.58.3-1.25.45-2.03.45c-.64.01-1.27-.11-1.86-.36a4.27%204.27%200%200%201-2.4-2.57a5.6%205.6%200%200%201-.34-2c-.01-.67.1-1.34.34-1.97a4.43%204.43%200%200%201%204.33-2.97c.62%200%201.25.13%201.83.37c.57.23%201.07.61%201.44%201.11l2.65-2.64a6.5%206.5%200%200%200-2.69-1.76c-2.2-.8-4.62-.8-6.83-.01a7.8%207.8%200%200%200-4.66%204.37a8.8%208.8%200%200%200-.67%203.5a8.8%208.8%200%200%200%20.66%203.46a7.95%207.95%200%200%200%204.6%204.43c1.1.42%202.28.63%203.46.61c1.37%200%202.59-.24%203.64-.71a7.7%207.7%200%200%200%202.65-1.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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