file type kodiak logo

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

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

Related icons in VSCode Icons

Use the file type kodiak logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGQEg46cmJ" x1="85" x2="85" y1="167" y2="187" gradientTransform="matrix(1.4 0 0 1.4 -103 -231.8)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fad961"/><stop offset="1" stop-color="#f76b1c"/></linearGradient></defs><circle cx="16" cy="16" r="14" fill="url(#SVGQEg46cmJ)"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeKodiak(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGQEg46cmJ" x1="85" x2="85" y1="167" y2="187" gradientTransform="matrix(1.4 0 0 1.4 -103 -231.8)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#fad961"/><stop offset="1" stopColor="#f76b1c"/></linearGradient></defs><circle cx="16" cy="16" r="14" fill="url(#SVGQEg46cmJ)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGQEg46cmJ" x1="85" x2="85" y1="167" y2="187" gradientTransform="matrix(1.4 0 0 1.4 -103 -231.8)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fad961"/><stop offset="1" stop-color="#f76b1c"/></linearGradient></defs><circle cx="16" cy="16" r="14" fill="url(#SVGQEg46cmJ)"/></svg>
</template>

CSS

.icon-file-type-kodiak {
  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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGQEg46cmJ%22%20x1%3D%2285%22%20x2%3D%2285%22%20y1%3D%22167%22%20y2%3D%22187%22%20gradientTransform%3D%22matrix(1.4%200%200%201.4%20-103%20-231.8)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fad961%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f76b1c%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214%22%20fill%3D%22url(%23SVGQEg46cmJ)%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGQEg46cmJ%22%20x1%3D%2285%22%20x2%3D%2285%22%20y1%3D%22167%22%20y2%3D%22187%22%20gradientTransform%3D%22matrix(1.4%200%200%201.4%20-103%20-231.8)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fad961%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f76b1c%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214%22%20fill%3D%22url(%23SVGQEg46cmJ)%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-kodiak.svg?color=%231a73e8&size=48