file type conan logo
file-type-conan from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-conan
- 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 conan logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#afd4e5" d="M15.855 2L2.707 8.294l13.148 7.9l13.438-7.366z"/><path fill="#69c" d="M15.856 30L2.707 20.678V8.294l13.148 7.9z"/><path fill="#7da7d3" d="M29.293 21.485L15.856 30l-.001-13.806l13.438-7.366z"/><path fill="#386a9d" d="m23.394 25.223l-.353.224l-.226-13.068l.389-.213z"/><path fill="#69c" d="M11.631 6.95a9.7 9.7 0 0 1 6.239-1.642a9 9 0 0 1 1.75.408a10.3 10.3 0 0 1 3.644 2.244a3.4 3.4 0 0 1 .618.646c-.029.134-.188.178-.287.251c-.608.325-1.2.676-1.818.988a6.3 6.3 0 0 1-1.135.568a2.2 2.2 0 0 0 .146-1.43a3.25 3.25 0 0 0-1.975-1.739a6.17 6.17 0 0 0-3.9 0a3.68 3.68 0 0 0-2.045 1.58a1.63 1.63 0 0 0 .306 1.97a5.13 5.13 0 0 0 3.1 1.009a7.7 7.7 0 0 0 1.662-.07a.35.35 0 0 1 .327.081c-1.049.452-2.056 1-3.1 1.472a3.26 3.26 0 0 1-1.562-.2a5.56 5.56 0 0 1-3.242-2.2a2.57 2.57 0 0 1-.274-2.224a3.4 3.4 0 0 1 1.546-1.712"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeConan(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#afd4e5" d="M15.855 2L2.707 8.294l13.148 7.9l13.438-7.366z"/><path fill="#69c" d="M15.856 30L2.707 20.678V8.294l13.148 7.9z"/><path fill="#7da7d3" d="M29.293 21.485L15.856 30l-.001-13.806l13.438-7.366z"/><path fill="#386a9d" d="m23.394 25.223l-.353.224l-.226-13.068l.389-.213z"/><path fill="#69c" d="M11.631 6.95a9.7 9.7 0 0 1 6.239-1.642a9 9 0 0 1 1.75.408a10.3 10.3 0 0 1 3.644 2.244a3.4 3.4 0 0 1 .618.646c-.029.134-.188.178-.287.251c-.608.325-1.2.676-1.818.988a6.3 6.3 0 0 1-1.135.568a2.2 2.2 0 0 0 .146-1.43a3.25 3.25 0 0 0-1.975-1.739a6.17 6.17 0 0 0-3.9 0a3.68 3.68 0 0 0-2.045 1.58a1.63 1.63 0 0 0 .306 1.97a5.13 5.13 0 0 0 3.1 1.009a7.7 7.7 0 0 0 1.662-.07a.35.35 0 0 1 .327.081c-1.049.452-2.056 1-3.1 1.472a3.26 3.26 0 0 1-1.562-.2a5.56 5.56 0 0 1-3.242-2.2a2.57 2.57 0 0 1-.274-2.224a3.4 3.4 0 0 1 1.546-1.712"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#afd4e5" d="M15.855 2L2.707 8.294l13.148 7.9l13.438-7.366z"/><path fill="#69c" d="M15.856 30L2.707 20.678V8.294l13.148 7.9z"/><path fill="#7da7d3" d="M29.293 21.485L15.856 30l-.001-13.806l13.438-7.366z"/><path fill="#386a9d" d="m23.394 25.223l-.353.224l-.226-13.068l.389-.213z"/><path fill="#69c" d="M11.631 6.95a9.7 9.7 0 0 1 6.239-1.642a9 9 0 0 1 1.75.408a10.3 10.3 0 0 1 3.644 2.244a3.4 3.4 0 0 1 .618.646c-.029.134-.188.178-.287.251c-.608.325-1.2.676-1.818.988a6.3 6.3 0 0 1-1.135.568a2.2 2.2 0 0 0 .146-1.43a3.25 3.25 0 0 0-1.975-1.739a6.17 6.17 0 0 0-3.9 0a3.68 3.68 0 0 0-2.045 1.58a1.63 1.63 0 0 0 .306 1.97a5.13 5.13 0 0 0 3.1 1.009a7.7 7.7 0 0 0 1.662-.07a.35.35 0 0 1 .327.081c-1.049.452-2.056 1-3.1 1.472a3.26 3.26 0 0 1-1.562-.2a5.56 5.56 0 0 1-3.242-2.2a2.57 2.57 0 0 1-.274-2.224a3.4 3.4 0 0 1 1.546-1.712"/></svg> </template>
CSS
.icon-file-type-conan {
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%23afd4e5%22%20d%3D%22M15.855%202L2.707%208.294l13.148%207.9l13.438-7.366z%22%2F%3E%3Cpath%20fill%3D%22%2369c%22%20d%3D%22M15.856%2030L2.707%2020.678V8.294l13.148%207.9z%22%2F%3E%3Cpath%20fill%3D%22%237da7d3%22%20d%3D%22M29.293%2021.485L15.856%2030l-.001-13.806l13.438-7.366z%22%2F%3E%3Cpath%20fill%3D%22%23386a9d%22%20d%3D%22m23.394%2025.223l-.353.224l-.226-13.068l.389-.213z%22%2F%3E%3Cpath%20fill%3D%22%2369c%22%20d%3D%22M11.631%206.95a9.7%209.7%200%200%201%206.239-1.642a9%209%200%200%201%201.75.408a10.3%2010.3%200%200%201%203.644%202.244a3.4%203.4%200%200%201%20.618.646c-.029.134-.188.178-.287.251c-.608.325-1.2.676-1.818.988a6.3%206.3%200%200%201-1.135.568a2.2%202.2%200%200%200%20.146-1.43a3.25%203.25%200%200%200-1.975-1.739a6.17%206.17%200%200%200-3.9%200a3.68%203.68%200%200%200-2.045%201.58a1.63%201.63%200%200%200%20.306%201.97a5.13%205.13%200%200%200%203.1%201.009a7.7%207.7%200%200%200%201.662-.07a.35.35%200%200%201%20.327.081c-1.049.452-2.056%201-3.1%201.472a3.26%203.26%200%200%201-1.562-.2a5.56%205.56%200%200%201-3.242-2.2a2.57%202.57%200%200%201-.274-2.224a3.4%203.4%200%200%201%201.546-1.712%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%23afd4e5%22%20d%3D%22M15.855%202L2.707%208.294l13.148%207.9l13.438-7.366z%22%2F%3E%3Cpath%20fill%3D%22%2369c%22%20d%3D%22M15.856%2030L2.707%2020.678V8.294l13.148%207.9z%22%2F%3E%3Cpath%20fill%3D%22%237da7d3%22%20d%3D%22M29.293%2021.485L15.856%2030l-.001-13.806l13.438-7.366z%22%2F%3E%3Cpath%20fill%3D%22%23386a9d%22%20d%3D%22m23.394%2025.223l-.353.224l-.226-13.068l.389-.213z%22%2F%3E%3Cpath%20fill%3D%22%2369c%22%20d%3D%22M11.631%206.95a9.7%209.7%200%200%201%206.239-1.642a9%209%200%200%201%201.75.408a10.3%2010.3%200%200%201%203.644%202.244a3.4%203.4%200%200%201%20.618.646c-.029.134-.188.178-.287.251c-.608.325-1.2.676-1.818.988a6.3%206.3%200%200%201-1.135.568a2.2%202.2%200%200%200%20.146-1.43a3.25%203.25%200%200%200-1.975-1.739a6.17%206.17%200%200%200-3.9%200a3.68%203.68%200%200%200-2.045%201.58a1.63%201.63%200%200%200%20.306%201.97a5.13%205.13%200%200%200%203.1%201.009a7.7%207.7%200%200%200%201.662-.07a.35.35%200%200%201%20.327.081c-1.049.452-2.056%201-3.1%201.472a3.26%203.26%200%200%201-1.562-.2a5.56%205.56%200%200%201-3.242-2.2a2.57%202.57%200%200%201-.274-2.224a3.4%203.4%200%200%201%201.546-1.712%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-conan.svg?color=%231a73e8&size=48