file type racket logo
file-type-racket from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-racket
- 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 racket logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" fill="#fff"/><path fill="#3e5ba9" d="M27.016 24.641a14 14 0 0 0-15.8-21.8c5.684 2.981 13.197 12.708 15.8 21.8"/><path fill="#9f1d20" d="M13.995 10.93a24.3 24.3 0 0 0-7.22-5.46a14 14 0 0 0-1.312 19.747a39.6 39.6 0 0 1 8.532-14.287m2.58 3.17A32.65 32.65 0 0 0 9.43 28.365a14.02 14.02 0 0 0 13.3-.089A38.6 38.6 0 0 0 16.575 14.1"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeRacket(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" fill="#fff"/><path fill="#3e5ba9" d="M27.016 24.641a14 14 0 0 0-15.8-21.8c5.684 2.981 13.197 12.708 15.8 21.8"/><path fill="#9f1d20" d="M13.995 10.93a24.3 24.3 0 0 0-7.22-5.46a14 14 0 0 0-1.312 19.747a39.6 39.6 0 0 1 8.532-14.287m2.58 3.17A32.65 32.65 0 0 0 9.43 28.365a14.02 14.02 0 0 0 13.3-.089A38.6 38.6 0 0 0 16.575 14.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" fill="#fff"/><path fill="#3e5ba9" d="M27.016 24.641a14 14 0 0 0-15.8-21.8c5.684 2.981 13.197 12.708 15.8 21.8"/><path fill="#9f1d20" d="M13.995 10.93a24.3 24.3 0 0 0-7.22-5.46a14 14 0 0 0-1.312 19.747a39.6 39.6 0 0 1 8.532-14.287m2.58 3.17A32.65 32.65 0 0 0 9.43 28.365a14.02 14.02 0 0 0 13.3-.089A38.6 38.6 0 0 0 16.575 14.1"/></svg> </template>
CSS
.icon-file-type-racket {
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%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%233e5ba9%22%20d%3D%22M27.016%2024.641a14%2014%200%200%200-15.8-21.8c5.684%202.981%2013.197%2012.708%2015.8%2021.8%22%2F%3E%3Cpath%20fill%3D%22%239f1d20%22%20d%3D%22M13.995%2010.93a24.3%2024.3%200%200%200-7.22-5.46a14%2014%200%200%200-1.312%2019.747a39.6%2039.6%200%200%201%208.532-14.287m2.58%203.17A32.65%2032.65%200%200%200%209.43%2028.365a14.02%2014.02%200%200%200%2013.3-.089A38.6%2038.6%200%200%200%2016.575%2014.1%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%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%233e5ba9%22%20d%3D%22M27.016%2024.641a14%2014%200%200%200-15.8-21.8c5.684%202.981%2013.197%2012.708%2015.8%2021.8%22%2F%3E%3Cpath%20fill%3D%22%239f1d20%22%20d%3D%22M13.995%2010.93a24.3%2024.3%200%200%200-7.22-5.46a14%2014%200%200%200-1.312%2019.747a39.6%2039.6%200%200%201%208.532-14.287m2.58%203.17A32.65%2032.65%200%200%200%209.43%2028.365a14.02%2014.02%200%200%200%2013.3-.089A38.6%2038.6%200%200%200%2016.575%2014.1%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-racket.svg?color=%231a73e8&size=48