file type light safetensors logo

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

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

Related icons in VSCode Icons

Use the file type light safetensors logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="m19.901 15.342l9.013 3.58c.26.103.481.28.638.509a1.38 1.38 0 0 1 .009 1.55c-.155.231-.375.41-.633.516l-12.43 5.094a1.42 1.42 0 0 1-1.075 0L2.99 21.498a1.4 1.4 0 0 1-.633-.515a1.38 1.38 0 0 1 .647-2.06l9.172-3.642c.525-.209 2.185.403 3.782.409c1.707.005 3.353-.581 3.942-.348zM7.25 20.233l8.71 3.57l8.711-3.57l-8.711-3.46zm9.234-14.59l12.43 4.937c.26.103.482.28.64.509a1.37 1.37 0 0 1 .008 1.551a1.4 1.4 0 0 1-.633.515L16.498 18.25c-.344.14-.73.14-1.075 0L2.991 13.157a1.4 1.4 0 0 1-.632-.515a1.38 1.38 0 0 1 .008-1.552a1.4 1.4 0 0 1 .638-.508l12.431-4.939a1.42 1.42 0 0 1 1.048 0M7.25 11.892l8.71 3.569l8.711-3.57l-8.711-3.46z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeLightSafetensors(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="m19.901 15.342l9.013 3.58c.26.103.481.28.638.509a1.38 1.38 0 0 1 .009 1.55c-.155.231-.375.41-.633.516l-12.43 5.094a1.42 1.42 0 0 1-1.075 0L2.99 21.498a1.4 1.4 0 0 1-.633-.515a1.38 1.38 0 0 1 .647-2.06l9.172-3.642c.525-.209 2.185.403 3.782.409c1.707.005 3.353-.581 3.942-.348zM7.25 20.233l8.71 3.57l8.711-3.57l-8.711-3.46zm9.234-14.59l12.43 4.937c.26.103.482.28.64.509a1.37 1.37 0 0 1 .008 1.551a1.4 1.4 0 0 1-.633.515L16.498 18.25c-.344.14-.73.14-1.075 0L2.991 13.157a1.4 1.4 0 0 1-.632-.515a1.38 1.38 0 0 1 .008-1.552a1.4 1.4 0 0 1 .638-.508l12.431-4.939a1.42 1.42 0 0 1 1.048 0M7.25 11.892l8.71 3.569l8.711-3.57l-8.711-3.46z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="m19.901 15.342l9.013 3.58c.26.103.481.28.638.509a1.38 1.38 0 0 1 .009 1.55c-.155.231-.375.41-.633.516l-12.43 5.094a1.42 1.42 0 0 1-1.075 0L2.99 21.498a1.4 1.4 0 0 1-.633-.515a1.38 1.38 0 0 1 .647-2.06l9.172-3.642c.525-.209 2.185.403 3.782.409c1.707.005 3.353-.581 3.942-.348zM7.25 20.233l8.71 3.57l8.711-3.57l-8.711-3.46zm9.234-14.59l12.43 4.937c.26.103.482.28.64.509a1.37 1.37 0 0 1 .008 1.551a1.4 1.4 0 0 1-.633.515L16.498 18.25c-.344.14-.73.14-1.075 0L2.991 13.157a1.4 1.4 0 0 1-.632-.515a1.38 1.38 0 0 1 .008-1.552a1.4 1.4 0 0 1 .638-.508l12.431-4.939a1.42 1.42 0 0 1 1.048 0M7.25 11.892l8.71 3.569l8.711-3.57l-8.711-3.46z"/></svg>
</template>

CSS

.icon-file-type-light-safetensors {
  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%20d%3D%22m19.901%2015.342l9.013%203.58c.26.103.481.28.638.509a1.38%201.38%200%200%201%20.009%201.55c-.155.231-.375.41-.633.516l-12.43%205.094a1.42%201.42%200%200%201-1.075%200L2.99%2021.498a1.4%201.4%200%200%201-.633-.515a1.38%201.38%200%200%201%20.647-2.06l9.172-3.642c.525-.209%202.185.403%203.782.409c1.707.005%203.353-.581%203.942-.348zM7.25%2020.233l8.71%203.57l8.711-3.57l-8.711-3.46zm9.234-14.59l12.43%204.937c.26.103.482.28.64.509a1.37%201.37%200%200%201%20.008%201.551a1.4%201.4%200%200%201-.633.515L16.498%2018.25c-.344.14-.73.14-1.075%200L2.991%2013.157a1.4%201.4%200%200%201-.632-.515a1.38%201.38%200%200%201%20.008-1.552a1.4%201.4%200%200%201%20.638-.508l12.431-4.939a1.42%201.42%200%200%201%201.048%200M7.25%2011.892l8.71%203.569l8.711-3.57l-8.711-3.46z%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%20d%3D%22m19.901%2015.342l9.013%203.58c.26.103.481.28.638.509a1.38%201.38%200%200%201%20.009%201.55c-.155.231-.375.41-.633.516l-12.43%205.094a1.42%201.42%200%200%201-1.075%200L2.99%2021.498a1.4%201.4%200%200%201-.633-.515a1.38%201.38%200%200%201%20.647-2.06l9.172-3.642c.525-.209%202.185.403%203.782.409c1.707.005%203.353-.581%203.942-.348zM7.25%2020.233l8.71%203.57l8.711-3.57l-8.711-3.46zm9.234-14.59l12.43%204.937c.26.103.482.28.64.509a1.37%201.37%200%200%201%20.008%201.551a1.4%201.4%200%200%201-.633.515L16.498%2018.25c-.344.14-.73.14-1.075%200L2.991%2013.157a1.4%201.4%200%200%201-.632-.515a1.38%201.38%200%200%201%20.008-1.552a1.4%201.4%200%200%201%20.638-.508l12.431-4.939a1.42%201.42%200%200%201%201.048%200M7.25%2011.892l8.71%203.569l8.711-3.57l-8.711-3.46z%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-light-safetensors.svg?color=%231a73e8&size=48