file type c logo
file-type-c from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-c
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type c logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#005f91" d="M10.676 15.973a10.05 10.05 0 0 0 1.175 5.151a5.446 5.446 0 0 0 6.306 2.408a4.28 4.28 0 0 0 3.09-3.6l.109-.61c1.737.251 4.537.658 6.274.906l-.11.44a11.26 11.26 0 0 1-2.7 5.39a9.44 9.44 0 0 1-5.366 2.688a14.6 14.6 0 0 1-8.277-.819a10.15 10.15 0 0 1-5.777-6.24a16.23 16.23 0 0 1 .019-11.45a10.54 10.54 0 0 1 8.963-7.054a13.35 13.35 0 0 1 6.666.555a9.57 9.57 0 0 1 6.167 6.9c.094.352.114.417.114.417c-1.932.351-4.319.8-6.238 1.215c-.362-1.915-1.265-3.428-3.2-3.9a5.263 5.263 0 0 0-6.616 3.57a10.5 10.5 0 0 0-.385 1.439a12.3 12.3 0 0 0-.214 2.594"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeC(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#005f91" d="M10.676 15.973a10.05 10.05 0 0 0 1.175 5.151a5.446 5.446 0 0 0 6.306 2.408a4.28 4.28 0 0 0 3.09-3.6l.109-.61c1.737.251 4.537.658 6.274.906l-.11.44a11.26 11.26 0 0 1-2.7 5.39a9.44 9.44 0 0 1-5.366 2.688a14.6 14.6 0 0 1-8.277-.819a10.15 10.15 0 0 1-5.777-6.24a16.23 16.23 0 0 1 .019-11.45a10.54 10.54 0 0 1 8.963-7.054a13.35 13.35 0 0 1 6.666.555a9.57 9.57 0 0 1 6.167 6.9c.094.352.114.417.114.417c-1.932.351-4.319.8-6.238 1.215c-.362-1.915-1.265-3.428-3.2-3.9a5.263 5.263 0 0 0-6.616 3.57a10.5 10.5 0 0 0-.385 1.439a12.3 12.3 0 0 0-.214 2.594"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#005f91" d="M10.676 15.973a10.05 10.05 0 0 0 1.175 5.151a5.446 5.446 0 0 0 6.306 2.408a4.28 4.28 0 0 0 3.09-3.6l.109-.61c1.737.251 4.537.658 6.274.906l-.11.44a11.26 11.26 0 0 1-2.7 5.39a9.44 9.44 0 0 1-5.366 2.688a14.6 14.6 0 0 1-8.277-.819a10.15 10.15 0 0 1-5.777-6.24a16.23 16.23 0 0 1 .019-11.45a10.54 10.54 0 0 1 8.963-7.054a13.35 13.35 0 0 1 6.666.555a9.57 9.57 0 0 1 6.167 6.9c.094.352.114.417.114.417c-1.932.351-4.319.8-6.238 1.215c-.362-1.915-1.265-3.428-3.2-3.9a5.263 5.263 0 0 0-6.616 3.57a10.5 10.5 0 0 0-.385 1.439a12.3 12.3 0 0 0-.214 2.594"/></svg> </template>
CSS
.icon-file-type-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%2032%2032%22%3E%3Cpath%20fill%3D%22%23005f91%22%20d%3D%22M10.676%2015.973a10.05%2010.05%200%200%200%201.175%205.151a5.446%205.446%200%200%200%206.306%202.408a4.28%204.28%200%200%200%203.09-3.6l.109-.61c1.737.251%204.537.658%206.274.906l-.11.44a11.26%2011.26%200%200%201-2.7%205.39a9.44%209.44%200%200%201-5.366%202.688a14.6%2014.6%200%200%201-8.277-.819a10.15%2010.15%200%200%201-5.777-6.24a16.23%2016.23%200%200%201%20.019-11.45a10.54%2010.54%200%200%201%208.963-7.054a13.35%2013.35%200%200%201%206.666.555a9.57%209.57%200%200%201%206.167%206.9c.094.352.114.417.114.417c-1.932.351-4.319.8-6.238%201.215c-.362-1.915-1.265-3.428-3.2-3.9a5.263%205.263%200%200%200-6.616%203.57a10.5%2010.5%200%200%200-.385%201.439a12.3%2012.3%200%200%200-.214%202.594%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%23005f91%22%20d%3D%22M10.676%2015.973a10.05%2010.05%200%200%200%201.175%205.151a5.446%205.446%200%200%200%206.306%202.408a4.28%204.28%200%200%200%203.09-3.6l.109-.61c1.737.251%204.537.658%206.274.906l-.11.44a11.26%2011.26%200%200%201-2.7%205.39a9.44%209.44%200%200%201-5.366%202.688a14.6%2014.6%200%200%201-8.277-.819a10.15%2010.15%200%200%201-5.777-6.24a16.23%2016.23%200%200%201%20.019-11.45a10.54%2010.54%200%200%201%208.963-7.054a13.35%2013.35%200%200%201%206.666.555a9.57%209.57%200%200%201%206.167%206.9c.094.352.114.417.114.417c-1.932.351-4.319.8-6.238%201.215c-.362-1.915-1.265-3.428-3.2-3.9a5.263%205.263%200%200%200-6.616%203.57a10.5%2010.5%200%200%200-.385%201.439a12.3%2012.3%200%200%200-.214%202.594%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-c.svg?color=%231a73e8&size=48