folder type kotlin logo

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

Name
folder-type-kotlin
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the folder type kotlin logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><radialGradient id="SVG5NiZhbGj" cx="0" cy="0" r="1" gradientTransform="matrix(-28 0 0 -28 30 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e44857"/><stop offset=".504" stop-color="#c711e1"/><stop offset="1" stop-color="#7f52ff"/></radialGradient></defs><path fill="#cc7b00" d="M27.417 5.5H18.19l-2.083 4.2H4.5v16.8h25v-21Zm0 4.2h-8.135l1.091-2.1h7.044Z"/><path fill="url(#SVG5NiZhbGj)" d="M30 30H2V2h28L15.711 15.794z" transform="translate(10.714 10.714)scale(.64286)"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeKotlin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><radialGradient id="SVG5NiZhbGj" cx="0" cy="0" r="1" gradientTransform="matrix(-28 0 0 -28 30 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#e44857"/><stop offset=".504" stopColor="#c711e1"/><stop offset="1" stopColor="#7f52ff"/></radialGradient></defs><path fill="#cc7b00" d="M27.417 5.5H18.19l-2.083 4.2H4.5v16.8h25v-21Zm0 4.2h-8.135l1.091-2.1h7.044Z"/><path fill="url(#SVG5NiZhbGj)" d="M30 30H2V2h28L15.711 15.794z" transform="translate(10.714 10.714)scale(.64286)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><radialGradient id="SVG5NiZhbGj" cx="0" cy="0" r="1" gradientTransform="matrix(-28 0 0 -28 30 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e44857"/><stop offset=".504" stop-color="#c711e1"/><stop offset="1" stop-color="#7f52ff"/></radialGradient></defs><path fill="#cc7b00" d="M27.417 5.5H18.19l-2.083 4.2H4.5v16.8h25v-21Zm0 4.2h-8.135l1.091-2.1h7.044Z"/><path fill="url(#SVG5NiZhbGj)" d="M30 30H2V2h28L15.711 15.794z" transform="translate(10.714 10.714)scale(.64286)"/></svg>
</template>

CSS

.icon-folder-type-kotlin {
  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%3CradialGradient%20id%3D%22SVG5NiZhbGj%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-28%200%200%20-28%2030%202)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e44857%22%2F%3E%3Cstop%20offset%3D%22.504%22%20stop-color%3D%22%23c711e1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237f52ff%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23cc7b00%22%20d%3D%22M27.417%205.5H18.19l-2.083%204.2H4.5v16.8h25v-21Zm0%204.2h-8.135l1.091-2.1h7.044Z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG5NiZhbGj)%22%20d%3D%22M30%2030H2V2h28L15.711%2015.794z%22%20transform%3D%22translate(10.714%2010.714)scale(.64286)%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%3CradialGradient%20id%3D%22SVG5NiZhbGj%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-28%200%200%20-28%2030%202)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e44857%22%2F%3E%3Cstop%20offset%3D%22.504%22%20stop-color%3D%22%23c711e1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237f52ff%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23cc7b00%22%20d%3D%22M27.417%205.5H18.19l-2.083%204.2H4.5v16.8h25v-21Zm0%204.2h-8.135l1.091-2.1h7.044Z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG5NiZhbGj)%22%20d%3D%22M30%2030H2V2h28L15.711%2015.794z%22%20transform%3D%22translate(10.714%2010.714)scale(.64286)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/folder-type-kotlin.svg?color=%231a73e8&size=48