file type sln logo
file-type-sln from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-sln
- 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 sln logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5e438f" d="m7.144 25.58l-4.632-3.477a1.16 1.16 0 0 1-.462-.924V10.74a1.16 1.16 0 0 1 .462-.924L7.144 6.34a1.04 1.04 0 0 0-.312.924v17.392a1.05 1.05 0 0 0 .312.924"/><path fill="#7252aa" d="M29.352 6.882a1.155 1.155 0 0 0-1.443.127l-.081.08L8.726 25.406l-.081.081a1.155 1.155 0 0 1-1.501.092l-4.632-3.476a1.155 1.155 0 0 0 1.571-.173c5.601-6.48 11.18-12.981 16.77-19.472c.23-.265.542-.404.888-.404c.231 0 .45.058.636.185z"/><path fill="#ae7fe2" d="M29.364 25.037L22.4 29.679a1.17 1.17 0 0 1-1.525-.208L4.095 9.988a1.155 1.155 0 0 0-1.583-.173l4.643-3.476a1.16 1.16 0 0 1 .693-.231c.3 0 .589.115.808.323l.07.081l19.102 18.317l.08.08a1.155 1.155 0 0 0 1.444.128z"/><path fill="#d59dff" d="M29.872 7.84v16.226a1.16 1.16 0 0 1-.52.97L22.4 29.68a1.16 1.16 0 0 0 .508-.97V3.21a1.18 1.18 0 0 0-.531-.97l6.975 4.643a1.17 1.17 0 0 1 .52.958"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeSln(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5e438f" d="m7.144 25.58l-4.632-3.477a1.16 1.16 0 0 1-.462-.924V10.74a1.16 1.16 0 0 1 .462-.924L7.144 6.34a1.04 1.04 0 0 0-.312.924v17.392a1.05 1.05 0 0 0 .312.924"/><path fill="#7252aa" d="M29.352 6.882a1.155 1.155 0 0 0-1.443.127l-.081.08L8.726 25.406l-.081.081a1.155 1.155 0 0 1-1.501.092l-4.632-3.476a1.155 1.155 0 0 0 1.571-.173c5.601-6.48 11.18-12.981 16.77-19.472c.23-.265.542-.404.888-.404c.231 0 .45.058.636.185z"/><path fill="#ae7fe2" d="M29.364 25.037L22.4 29.679a1.17 1.17 0 0 1-1.525-.208L4.095 9.988a1.155 1.155 0 0 0-1.583-.173l4.643-3.476a1.16 1.16 0 0 1 .693-.231c.3 0 .589.115.808.323l.07.081l19.102 18.317l.08.08a1.155 1.155 0 0 0 1.444.128z"/><path fill="#d59dff" d="M29.872 7.84v16.226a1.16 1.16 0 0 1-.52.97L22.4 29.68a1.16 1.16 0 0 0 .508-.97V3.21a1.18 1.18 0 0 0-.531-.97l6.975 4.643a1.17 1.17 0 0 1 .52.958"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5e438f" d="m7.144 25.58l-4.632-3.477a1.16 1.16 0 0 1-.462-.924V10.74a1.16 1.16 0 0 1 .462-.924L7.144 6.34a1.04 1.04 0 0 0-.312.924v17.392a1.05 1.05 0 0 0 .312.924"/><path fill="#7252aa" d="M29.352 6.882a1.155 1.155 0 0 0-1.443.127l-.081.08L8.726 25.406l-.081.081a1.155 1.155 0 0 1-1.501.092l-4.632-3.476a1.155 1.155 0 0 0 1.571-.173c5.601-6.48 11.18-12.981 16.77-19.472c.23-.265.542-.404.888-.404c.231 0 .45.058.636.185z"/><path fill="#ae7fe2" d="M29.364 25.037L22.4 29.679a1.17 1.17 0 0 1-1.525-.208L4.095 9.988a1.155 1.155 0 0 0-1.583-.173l4.643-3.476a1.16 1.16 0 0 1 .693-.231c.3 0 .589.115.808.323l.07.081l19.102 18.317l.08.08a1.155 1.155 0 0 0 1.444.128z"/><path fill="#d59dff" d="M29.872 7.84v16.226a1.16 1.16 0 0 1-.52.97L22.4 29.68a1.16 1.16 0 0 0 .508-.97V3.21a1.18 1.18 0 0 0-.531-.97l6.975 4.643a1.17 1.17 0 0 1 .52.958"/></svg> </template>
CSS
.icon-file-type-sln {
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%235e438f%22%20d%3D%22m7.144%2025.58l-4.632-3.477a1.16%201.16%200%200%201-.462-.924V10.74a1.16%201.16%200%200%201%20.462-.924L7.144%206.34a1.04%201.04%200%200%200-.312.924v17.392a1.05%201.05%200%200%200%20.312.924%22%2F%3E%3Cpath%20fill%3D%22%237252aa%22%20d%3D%22M29.352%206.882a1.155%201.155%200%200%200-1.443.127l-.081.08L8.726%2025.406l-.081.081a1.155%201.155%200%200%201-1.501.092l-4.632-3.476a1.155%201.155%200%200%200%201.571-.173c5.601-6.48%2011.18-12.981%2016.77-19.472c.23-.265.542-.404.888-.404c.231%200%20.45.058.636.185z%22%2F%3E%3Cpath%20fill%3D%22%23ae7fe2%22%20d%3D%22M29.364%2025.037L22.4%2029.679a1.17%201.17%200%200%201-1.525-.208L4.095%209.988a1.155%201.155%200%200%200-1.583-.173l4.643-3.476a1.16%201.16%200%200%201%20.693-.231c.3%200%20.589.115.808.323l.07.081l19.102%2018.317l.08.08a1.155%201.155%200%200%200%201.444.128z%22%2F%3E%3Cpath%20fill%3D%22%23d59dff%22%20d%3D%22M29.872%207.84v16.226a1.16%201.16%200%200%201-.52.97L22.4%2029.68a1.16%201.16%200%200%200%20.508-.97V3.21a1.18%201.18%200%200%200-.531-.97l6.975%204.643a1.17%201.17%200%200%201%20.52.958%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%235e438f%22%20d%3D%22m7.144%2025.58l-4.632-3.477a1.16%201.16%200%200%201-.462-.924V10.74a1.16%201.16%200%200%201%20.462-.924L7.144%206.34a1.04%201.04%200%200%200-.312.924v17.392a1.05%201.05%200%200%200%20.312.924%22%2F%3E%3Cpath%20fill%3D%22%237252aa%22%20d%3D%22M29.352%206.882a1.155%201.155%200%200%200-1.443.127l-.081.08L8.726%2025.406l-.081.081a1.155%201.155%200%200%201-1.501.092l-4.632-3.476a1.155%201.155%200%200%200%201.571-.173c5.601-6.48%2011.18-12.981%2016.77-19.472c.23-.265.542-.404.888-.404c.231%200%20.45.058.636.185z%22%2F%3E%3Cpath%20fill%3D%22%23ae7fe2%22%20d%3D%22M29.364%2025.037L22.4%2029.679a1.17%201.17%200%200%201-1.525-.208L4.095%209.988a1.155%201.155%200%200%200-1.583-.173l4.643-3.476a1.16%201.16%200%200%201%20.693-.231c.3%200%20.589.115.808.323l.07.081l19.102%2018.317l.08.08a1.155%201.155%200%200%200%201.444.128z%22%2F%3E%3Cpath%20fill%3D%22%23d59dff%22%20d%3D%22M29.872%207.84v16.226a1.16%201.16%200%200%201-.52.97L22.4%2029.68a1.16%201.16%200%200%200%20.508-.97V3.21a1.18%201.18%200%200%200-.531-.97l6.975%204.643a1.17%201.17%200%200%201%20.52.958%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-sln.svg?color=%231a73e8&size=48