file type cobol logo

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

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

Related icons in VSCode Icons

Use the file type cobol logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#005ca5" d="M22.24 6.546a4.45 4.45 0 0 0 1.765-2.522a4.64 4.64 0 0 1-.018 2.157c-.223.582-.567 1.107-.834 1.669a21.8 21.8 0 0 1 4.559-2.938C27.23 6.4 25.891 7.3 24.907 8.442c.19.409.28.989.8 1.109a5.04 5.04 0 0 0 2.5.155c.912-.313 1.345-1.258 1.8-2.035V9.14a16 16 0 0 1-.582 1.748c.2.547.409 1.092.582 1.647v.952c-.214.368-.442.726-.663 1.089a5.3 5.3 0 0 0-1.068-1.162a4 4 0 0 0-1.851-.125a3.21 3.21 0 0 0 2.413 1.47c-.359.37-.663.912-1.23.969c-1.641.247-3.207-.505-4.839-.5c-.282.02-.707.024-.785.372c0 .735.217 1.453.19 2.188c-.059 1.258-.512 2.466-.529 3.726a13.8 13.8 0 0 0 .838 3.448a48 48 0 0 1-1.562-.26c-.1.208-.184.42-.26.634a4.5 4.5 0 0 0 1.139 1.195l-.241.508l-.573.138q-.196.37-.4.739a4.4 4.4 0 0 0-2.2.061q-.698-.28-1.389-.567a5.9 5.9 0 0 0 .407-2.315c-.282-.982-1.6-.984-2-1.877a6.2 6.2 0 0 1-1.022-2.851c-.823-.433-1.455-1.221-2.4-1.4c-.048.409-.083.82-.153 1.227a6 6 0 0 1-1.348 2.406l.12 1.265q.52.486 1.033.974a10 10 0 0 1-1.426.713a11 11 0 0 1-1.687.077l-.777-.764a4.87 4.87 0 0 0 .114-2.608c.171-.4.326-.812.475-1.221a5.57 5.57 0 0 1-3.01.206a5.12 5.12 0 0 1-3.29-4.33a3.86 3.86 0 0 1 1.407-3.268a6.4 6.4 0 0 0-.24 2.615a3.04 3.04 0 0 0 2.5 2.466a3.46 3.46 0 0 0 1.96-.643a7.5 7.5 0 0 1 .363-4.133a5.52 5.52 0 0 1 3.586-2.66a4.24 4.24 0 0 0 2.011-1.566a10.7 10.7 0 0 1 1.529-1.33l-.68-.659A2.15 2.15 0 0 0 15.9 6.023c1.284-.3 2.551-.661 3.82-1.011a3.8 3.8 0 0 0 1.415.606c.317.346.494 1.157 1.1.928m-3.777 13.362c.042.768-.048 1.665.674 2.155c0-.755-.046-1.507-.1-2.26Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeCobol(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#005ca5" d="M22.24 6.546a4.45 4.45 0 0 0 1.765-2.522a4.64 4.64 0 0 1-.018 2.157c-.223.582-.567 1.107-.834 1.669a21.8 21.8 0 0 1 4.559-2.938C27.23 6.4 25.891 7.3 24.907 8.442c.19.409.28.989.8 1.109a5.04 5.04 0 0 0 2.5.155c.912-.313 1.345-1.258 1.8-2.035V9.14a16 16 0 0 1-.582 1.748c.2.547.409 1.092.582 1.647v.952c-.214.368-.442.726-.663 1.089a5.3 5.3 0 0 0-1.068-1.162a4 4 0 0 0-1.851-.125a3.21 3.21 0 0 0 2.413 1.47c-.359.37-.663.912-1.23.969c-1.641.247-3.207-.505-4.839-.5c-.282.02-.707.024-.785.372c0 .735.217 1.453.19 2.188c-.059 1.258-.512 2.466-.529 3.726a13.8 13.8 0 0 0 .838 3.448a48 48 0 0 1-1.562-.26c-.1.208-.184.42-.26.634a4.5 4.5 0 0 0 1.139 1.195l-.241.508l-.573.138q-.196.37-.4.739a4.4 4.4 0 0 0-2.2.061q-.698-.28-1.389-.567a5.9 5.9 0 0 0 .407-2.315c-.282-.982-1.6-.984-2-1.877a6.2 6.2 0 0 1-1.022-2.851c-.823-.433-1.455-1.221-2.4-1.4c-.048.409-.083.82-.153 1.227a6 6 0 0 1-1.348 2.406l.12 1.265q.52.486 1.033.974a10 10 0 0 1-1.426.713a11 11 0 0 1-1.687.077l-.777-.764a4.87 4.87 0 0 0 .114-2.608c.171-.4.326-.812.475-1.221a5.57 5.57 0 0 1-3.01.206a5.12 5.12 0 0 1-3.29-4.33a3.86 3.86 0 0 1 1.407-3.268a6.4 6.4 0 0 0-.24 2.615a3.04 3.04 0 0 0 2.5 2.466a3.46 3.46 0 0 0 1.96-.643a7.5 7.5 0 0 1 .363-4.133a5.52 5.52 0 0 1 3.586-2.66a4.24 4.24 0 0 0 2.011-1.566a10.7 10.7 0 0 1 1.529-1.33l-.68-.659A2.15 2.15 0 0 0 15.9 6.023c1.284-.3 2.551-.661 3.82-1.011a3.8 3.8 0 0 0 1.415.606c.317.346.494 1.157 1.1.928m-3.777 13.362c.042.768-.048 1.665.674 2.155c0-.755-.046-1.507-.1-2.26Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#005ca5" d="M22.24 6.546a4.45 4.45 0 0 0 1.765-2.522a4.64 4.64 0 0 1-.018 2.157c-.223.582-.567 1.107-.834 1.669a21.8 21.8 0 0 1 4.559-2.938C27.23 6.4 25.891 7.3 24.907 8.442c.19.409.28.989.8 1.109a5.04 5.04 0 0 0 2.5.155c.912-.313 1.345-1.258 1.8-2.035V9.14a16 16 0 0 1-.582 1.748c.2.547.409 1.092.582 1.647v.952c-.214.368-.442.726-.663 1.089a5.3 5.3 0 0 0-1.068-1.162a4 4 0 0 0-1.851-.125a3.21 3.21 0 0 0 2.413 1.47c-.359.37-.663.912-1.23.969c-1.641.247-3.207-.505-4.839-.5c-.282.02-.707.024-.785.372c0 .735.217 1.453.19 2.188c-.059 1.258-.512 2.466-.529 3.726a13.8 13.8 0 0 0 .838 3.448a48 48 0 0 1-1.562-.26c-.1.208-.184.42-.26.634a4.5 4.5 0 0 0 1.139 1.195l-.241.508l-.573.138q-.196.37-.4.739a4.4 4.4 0 0 0-2.2.061q-.698-.28-1.389-.567a5.9 5.9 0 0 0 .407-2.315c-.282-.982-1.6-.984-2-1.877a6.2 6.2 0 0 1-1.022-2.851c-.823-.433-1.455-1.221-2.4-1.4c-.048.409-.083.82-.153 1.227a6 6 0 0 1-1.348 2.406l.12 1.265q.52.486 1.033.974a10 10 0 0 1-1.426.713a11 11 0 0 1-1.687.077l-.777-.764a4.87 4.87 0 0 0 .114-2.608c.171-.4.326-.812.475-1.221a5.57 5.57 0 0 1-3.01.206a5.12 5.12 0 0 1-3.29-4.33a3.86 3.86 0 0 1 1.407-3.268a6.4 6.4 0 0 0-.24 2.615a3.04 3.04 0 0 0 2.5 2.466a3.46 3.46 0 0 0 1.96-.643a7.5 7.5 0 0 1 .363-4.133a5.52 5.52 0 0 1 3.586-2.66a4.24 4.24 0 0 0 2.011-1.566a10.7 10.7 0 0 1 1.529-1.33l-.68-.659A2.15 2.15 0 0 0 15.9 6.023c1.284-.3 2.551-.661 3.82-1.011a3.8 3.8 0 0 0 1.415.606c.317.346.494 1.157 1.1.928m-3.777 13.362c.042.768-.048 1.665.674 2.155c0-.755-.046-1.507-.1-2.26Z"/></svg>
</template>

CSS

.icon-file-type-cobol {
  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%23005ca5%22%20d%3D%22M22.24%206.546a4.45%204.45%200%200%200%201.765-2.522a4.64%204.64%200%200%201-.018%202.157c-.223.582-.567%201.107-.834%201.669a21.8%2021.8%200%200%201%204.559-2.938C27.23%206.4%2025.891%207.3%2024.907%208.442c.19.409.28.989.8%201.109a5.04%205.04%200%200%200%202.5.155c.912-.313%201.345-1.258%201.8-2.035V9.14a16%2016%200%200%201-.582%201.748c.2.547.409%201.092.582%201.647v.952c-.214.368-.442.726-.663%201.089a5.3%205.3%200%200%200-1.068-1.162a4%204%200%200%200-1.851-.125a3.21%203.21%200%200%200%202.413%201.47c-.359.37-.663.912-1.23.969c-1.641.247-3.207-.505-4.839-.5c-.282.02-.707.024-.785.372c0%20.735.217%201.453.19%202.188c-.059%201.258-.512%202.466-.529%203.726a13.8%2013.8%200%200%200%20.838%203.448a48%2048%200%200%201-1.562-.26c-.1.208-.184.42-.26.634a4.5%204.5%200%200%200%201.139%201.195l-.241.508l-.573.138q-.196.37-.4.739a4.4%204.4%200%200%200-2.2.061q-.698-.28-1.389-.567a5.9%205.9%200%200%200%20.407-2.315c-.282-.982-1.6-.984-2-1.877a6.2%206.2%200%200%201-1.022-2.851c-.823-.433-1.455-1.221-2.4-1.4c-.048.409-.083.82-.153%201.227a6%206%200%200%201-1.348%202.406l.12%201.265q.52.486%201.033.974a10%2010%200%200%201-1.426.713a11%2011%200%200%201-1.687.077l-.777-.764a4.87%204.87%200%200%200%20.114-2.608c.171-.4.326-.812.475-1.221a5.57%205.57%200%200%201-3.01.206a5.12%205.12%200%200%201-3.29-4.33a3.86%203.86%200%200%201%201.407-3.268a6.4%206.4%200%200%200-.24%202.615a3.04%203.04%200%200%200%202.5%202.466a3.46%203.46%200%200%200%201.96-.643a7.5%207.5%200%200%201%20.363-4.133a5.52%205.52%200%200%201%203.586-2.66a4.24%204.24%200%200%200%202.011-1.566a10.7%2010.7%200%200%201%201.529-1.33l-.68-.659A2.15%202.15%200%200%200%2015.9%206.023c1.284-.3%202.551-.661%203.82-1.011a3.8%203.8%200%200%200%201.415.606c.317.346.494%201.157%201.1.928m-3.777%2013.362c.042.768-.048%201.665.674%202.155c0-.755-.046-1.507-.1-2.26Z%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%23005ca5%22%20d%3D%22M22.24%206.546a4.45%204.45%200%200%200%201.765-2.522a4.64%204.64%200%200%201-.018%202.157c-.223.582-.567%201.107-.834%201.669a21.8%2021.8%200%200%201%204.559-2.938C27.23%206.4%2025.891%207.3%2024.907%208.442c.19.409.28.989.8%201.109a5.04%205.04%200%200%200%202.5.155c.912-.313%201.345-1.258%201.8-2.035V9.14a16%2016%200%200%201-.582%201.748c.2.547.409%201.092.582%201.647v.952c-.214.368-.442.726-.663%201.089a5.3%205.3%200%200%200-1.068-1.162a4%204%200%200%200-1.851-.125a3.21%203.21%200%200%200%202.413%201.47c-.359.37-.663.912-1.23.969c-1.641.247-3.207-.505-4.839-.5c-.282.02-.707.024-.785.372c0%20.735.217%201.453.19%202.188c-.059%201.258-.512%202.466-.529%203.726a13.8%2013.8%200%200%200%20.838%203.448a48%2048%200%200%201-1.562-.26c-.1.208-.184.42-.26.634a4.5%204.5%200%200%200%201.139%201.195l-.241.508l-.573.138q-.196.37-.4.739a4.4%204.4%200%200%200-2.2.061q-.698-.28-1.389-.567a5.9%205.9%200%200%200%20.407-2.315c-.282-.982-1.6-.984-2-1.877a6.2%206.2%200%200%201-1.022-2.851c-.823-.433-1.455-1.221-2.4-1.4c-.048.409-.083.82-.153%201.227a6%206%200%200%201-1.348%202.406l.12%201.265q.52.486%201.033.974a10%2010%200%200%201-1.426.713a11%2011%200%200%201-1.687.077l-.777-.764a4.87%204.87%200%200%200%20.114-2.608c.171-.4.326-.812.475-1.221a5.57%205.57%200%200%201-3.01.206a5.12%205.12%200%200%201-3.29-4.33a3.86%203.86%200%200%201%201.407-3.268a6.4%206.4%200%200%200-.24%202.615a3.04%203.04%200%200%200%202.5%202.466a3.46%203.46%200%200%200%201.96-.643a7.5%207.5%200%200%201%20.363-4.133a5.52%205.52%200%200%201%203.586-2.66a4.24%204.24%200%200%200%202.011-1.566a10.7%2010.7%200%200%201%201.529-1.33l-.68-.659A2.15%202.15%200%200%200%2015.9%206.023c1.284-.3%202.551-.661%203.82-1.011a3.8%203.8%200%200%200%201.415.606c.317.346.494%201.157%201.1.928m-3.777%2013.362c.042.768-.048%201.665.674%202.155c0-.755-.046-1.507-.1-2.26Z%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-cobol.svg?color=%231a73e8&size=48