file type kivy logo
file-type-kivy from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-kivy
- 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 kivy logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGPOtEoeKo" x1="14.989" x2="15.124" y1="17.164" y2="17.091" gradientTransform="matrix(1 0 0 -1 0 34)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-opacity=".03"/><stop offset=".085" stop-color="#090909" stop-opacity=".027"/><stop offset=".224" stop-color="#212121" stop-opacity=".023"/><stop offset=".398" stop-color="#494949" stop-opacity=".018"/><stop offset=".603" stop-color="gray" stop-opacity=".012"/><stop offset=".83" stop-color="#c6c6c6" stop-opacity=".005"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient></defs><circle cx="16" cy="16" r="14" fill="#3f4142"/><path fill="#ebeded" d="m26.469 12.631l-8.992 1.019l4.146 4.14l4.948-4.942c.145-.148.097-.241-.102-.217m-6.196 5.129l-3.785-3.785l-3.007 5.665l2.441 2.441a1 1 0 0 0 .705.289a1 1 0 0 0 .705-.289l2.935-2.917a.98.98 0 0 0 .289-.7a.96.96 0 0 0-.283-.704"/><path fill="#f9f9f9" d="M12.1 9.588v7.407a3.62 3.62 0 0 0 .892 2.158l.488.488l3.007-5.665Zm-4.194 9.486l3.266 3.266v-7.75l-3.266 3.266a.87.87 0 0 0 0 1.218m2.471-6.208L7.111 9.6v7.744l3.266-3.266a.86.86 0 0 0 0-1.212"/><path fill="url(#SVGPOtEoeKo)" d="m16.488 13.975l.115.115l-3.007 5.665l-.115-.115z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeKivy(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="SVGPOtEoeKo" x1="14.989" x2="15.124" y1="17.164" y2="17.091" gradientTransform="matrix(1 0 0 -1 0 34)" gradientUnits="userSpaceOnUse"><stop offset="0" stopOpacity=".03"/><stop offset=".085" stopColor="#090909" stopOpacity=".027"/><stop offset=".224" stopColor="#212121" stopOpacity=".023"/><stop offset=".398" stopColor="#494949" stopOpacity=".018"/><stop offset=".603" stopColor="gray" stopOpacity=".012"/><stop offset=".83" stopColor="#c6c6c6" stopOpacity=".005"/><stop offset="1" stopColor="#fff" stopOpacity="0"/></linearGradient></defs><circle cx="16" cy="16" r="14" fill="#3f4142"/><path fill="#ebeded" d="m26.469 12.631l-8.992 1.019l4.146 4.14l4.948-4.942c.145-.148.097-.241-.102-.217m-6.196 5.129l-3.785-3.785l-3.007 5.665l2.441 2.441a1 1 0 0 0 .705.289a1 1 0 0 0 .705-.289l2.935-2.917a.98.98 0 0 0 .289-.7a.96.96 0 0 0-.283-.704"/><path fill="#f9f9f9" d="M12.1 9.588v7.407a3.62 3.62 0 0 0 .892 2.158l.488.488l3.007-5.665Zm-4.194 9.486l3.266 3.266v-7.75l-3.266 3.266a.87.87 0 0 0 0 1.218m2.471-6.208L7.111 9.6v7.744l3.266-3.266a.86.86 0 0 0 0-1.212"/><path fill="url(#SVGPOtEoeKo)" d="m16.488 13.975l.115.115l-3.007 5.665l-.115-.115z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGPOtEoeKo" x1="14.989" x2="15.124" y1="17.164" y2="17.091" gradientTransform="matrix(1 0 0 -1 0 34)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-opacity=".03"/><stop offset=".085" stop-color="#090909" stop-opacity=".027"/><stop offset=".224" stop-color="#212121" stop-opacity=".023"/><stop offset=".398" stop-color="#494949" stop-opacity=".018"/><stop offset=".603" stop-color="gray" stop-opacity=".012"/><stop offset=".83" stop-color="#c6c6c6" stop-opacity=".005"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient></defs><circle cx="16" cy="16" r="14" fill="#3f4142"/><path fill="#ebeded" d="m26.469 12.631l-8.992 1.019l4.146 4.14l4.948-4.942c.145-.148.097-.241-.102-.217m-6.196 5.129l-3.785-3.785l-3.007 5.665l2.441 2.441a1 1 0 0 0 .705.289a1 1 0 0 0 .705-.289l2.935-2.917a.98.98 0 0 0 .289-.7a.96.96 0 0 0-.283-.704"/><path fill="#f9f9f9" d="M12.1 9.588v7.407a3.62 3.62 0 0 0 .892 2.158l.488.488l3.007-5.665Zm-4.194 9.486l3.266 3.266v-7.75l-3.266 3.266a.87.87 0 0 0 0 1.218m2.471-6.208L7.111 9.6v7.744l3.266-3.266a.86.86 0 0 0 0-1.212"/><path fill="url(#SVGPOtEoeKo)" d="m16.488 13.975l.115.115l-3.007 5.665l-.115-.115z"/></svg> </template>
CSS
.icon-file-type-kivy {
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%22SVGPOtEoeKo%22%20x1%3D%2214.989%22%20x2%3D%2215.124%22%20y1%3D%2217.164%22%20y2%3D%2217.091%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%2034)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-opacity%3D%22.03%22%2F%3E%3Cstop%20offset%3D%22.085%22%20stop-color%3D%22%23090909%22%20stop-opacity%3D%22.027%22%2F%3E%3Cstop%20offset%3D%22.224%22%20stop-color%3D%22%23212121%22%20stop-opacity%3D%22.023%22%2F%3E%3Cstop%20offset%3D%22.398%22%20stop-color%3D%22%23494949%22%20stop-opacity%3D%22.018%22%2F%3E%3Cstop%20offset%3D%22.603%22%20stop-color%3D%22gray%22%20stop-opacity%3D%22.012%22%2F%3E%3Cstop%20offset%3D%22.83%22%20stop-color%3D%22%23c6c6c6%22%20stop-opacity%3D%22.005%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214%22%20fill%3D%22%233f4142%22%2F%3E%3Cpath%20fill%3D%22%23ebeded%22%20d%3D%22m26.469%2012.631l-8.992%201.019l4.146%204.14l4.948-4.942c.145-.148.097-.241-.102-.217m-6.196%205.129l-3.785-3.785l-3.007%205.665l2.441%202.441a1%201%200%200%200%20.705.289a1%201%200%200%200%20.705-.289l2.935-2.917a.98.98%200%200%200%20.289-.7a.96.96%200%200%200-.283-.704%22%2F%3E%3Cpath%20fill%3D%22%23f9f9f9%22%20d%3D%22M12.1%209.588v7.407a3.62%203.62%200%200%200%20.892%202.158l.488.488l3.007-5.665Zm-4.194%209.486l3.266%203.266v-7.75l-3.266%203.266a.87.87%200%200%200%200%201.218m2.471-6.208L7.111%209.6v7.744l3.266-3.266a.86.86%200%200%200%200-1.212%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPOtEoeKo)%22%20d%3D%22m16.488%2013.975l.115.115l-3.007%205.665l-.115-.115z%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%22SVGPOtEoeKo%22%20x1%3D%2214.989%22%20x2%3D%2215.124%22%20y1%3D%2217.164%22%20y2%3D%2217.091%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%2034)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-opacity%3D%22.03%22%2F%3E%3Cstop%20offset%3D%22.085%22%20stop-color%3D%22%23090909%22%20stop-opacity%3D%22.027%22%2F%3E%3Cstop%20offset%3D%22.224%22%20stop-color%3D%22%23212121%22%20stop-opacity%3D%22.023%22%2F%3E%3Cstop%20offset%3D%22.398%22%20stop-color%3D%22%23494949%22%20stop-opacity%3D%22.018%22%2F%3E%3Cstop%20offset%3D%22.603%22%20stop-color%3D%22gray%22%20stop-opacity%3D%22.012%22%2F%3E%3Cstop%20offset%3D%22.83%22%20stop-color%3D%22%23c6c6c6%22%20stop-opacity%3D%22.005%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214%22%20fill%3D%22%233f4142%22%2F%3E%3Cpath%20fill%3D%22%23ebeded%22%20d%3D%22m26.469%2012.631l-8.992%201.019l4.146%204.14l4.948-4.942c.145-.148.097-.241-.102-.217m-6.196%205.129l-3.785-3.785l-3.007%205.665l2.441%202.441a1%201%200%200%200%20.705.289a1%201%200%200%200%20.705-.289l2.935-2.917a.98.98%200%200%200%20.289-.7a.96.96%200%200%200-.283-.704%22%2F%3E%3Cpath%20fill%3D%22%23f9f9f9%22%20d%3D%22M12.1%209.588v7.407a3.62%203.62%200%200%200%20.892%202.158l.488.488l3.007-5.665Zm-4.194%209.486l3.266%203.266v-7.75l-3.266%203.266a.87.87%200%200%200%200%201.218m2.471-6.208L7.111%209.6v7.744l3.266-3.266a.86.86%200%200%200%200-1.212%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPOtEoeKo)%22%20d%3D%22m16.488%2013.975l.115.115l-3.007%205.665l-.115-.115z%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-kivy.svg?color=%231a73e8&size=48