folder type platformio logo
folder-type-platformio from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-platformio
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
folder-type-androidfolder-type-android-openedfolder-type-angularfolder-type-angular-openedfolder-type-apachefolder-type-apache-openedfolder-type-apifolder-type-api-openedfolder-type-appfolder-type-app-openedfolder-type-arangodbfolder-type-arangodb-openedfolder-type-assetfolder-type-asset-openedfolder-type-astrofolder-type-astro-openedfolder-type-audiofolder-type-audio-openedfolder-type-aureliafolder-type-aurelia-openedfolder-type-awsfolder-type-aws-openedfolder-type-azurefolder-type-azure-opened
Use the folder type platformio logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b57757" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#d06e35" d="m26.3 15.453l.6-2.1a1.18 1.18 0 0 0 1.09-1.162a1.2 1.2 0 0 0-2.395 0a1.16 1.16 0 0 0 .581 1l-.587 2.057a13 13 0 0 0-3.089-.385l-.262.114v15.938L22.5 31c1.58 0 8.491-4.652 8.508-9.644c-.008-3.577-2.448-5.182-4.708-5.903"/><path fill="#fff" d="M24.631 25.717c-1.346-2.1-.78-6.984 2.743-7.682a2.3 2.3 0 0 1 2.5 1.841c.875 2.914-4.299 6.993-5.243 5.841"/><path fill="#d06e35" d="M26.744 21.219a1.064 1.064 0 1 0 1.091 1.063a1.08 1.08 0 0 0-1.091-1.063"/><path fill="#fff" d="M27.07 22.2a.268.268 0 1 1 .276-.268a.274.274 0 0 1-.276.268"/><path fill="#f17b36" d="m19.39 15.3l-.583-2.138a1.16 1.16 0 0 0 .556-.984a1.2 1.2 0 0 0-2.395 0a1.18 1.18 0 0 0 1.191 1.166l.585 2.142c-2.275.736-4.744 2.348-4.744 5.87c.05 5.091 6.913 9.644 8.492 9.644V14.866a13.4 13.4 0 0 0-3.102.434"/><path fill="#fff" d="M20.6 25.715c-.945 1.154-6.12-2.927-5.242-5.841a2.3 2.3 0 0 1 2.5-1.841c3.522.7 4.092 5.583 2.744 7.684Z"/><path fill="#f17b36" d="M18.413 21.252a1.064 1.064 0 1 0 1.087 1.063a1.08 1.08 0 0 0-1.087-1.063"/><path fill="#fff" d="M18.087 22.233a.269.269 0 1 1 .276-.269a.273.273 0 0 1-.275.269Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypePlatformio(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b57757" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#d06e35" d="m26.3 15.453l.6-2.1a1.18 1.18 0 0 0 1.09-1.162a1.2 1.2 0 0 0-2.395 0a1.16 1.16 0 0 0 .581 1l-.587 2.057a13 13 0 0 0-3.089-.385l-.262.114v15.938L22.5 31c1.58 0 8.491-4.652 8.508-9.644c-.008-3.577-2.448-5.182-4.708-5.903"/><path fill="#fff" d="M24.631 25.717c-1.346-2.1-.78-6.984 2.743-7.682a2.3 2.3 0 0 1 2.5 1.841c.875 2.914-4.299 6.993-5.243 5.841"/><path fill="#d06e35" d="M26.744 21.219a1.064 1.064 0 1 0 1.091 1.063a1.08 1.08 0 0 0-1.091-1.063"/><path fill="#fff" d="M27.07 22.2a.268.268 0 1 1 .276-.268a.274.274 0 0 1-.276.268"/><path fill="#f17b36" d="m19.39 15.3l-.583-2.138a1.16 1.16 0 0 0 .556-.984a1.2 1.2 0 0 0-2.395 0a1.18 1.18 0 0 0 1.191 1.166l.585 2.142c-2.275.736-4.744 2.348-4.744 5.87c.05 5.091 6.913 9.644 8.492 9.644V14.866a13.4 13.4 0 0 0-3.102.434"/><path fill="#fff" d="M20.6 25.715c-.945 1.154-6.12-2.927-5.242-5.841a2.3 2.3 0 0 1 2.5-1.841c3.522.7 4.092 5.583 2.744 7.684Z"/><path fill="#f17b36" d="M18.413 21.252a1.064 1.064 0 1 0 1.087 1.063a1.08 1.08 0 0 0-1.087-1.063"/><path fill="#fff" d="M18.087 22.233a.269.269 0 1 1 .276-.269a.273.273 0 0 1-.275.269Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b57757" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#d06e35" d="m26.3 15.453l.6-2.1a1.18 1.18 0 0 0 1.09-1.162a1.2 1.2 0 0 0-2.395 0a1.16 1.16 0 0 0 .581 1l-.587 2.057a13 13 0 0 0-3.089-.385l-.262.114v15.938L22.5 31c1.58 0 8.491-4.652 8.508-9.644c-.008-3.577-2.448-5.182-4.708-5.903"/><path fill="#fff" d="M24.631 25.717c-1.346-2.1-.78-6.984 2.743-7.682a2.3 2.3 0 0 1 2.5 1.841c.875 2.914-4.299 6.993-5.243 5.841"/><path fill="#d06e35" d="M26.744 21.219a1.064 1.064 0 1 0 1.091 1.063a1.08 1.08 0 0 0-1.091-1.063"/><path fill="#fff" d="M27.07 22.2a.268.268 0 1 1 .276-.268a.274.274 0 0 1-.276.268"/><path fill="#f17b36" d="m19.39 15.3l-.583-2.138a1.16 1.16 0 0 0 .556-.984a1.2 1.2 0 0 0-2.395 0a1.18 1.18 0 0 0 1.191 1.166l.585 2.142c-2.275.736-4.744 2.348-4.744 5.87c.05 5.091 6.913 9.644 8.492 9.644V14.866a13.4 13.4 0 0 0-3.102.434"/><path fill="#fff" d="M20.6 25.715c-.945 1.154-6.12-2.927-5.242-5.841a2.3 2.3 0 0 1 2.5-1.841c3.522.7 4.092 5.583 2.744 7.684Z"/><path fill="#f17b36" d="M18.413 21.252a1.064 1.064 0 1 0 1.087 1.063a1.08 1.08 0 0 0-1.087-1.063"/><path fill="#fff" d="M18.087 22.233a.269.269 0 1 1 .276-.269a.273.273 0 0 1-.275.269Z"/></svg> </template>
CSS
.icon-folder-type-platformio {
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%23b57757%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21Zm0%204.2h-8.2l1.1-2.1h7.1Z%22%2F%3E%3Cpath%20fill%3D%22%23d06e35%22%20d%3D%22m26.3%2015.453l.6-2.1a1.18%201.18%200%200%200%201.09-1.162a1.2%201.2%200%200%200-2.395%200a1.16%201.16%200%200%200%20.581%201l-.587%202.057a13%2013%200%200%200-3.089-.385l-.262.114v15.938L22.5%2031c1.58%200%208.491-4.652%208.508-9.644c-.008-3.577-2.448-5.182-4.708-5.903%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.631%2025.717c-1.346-2.1-.78-6.984%202.743-7.682a2.3%202.3%200%200%201%202.5%201.841c.875%202.914-4.299%206.993-5.243%205.841%22%2F%3E%3Cpath%20fill%3D%22%23d06e35%22%20d%3D%22M26.744%2021.219a1.064%201.064%200%201%200%201.091%201.063a1.08%201.08%200%200%200-1.091-1.063%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.07%2022.2a.268.268%200%201%201%20.276-.268a.274.274%200%200%201-.276.268%22%2F%3E%3Cpath%20fill%3D%22%23f17b36%22%20d%3D%22m19.39%2015.3l-.583-2.138a1.16%201.16%200%200%200%20.556-.984a1.2%201.2%200%200%200-2.395%200a1.18%201.18%200%200%200%201.191%201.166l.585%202.142c-2.275.736-4.744%202.348-4.744%205.87c.05%205.091%206.913%209.644%208.492%209.644V14.866a13.4%2013.4%200%200%200-3.102.434%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.6%2025.715c-.945%201.154-6.12-2.927-5.242-5.841a2.3%202.3%200%200%201%202.5-1.841c3.522.7%204.092%205.583%202.744%207.684Z%22%2F%3E%3Cpath%20fill%3D%22%23f17b36%22%20d%3D%22M18.413%2021.252a1.064%201.064%200%201%200%201.087%201.063a1.08%201.08%200%200%200-1.087-1.063%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.087%2022.233a.269.269%200%201%201%20.276-.269a.273.273%200%200%201-.275.269Z%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%23b57757%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21Zm0%204.2h-8.2l1.1-2.1h7.1Z%22%2F%3E%3Cpath%20fill%3D%22%23d06e35%22%20d%3D%22m26.3%2015.453l.6-2.1a1.18%201.18%200%200%200%201.09-1.162a1.2%201.2%200%200%200-2.395%200a1.16%201.16%200%200%200%20.581%201l-.587%202.057a13%2013%200%200%200-3.089-.385l-.262.114v15.938L22.5%2031c1.58%200%208.491-4.652%208.508-9.644c-.008-3.577-2.448-5.182-4.708-5.903%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.631%2025.717c-1.346-2.1-.78-6.984%202.743-7.682a2.3%202.3%200%200%201%202.5%201.841c.875%202.914-4.299%206.993-5.243%205.841%22%2F%3E%3Cpath%20fill%3D%22%23d06e35%22%20d%3D%22M26.744%2021.219a1.064%201.064%200%201%200%201.091%201.063a1.08%201.08%200%200%200-1.091-1.063%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.07%2022.2a.268.268%200%201%201%20.276-.268a.274.274%200%200%201-.276.268%22%2F%3E%3Cpath%20fill%3D%22%23f17b36%22%20d%3D%22m19.39%2015.3l-.583-2.138a1.16%201.16%200%200%200%20.556-.984a1.2%201.2%200%200%200-2.395%200a1.18%201.18%200%200%200%201.191%201.166l.585%202.142c-2.275.736-4.744%202.348-4.744%205.87c.05%205.091%206.913%209.644%208.492%209.644V14.866a13.4%2013.4%200%200%200-3.102.434%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.6%2025.715c-.945%201.154-6.12-2.927-5.242-5.841a2.3%202.3%200%200%201%202.5-1.841c3.522.7%204.092%205.583%202.744%207.684Z%22%2F%3E%3Cpath%20fill%3D%22%23f17b36%22%20d%3D%22M18.413%2021.252a1.064%201.064%200%201%200%201.087%201.063a1.08%201.08%200%200%200-1.087-1.063%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.087%2022.233a.269.269%200%201%201%20.276-.269a.273.273%200%200%201-.275.269Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/folder-type-platformio.svg?color=%231a73e8&size=48