file type codecov logo

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

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

Related icons in VSCode Icons

Use the file type codecov logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#e0225c" d="M25.026 5.73A12.66 12.66 0 0 0 16.01 2A12.8 12.8 0 0 0 3.246 14.77v2.162l1.68-1.145a6.76 6.76 0 0 1 5.049-1.08a6.55 6.55 0 0 1 3.331 1.67a9 9 0 0 1 .753-1.349q.181-.265.379-.513a8.7 8.7 0 0 0-4.083-1.915a9 9 0 0 0-1.607-.145a8.8 8.8 0 0 0-3.219.605a10.646 10.646 0 0 1 10.49-8.915a10.6 10.6 0 0 1 10.459 8.894a8.9 8.9 0 0 0-3.23-.612h-.156c-.114 0-.228 0-.339.011q-.292.016-.58.05q-.085.01-.17.023a9 9 0 0 0-.41.064l-.179.035q-.207.042-.41.093l-.146.037q-.256.069-.507.153l-.03.01a9 9 0 0 0-1.1.463l-.029.015q-.249.126-.49.269l-.04.024a8.6 8.6 0 0 0-2.223 1.919l-.078.1q-.206.257-.4.532a8 8 0 0 0-.3.478l-.064.111a9 9 0 0 0-.249.462l-.013.026a9 9 0 0 0-.462 1.124a8.8 8.8 0 0 0-.449 2.922v.119q.002.116.01.233c0 .062.007.123.012.185s.01.131.017.2a11 11 0 0 0 .112.793a8.8 8.8 0 0 0 3.625 5.607l.244.156a8.8 8.8 0 0 0 3.611 1.341l.174.023l1.293-2.075l-.465-.013a6.673 6.673 0 0 1-.222-13.331l.222-.009a6.84 6.84 0 0 1 4.019 1.2l1.673 1.138v-2.151a12.67 12.67 0 0 0-3.723-9.034"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeCodecov(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#e0225c" d="M25.026 5.73A12.66 12.66 0 0 0 16.01 2A12.8 12.8 0 0 0 3.246 14.77v2.162l1.68-1.145a6.76 6.76 0 0 1 5.049-1.08a6.55 6.55 0 0 1 3.331 1.67a9 9 0 0 1 .753-1.349q.181-.265.379-.513a8.7 8.7 0 0 0-4.083-1.915a9 9 0 0 0-1.607-.145a8.8 8.8 0 0 0-3.219.605a10.646 10.646 0 0 1 10.49-8.915a10.6 10.6 0 0 1 10.459 8.894a8.9 8.9 0 0 0-3.23-.612h-.156c-.114 0-.228 0-.339.011q-.292.016-.58.05q-.085.01-.17.023a9 9 0 0 0-.41.064l-.179.035q-.207.042-.41.093l-.146.037q-.256.069-.507.153l-.03.01a9 9 0 0 0-1.1.463l-.029.015q-.249.126-.49.269l-.04.024a8.6 8.6 0 0 0-2.223 1.919l-.078.1q-.206.257-.4.532a8 8 0 0 0-.3.478l-.064.111a9 9 0 0 0-.249.462l-.013.026a9 9 0 0 0-.462 1.124a8.8 8.8 0 0 0-.449 2.922v.119q.002.116.01.233c0 .062.007.123.012.185s.01.131.017.2a11 11 0 0 0 .112.793a8.8 8.8 0 0 0 3.625 5.607l.244.156a8.8 8.8 0 0 0 3.611 1.341l.174.023l1.293-2.075l-.465-.013a6.673 6.673 0 0 1-.222-13.331l.222-.009a6.84 6.84 0 0 1 4.019 1.2l1.673 1.138v-2.151a12.67 12.67 0 0 0-3.723-9.034"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#e0225c" d="M25.026 5.73A12.66 12.66 0 0 0 16.01 2A12.8 12.8 0 0 0 3.246 14.77v2.162l1.68-1.145a6.76 6.76 0 0 1 5.049-1.08a6.55 6.55 0 0 1 3.331 1.67a9 9 0 0 1 .753-1.349q.181-.265.379-.513a8.7 8.7 0 0 0-4.083-1.915a9 9 0 0 0-1.607-.145a8.8 8.8 0 0 0-3.219.605a10.646 10.646 0 0 1 10.49-8.915a10.6 10.6 0 0 1 10.459 8.894a8.9 8.9 0 0 0-3.23-.612h-.156c-.114 0-.228 0-.339.011q-.292.016-.58.05q-.085.01-.17.023a9 9 0 0 0-.41.064l-.179.035q-.207.042-.41.093l-.146.037q-.256.069-.507.153l-.03.01a9 9 0 0 0-1.1.463l-.029.015q-.249.126-.49.269l-.04.024a8.6 8.6 0 0 0-2.223 1.919l-.078.1q-.206.257-.4.532a8 8 0 0 0-.3.478l-.064.111a9 9 0 0 0-.249.462l-.013.026a9 9 0 0 0-.462 1.124a8.8 8.8 0 0 0-.449 2.922v.119q.002.116.01.233c0 .062.007.123.012.185s.01.131.017.2a11 11 0 0 0 .112.793a8.8 8.8 0 0 0 3.625 5.607l.244.156a8.8 8.8 0 0 0 3.611 1.341l.174.023l1.293-2.075l-.465-.013a6.673 6.673 0 0 1-.222-13.331l.222-.009a6.84 6.84 0 0 1 4.019 1.2l1.673 1.138v-2.151a12.67 12.67 0 0 0-3.723-9.034"/></svg>
</template>

CSS

.icon-file-type-codecov {
  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%23e0225c%22%20d%3D%22M25.026%205.73A12.66%2012.66%200%200%200%2016.01%202A12.8%2012.8%200%200%200%203.246%2014.77v2.162l1.68-1.145a6.76%206.76%200%200%201%205.049-1.08a6.55%206.55%200%200%201%203.331%201.67a9%209%200%200%201%20.753-1.349q.181-.265.379-.513a8.7%208.7%200%200%200-4.083-1.915a9%209%200%200%200-1.607-.145a8.8%208.8%200%200%200-3.219.605a10.646%2010.646%200%200%201%2010.49-8.915a10.6%2010.6%200%200%201%2010.459%208.894a8.9%208.9%200%200%200-3.23-.612h-.156c-.114%200-.228%200-.339.011q-.292.016-.58.05q-.085.01-.17.023a9%209%200%200%200-.41.064l-.179.035q-.207.042-.41.093l-.146.037q-.256.069-.507.153l-.03.01a9%209%200%200%200-1.1.463l-.029.015q-.249.126-.49.269l-.04.024a8.6%208.6%200%200%200-2.223%201.919l-.078.1q-.206.257-.4.532a8%208%200%200%200-.3.478l-.064.111a9%209%200%200%200-.249.462l-.013.026a9%209%200%200%200-.462%201.124a8.8%208.8%200%200%200-.449%202.922v.119q.002.116.01.233c0%20.062.007.123.012.185s.01.131.017.2a11%2011%200%200%200%20.112.793a8.8%208.8%200%200%200%203.625%205.607l.244.156a8.8%208.8%200%200%200%203.611%201.341l.174.023l1.293-2.075l-.465-.013a6.673%206.673%200%200%201-.222-13.331l.222-.009a6.84%206.84%200%200%201%204.019%201.2l1.673%201.138v-2.151a12.67%2012.67%200%200%200-3.723-9.034%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%23e0225c%22%20d%3D%22M25.026%205.73A12.66%2012.66%200%200%200%2016.01%202A12.8%2012.8%200%200%200%203.246%2014.77v2.162l1.68-1.145a6.76%206.76%200%200%201%205.049-1.08a6.55%206.55%200%200%201%203.331%201.67a9%209%200%200%201%20.753-1.349q.181-.265.379-.513a8.7%208.7%200%200%200-4.083-1.915a9%209%200%200%200-1.607-.145a8.8%208.8%200%200%200-3.219.605a10.646%2010.646%200%200%201%2010.49-8.915a10.6%2010.6%200%200%201%2010.459%208.894a8.9%208.9%200%200%200-3.23-.612h-.156c-.114%200-.228%200-.339.011q-.292.016-.58.05q-.085.01-.17.023a9%209%200%200%200-.41.064l-.179.035q-.207.042-.41.093l-.146.037q-.256.069-.507.153l-.03.01a9%209%200%200%200-1.1.463l-.029.015q-.249.126-.49.269l-.04.024a8.6%208.6%200%200%200-2.223%201.919l-.078.1q-.206.257-.4.532a8%208%200%200%200-.3.478l-.064.111a9%209%200%200%200-.249.462l-.013.026a9%209%200%200%200-.462%201.124a8.8%208.8%200%200%200-.449%202.922v.119q.002.116.01.233c0%20.062.007.123.012.185s.01.131.017.2a11%2011%200%200%200%20.112.793a8.8%208.8%200%200%200%203.625%205.607l.244.156a8.8%208.8%200%200%200%203.611%201.341l.174.023l1.293-2.075l-.465-.013a6.673%206.673%200%200%201-.222-13.331l.222-.009a6.84%206.84%200%200%201%204.019%201.2l1.673%201.138v-2.151a12.67%2012.67%200%200%200-3.723-9.034%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-codecov.svg?color=%231a73e8&size=48