folder pytorch open logo

folder-pytorch-open from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
folder-pytorch-open
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

Related icons in Material Icon Theme

Use the folder pytorch open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f4511e" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#ffab91" d="M23.334 14.011a1.334 1.334 0 0 1 1.333-1.335a1.335 1.335 0 1 1-1.333 1.335m6.497 5.29a7.5 7.5 0 0 0-1.449-3.066a8 8 0 0 0-.734-.814l-1.883 1.892a6 6 0 0 1 .498.543a4.9 4.9 0 0 1 .961 2.01a5 5 0 0 1 .11.822a5.334 5.334 0 0 1-10.667.016v-.016a3.86 3.86 0 0 1 .463-1.845a5 5 0 0 1 .852-1.267c.12-.12 1.209-1.166 2.493-2.394l1.537-1.473L22 10l-3.372 3.255a337 337 0 0 0-2.584 2.486a7.7 7.7 0 0 0-1.327 1.965A6.54 6.54 0 0 0 14 20.688a8 8 0 1 0 16-.02a8 8 0 0 0-.17-1.366"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderPytorchOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f4511e" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#ffab91" d="M23.334 14.011a1.334 1.334 0 0 1 1.333-1.335a1.335 1.335 0 1 1-1.333 1.335m6.497 5.29a7.5 7.5 0 0 0-1.449-3.066a8 8 0 0 0-.734-.814l-1.883 1.892a6 6 0 0 1 .498.543a4.9 4.9 0 0 1 .961 2.01a5 5 0 0 1 .11.822a5.334 5.334 0 0 1-10.667.016v-.016a3.86 3.86 0 0 1 .463-1.845a5 5 0 0 1 .852-1.267c.12-.12 1.209-1.166 2.493-2.394l1.537-1.473L22 10l-3.372 3.255a337 337 0 0 0-2.584 2.486a7.7 7.7 0 0 0-1.327 1.965A6.54 6.54 0 0 0 14 20.688a8 8 0 1 0 16-.02a8 8 0 0 0-.17-1.366"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f4511e" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#ffab91" d="M23.334 14.011a1.334 1.334 0 0 1 1.333-1.335a1.335 1.335 0 1 1-1.333 1.335m6.497 5.29a7.5 7.5 0 0 0-1.449-3.066a8 8 0 0 0-.734-.814l-1.883 1.892a6 6 0 0 1 .498.543a4.9 4.9 0 0 1 .961 2.01a5 5 0 0 1 .11.822a5.334 5.334 0 0 1-10.667.016v-.016a3.86 3.86 0 0 1 .463-1.845a5 5 0 0 1 .852-1.267c.12-.12 1.209-1.166 2.493-2.394l1.537-1.473L22 10l-3.372 3.255a337 337 0 0 0-2.584 2.486a7.7 7.7 0 0 0-1.327 1.965A6.54 6.54 0 0 0 14 20.688a8 8 0 1 0 16-.02a8 8 0 0 0-.17-1.366"/></svg>
</template>

CSS

.icon-folder-pytorch-open {
  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%23f4511e%22%20d%3D%22M28.967%2012H9.442a2%202%200%200%200-1.898%201.368L4%2024V10h24a2%202%200%200%200-2-2H15.124a2%202%200%200%201-1.28-.464l-1.288-1.072A2%202%200%200%200%2011.276%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h22l4.805-11.212A2%202%200%200%200%2028.967%2012%22%2F%3E%3Cpath%20fill%3D%22%23ffab91%22%20d%3D%22M23.334%2014.011a1.334%201.334%200%200%201%201.333-1.335a1.335%201.335%200%201%201-1.333%201.335m6.497%205.29a7.5%207.5%200%200%200-1.449-3.066a8%208%200%200%200-.734-.814l-1.883%201.892a6%206%200%200%201%20.498.543a4.9%204.9%200%200%201%20.961%202.01a5%205%200%200%201%20.11.822a5.334%205.334%200%200%201-10.667.016v-.016a3.86%203.86%200%200%201%20.463-1.845a5%205%200%200%201%20.852-1.267c.12-.12%201.209-1.166%202.493-2.394l1.537-1.473L22%2010l-3.372%203.255a337%20337%200%200%200-2.584%202.486a7.7%207.7%200%200%200-1.327%201.965A6.54%206.54%200%200%200%2014%2020.688a8%208%200%201%200%2016-.02a8%208%200%200%200-.17-1.366%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%23f4511e%22%20d%3D%22M28.967%2012H9.442a2%202%200%200%200-1.898%201.368L4%2024V10h24a2%202%200%200%200-2-2H15.124a2%202%200%200%201-1.28-.464l-1.288-1.072A2%202%200%200%200%2011.276%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h22l4.805-11.212A2%202%200%200%200%2028.967%2012%22%2F%3E%3Cpath%20fill%3D%22%23ffab91%22%20d%3D%22M23.334%2014.011a1.334%201.334%200%200%201%201.333-1.335a1.335%201.335%200%201%201-1.333%201.335m6.497%205.29a7.5%207.5%200%200%200-1.449-3.066a8%208%200%200%200-.734-.814l-1.883%201.892a6%206%200%200%201%20.498.543a4.9%204.9%200%200%201%20.961%202.01a5%205%200%200%201%20.11.822a5.334%205.334%200%200%201-10.667.016v-.016a3.86%203.86%200%200%201%20.463-1.845a5%205%200%200%201%20.852-1.267c.12-.12%201.209-1.166%202.493-2.394l1.537-1.473L22%2010l-3.372%203.255a337%20337%200%200%200-2.584%202.486a7.7%207.7%200%200%200-1.327%201.965A6.54%206.54%200%200%200%2014%2020.688a8%208%200%201%200%2016-.02a8%208%200%200%200-.17-1.366%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/folder-pytorch-open.svg?color=%231a73e8&size=48