file type silverstripe logo

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

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

Related icons in VSCode Icons

Use the file type silverstripe logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#005a92" d="M13.4 20.7a4.81 4.81 0 0 0 1.251-6.683l-3.963 2.712a2.4 2.4 0 0 1-2.712-3.971l3.621-2.479l2.324-1.593A4.81 4.81 0 0 0 15.168 2L11.2 4.72L5.259 8.784l-.008.008A7.212 7.212 0 0 0 13.4 20.7m5.21-9.4a.1.1 0 0 0-.031.023za4.81 4.81 0 0 0-1.251 6.683l3.963-2.712a2.407 2.407 0 0 1 2.72 3.971l-3.621 2.479l-2.331 1.596A4.81 4.81 0 0 0 16.838 30l3.962-2.712l5.945-4.072A7.213 7.213 0 0 0 18.61 11.3"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeSilverstripe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#005a92" d="M13.4 20.7a4.81 4.81 0 0 0 1.251-6.683l-3.963 2.712a2.4 2.4 0 0 1-2.712-3.971l3.621-2.479l2.324-1.593A4.81 4.81 0 0 0 15.168 2L11.2 4.72L5.259 8.784l-.008.008A7.212 7.212 0 0 0 13.4 20.7m5.21-9.4a.1.1 0 0 0-.031.023za4.81 4.81 0 0 0-1.251 6.683l3.963-2.712a2.407 2.407 0 0 1 2.72 3.971l-3.621 2.479l-2.331 1.596A4.81 4.81 0 0 0 16.838 30l3.962-2.712l5.945-4.072A7.213 7.213 0 0 0 18.61 11.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#005a92" d="M13.4 20.7a4.81 4.81 0 0 0 1.251-6.683l-3.963 2.712a2.4 2.4 0 0 1-2.712-3.971l3.621-2.479l2.324-1.593A4.81 4.81 0 0 0 15.168 2L11.2 4.72L5.259 8.784l-.008.008A7.212 7.212 0 0 0 13.4 20.7m5.21-9.4a.1.1 0 0 0-.031.023za4.81 4.81 0 0 0-1.251 6.683l3.963-2.712a2.407 2.407 0 0 1 2.72 3.971l-3.621 2.479l-2.331 1.596A4.81 4.81 0 0 0 16.838 30l3.962-2.712l5.945-4.072A7.213 7.213 0 0 0 18.61 11.3"/></svg>
</template>

CSS

.icon-file-type-silverstripe {
  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%23005a92%22%20d%3D%22M13.4%2020.7a4.81%204.81%200%200%200%201.251-6.683l-3.963%202.712a2.4%202.4%200%200%201-2.712-3.971l3.621-2.479l2.324-1.593A4.81%204.81%200%200%200%2015.168%202L11.2%204.72L5.259%208.784l-.008.008A7.212%207.212%200%200%200%2013.4%2020.7m5.21-9.4a.1.1%200%200%200-.031.023za4.81%204.81%200%200%200-1.251%206.683l3.963-2.712a2.407%202.407%200%200%201%202.72%203.971l-3.621%202.479l-2.331%201.596A4.81%204.81%200%200%200%2016.838%2030l3.962-2.712l5.945-4.072A7.213%207.213%200%200%200%2018.61%2011.3%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%23005a92%22%20d%3D%22M13.4%2020.7a4.81%204.81%200%200%200%201.251-6.683l-3.963%202.712a2.4%202.4%200%200%201-2.712-3.971l3.621-2.479l2.324-1.593A4.81%204.81%200%200%200%2015.168%202L11.2%204.72L5.259%208.784l-.008.008A7.212%207.212%200%200%200%2013.4%2020.7m5.21-9.4a.1.1%200%200%200-.031.023za4.81%204.81%200%200%200-1.251%206.683l3.963-2.712a2.407%202.407%200%200%201%202.72%203.971l-3.621%202.479l-2.331%201.596A4.81%204.81%200%200%200%2016.838%2030l3.962-2.712l5.945-4.072A7.213%207.213%200%200%200%2018.61%2011.3%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-silverstripe.svg?color=%231a73e8&size=48