file type cvs logo
file-type-cvs from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-cvs
- 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 cvs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f90" d="M21.74 12.734A7.64 7.64 0 0 1 27.134 8.4a8.2 8.2 0 0 1 2.747-.129a5.8 5.8 0 0 1 .071 1.917c-.5 3.81-4.748 5.758-5.305 6c.971.562 4.273 2.624 4.631 5.995a5.7 5.7 0 0 1 .007 1.125a5 5 0 0 1-.817.228c-3.167.6-6.026-2.119-6.862-2.971a15.2 15.2 0 0 1-5.56 2.741c-5.77 1.475-10.947-.913-10.9-1.227c.015-.1.55-.014 1.715-.339a5.8 5.8 0 0 0 1.468-.595a2.46 2.46 0 0 0 1.124-1.1a1.8 1.8 0 0 0 .123-.458a7.3 7.3 0 0 1-2.9 1.265a9 9 0 0 1-1.421.124a2.5 2.5 0 0 1-.856-.076a2.4 2.4 0 0 1-.517-.221a3.6 3.6 0 0 1-.837-.635a3.4 3.4 0 0 1-.883-1.356a3.15 3.15 0 0 1-.085-1.689a9 9 0 0 1 .451-1.458a9 9 0 0 1 2.11-3.089a10.4 10.4 0 0 1 3.388-2.461a10.6 10.6 0 0 1 4.493-.924a12.6 12.6 0 0 1 5.094 1.123a15.1 15.1 0 0 1 4.127 2.544"/><circle cx="6.903" cy="15.055" r="1.907" fill="#099"/><path fill="#67cbca" d="M7.281 15.794a.948.948 0 0 1-.926-1.229a1 1 0 0 1 .206-.379a.3.3 0 0 1 .488.07l.03.064a.24.24 0 0 1-.041.263a.4.4 0 0 0-.088.157a.34.34 0 0 0 .03.277a.37.37 0 0 0 .366.15a.24.24 0 0 1 .244.11l.038.062a.3.3 0 0 1-.206.446a1 1 0 0 1-.141.009"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeCvs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f90" d="M21.74 12.734A7.64 7.64 0 0 1 27.134 8.4a8.2 8.2 0 0 1 2.747-.129a5.8 5.8 0 0 1 .071 1.917c-.5 3.81-4.748 5.758-5.305 6c.971.562 4.273 2.624 4.631 5.995a5.7 5.7 0 0 1 .007 1.125a5 5 0 0 1-.817.228c-3.167.6-6.026-2.119-6.862-2.971a15.2 15.2 0 0 1-5.56 2.741c-5.77 1.475-10.947-.913-10.9-1.227c.015-.1.55-.014 1.715-.339a5.8 5.8 0 0 0 1.468-.595a2.46 2.46 0 0 0 1.124-1.1a1.8 1.8 0 0 0 .123-.458a7.3 7.3 0 0 1-2.9 1.265a9 9 0 0 1-1.421.124a2.5 2.5 0 0 1-.856-.076a2.4 2.4 0 0 1-.517-.221a3.6 3.6 0 0 1-.837-.635a3.4 3.4 0 0 1-.883-1.356a3.15 3.15 0 0 1-.085-1.689a9 9 0 0 1 .451-1.458a9 9 0 0 1 2.11-3.089a10.4 10.4 0 0 1 3.388-2.461a10.6 10.6 0 0 1 4.493-.924a12.6 12.6 0 0 1 5.094 1.123a15.1 15.1 0 0 1 4.127 2.544"/><circle cx="6.903" cy="15.055" r="1.907" fill="#099"/><path fill="#67cbca" d="M7.281 15.794a.948.948 0 0 1-.926-1.229a1 1 0 0 1 .206-.379a.3.3 0 0 1 .488.07l.03.064a.24.24 0 0 1-.041.263a.4.4 0 0 0-.088.157a.34.34 0 0 0 .03.277a.37.37 0 0 0 .366.15a.24.24 0 0 1 .244.11l.038.062a.3.3 0 0 1-.206.446a1 1 0 0 1-.141.009"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f90" d="M21.74 12.734A7.64 7.64 0 0 1 27.134 8.4a8.2 8.2 0 0 1 2.747-.129a5.8 5.8 0 0 1 .071 1.917c-.5 3.81-4.748 5.758-5.305 6c.971.562 4.273 2.624 4.631 5.995a5.7 5.7 0 0 1 .007 1.125a5 5 0 0 1-.817.228c-3.167.6-6.026-2.119-6.862-2.971a15.2 15.2 0 0 1-5.56 2.741c-5.77 1.475-10.947-.913-10.9-1.227c.015-.1.55-.014 1.715-.339a5.8 5.8 0 0 0 1.468-.595a2.46 2.46 0 0 0 1.124-1.1a1.8 1.8 0 0 0 .123-.458a7.3 7.3 0 0 1-2.9 1.265a9 9 0 0 1-1.421.124a2.5 2.5 0 0 1-.856-.076a2.4 2.4 0 0 1-.517-.221a3.6 3.6 0 0 1-.837-.635a3.4 3.4 0 0 1-.883-1.356a3.15 3.15 0 0 1-.085-1.689a9 9 0 0 1 .451-1.458a9 9 0 0 1 2.11-3.089a10.4 10.4 0 0 1 3.388-2.461a10.6 10.6 0 0 1 4.493-.924a12.6 12.6 0 0 1 5.094 1.123a15.1 15.1 0 0 1 4.127 2.544"/><circle cx="6.903" cy="15.055" r="1.907" fill="#099"/><path fill="#67cbca" d="M7.281 15.794a.948.948 0 0 1-.926-1.229a1 1 0 0 1 .206-.379a.3.3 0 0 1 .488.07l.03.064a.24.24 0 0 1-.041.263a.4.4 0 0 0-.088.157a.34.34 0 0 0 .03.277a.37.37 0 0 0 .366.15a.24.24 0 0 1 .244.11l.038.062a.3.3 0 0 1-.206.446a1 1 0 0 1-.141.009"/></svg> </template>
CSS
.icon-file-type-cvs {
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%23f90%22%20d%3D%22M21.74%2012.734A7.64%207.64%200%200%201%2027.134%208.4a8.2%208.2%200%200%201%202.747-.129a5.8%205.8%200%200%201%20.071%201.917c-.5%203.81-4.748%205.758-5.305%206c.971.562%204.273%202.624%204.631%205.995a5.7%205.7%200%200%201%20.007%201.125a5%205%200%200%201-.817.228c-3.167.6-6.026-2.119-6.862-2.971a15.2%2015.2%200%200%201-5.56%202.741c-5.77%201.475-10.947-.913-10.9-1.227c.015-.1.55-.014%201.715-.339a5.8%205.8%200%200%200%201.468-.595a2.46%202.46%200%200%200%201.124-1.1a1.8%201.8%200%200%200%20.123-.458a7.3%207.3%200%200%201-2.9%201.265a9%209%200%200%201-1.421.124a2.5%202.5%200%200%201-.856-.076a2.4%202.4%200%200%201-.517-.221a3.6%203.6%200%200%201-.837-.635a3.4%203.4%200%200%201-.883-1.356a3.15%203.15%200%200%201-.085-1.689a9%209%200%200%201%20.451-1.458a9%209%200%200%201%202.11-3.089a10.4%2010.4%200%200%201%203.388-2.461a10.6%2010.6%200%200%201%204.493-.924a12.6%2012.6%200%200%201%205.094%201.123a15.1%2015.1%200%200%201%204.127%202.544%22%2F%3E%3Ccircle%20cx%3D%226.903%22%20cy%3D%2215.055%22%20r%3D%221.907%22%20fill%3D%22%23099%22%2F%3E%3Cpath%20fill%3D%22%2367cbca%22%20d%3D%22M7.281%2015.794a.948.948%200%200%201-.926-1.229a1%201%200%200%201%20.206-.379a.3.3%200%200%201%20.488.07l.03.064a.24.24%200%200%201-.041.263a.4.4%200%200%200-.088.157a.34.34%200%200%200%20.03.277a.37.37%200%200%200%20.366.15a.24.24%200%200%201%20.244.11l.038.062a.3.3%200%200%201-.206.446a1%201%200%200%201-.141.009%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%23f90%22%20d%3D%22M21.74%2012.734A7.64%207.64%200%200%201%2027.134%208.4a8.2%208.2%200%200%201%202.747-.129a5.8%205.8%200%200%201%20.071%201.917c-.5%203.81-4.748%205.758-5.305%206c.971.562%204.273%202.624%204.631%205.995a5.7%205.7%200%200%201%20.007%201.125a5%205%200%200%201-.817.228c-3.167.6-6.026-2.119-6.862-2.971a15.2%2015.2%200%200%201-5.56%202.741c-5.77%201.475-10.947-.913-10.9-1.227c.015-.1.55-.014%201.715-.339a5.8%205.8%200%200%200%201.468-.595a2.46%202.46%200%200%200%201.124-1.1a1.8%201.8%200%200%200%20.123-.458a7.3%207.3%200%200%201-2.9%201.265a9%209%200%200%201-1.421.124a2.5%202.5%200%200%201-.856-.076a2.4%202.4%200%200%201-.517-.221a3.6%203.6%200%200%201-.837-.635a3.4%203.4%200%200%201-.883-1.356a3.15%203.15%200%200%201-.085-1.689a9%209%200%200%201%20.451-1.458a9%209%200%200%201%202.11-3.089a10.4%2010.4%200%200%201%203.388-2.461a10.6%2010.6%200%200%201%204.493-.924a12.6%2012.6%200%200%201%205.094%201.123a15.1%2015.1%200%200%201%204.127%202.544%22%2F%3E%3Ccircle%20cx%3D%226.903%22%20cy%3D%2215.055%22%20r%3D%221.907%22%20fill%3D%22%23099%22%2F%3E%3Cpath%20fill%3D%22%2367cbca%22%20d%3D%22M7.281%2015.794a.948.948%200%200%201-.926-1.229a1%201%200%200%201%20.206-.379a.3.3%200%200%201%20.488.07l.03.064a.24.24%200%200%201-.041.263a.4.4%200%200%200-.088.157a.34.34%200%200%200%20.03.277a.37.37%200%200%200%20.366.15a.24.24%200%200%201%20.244.11l.038.062a.3.3%200%200%201-.206.446a1%201%200%200%201-.141.009%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-cvs.svg?color=%231a73e8&size=48