folder wordpress open logo

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

Name
folder-wordpress-open
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

Related icons in Material Icon Theme

Use the folder wordpress open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#0277bd" d="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><path fill="#e1f5fe" d="M11 4a5 5 0 0 0-4.178 2.255l.321.007c.525 0 1.335-.063 1.335-.063a.207.207 0 0 1 .035.412l-.578.06l1.824 5.401l1.094-3.28l-.78-2.121l-.53-.06a.207.207 0 0 1 .035-.412l1.316.063c.525 0 1.336-.063 1.336-.063a.207.207 0 0 1 .03.412l-.571.06l1.806 5.36l.501-1.666a6.4 6.4 0 0 0 .379-1.614a2.6 2.6 0 0 0-.415-1.382a2.34 2.34 0 0 1-.49-1.17a.865.865 0 0 1 .841-.886h.064A5 5 0 0 0 11 4m4.39 2.6l.034.52a4.8 4.8 0 0 1-.385 1.787l-1.527 4.411a5 5 0 0 0 1.877-6.717m-8.958.362A5.1 5.1 0 0 0 6 9.002A4.99 4.99 0 0 0 8.82 13.5zm4.657 2.476l-1.498 4.36a5.03 5.03 0 0 0 3.073-.082l-.037-.071z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderWordpressOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#0277bd" d="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><path fill="#e1f5fe" d="M11 4a5 5 0 0 0-4.178 2.255l.321.007c.525 0 1.335-.063 1.335-.063a.207.207 0 0 1 .035.412l-.578.06l1.824 5.401l1.094-3.28l-.78-2.121l-.53-.06a.207.207 0 0 1 .035-.412l1.316.063c.525 0 1.336-.063 1.336-.063a.207.207 0 0 1 .03.412l-.571.06l1.806 5.36l.501-1.666a6.4 6.4 0 0 0 .379-1.614a2.6 2.6 0 0 0-.415-1.382a2.34 2.34 0 0 1-.49-1.17a.865.865 0 0 1 .841-.886h.064A5 5 0 0 0 11 4m4.39 2.6l.034.52a4.8 4.8 0 0 1-.385 1.787l-1.527 4.411a5 5 0 0 0 1.877-6.717m-8.958.362A5.1 5.1 0 0 0 6 9.002A4.99 4.99 0 0 0 8.82 13.5zm4.657 2.476l-1.498 4.36a5.03 5.03 0 0 0 3.073-.082l-.037-.071z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#0277bd" d="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><path fill="#e1f5fe" d="M11 4a5 5 0 0 0-4.178 2.255l.321.007c.525 0 1.335-.063 1.335-.063a.207.207 0 0 1 .035.412l-.578.06l1.824 5.401l1.094-3.28l-.78-2.121l-.53-.06a.207.207 0 0 1 .035-.412l1.316.063c.525 0 1.336-.063 1.336-.063a.207.207 0 0 1 .03.412l-.571.06l1.806 5.36l.501-1.666a6.4 6.4 0 0 0 .379-1.614a2.6 2.6 0 0 0-.415-1.382a2.34 2.34 0 0 1-.49-1.17a.865.865 0 0 1 .841-.886h.064A5 5 0 0 0 11 4m4.39 2.6l.034.52a4.8 4.8 0 0 1-.385 1.787l-1.527 4.411a5 5 0 0 0 1.877-6.717m-8.958.362A5.1 5.1 0 0 0 6 9.002A4.99 4.99 0 0 0 8.82 13.5zm4.657 2.476l-1.498 4.36a5.03 5.03 0 0 0 3.073-.082l-.037-.071z"/></svg>
</template>

CSS

.icon-folder-wordpress-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%2016%2016%22%3E%3Cpath%20fill%3D%22%230277bd%22%20d%3D%22M14.483%206H4.721a1%201%200%200%200-.949.684L2%2012V5h12a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h11l2.403-5.606A1%201%200%200%200%2014.483%206%22%2F%3E%3Cpath%20fill%3D%22%23e1f5fe%22%20d%3D%22M11%204a5%205%200%200%200-4.178%202.255l.321.007c.525%200%201.335-.063%201.335-.063a.207.207%200%200%201%20.035.412l-.578.06l1.824%205.401l1.094-3.28l-.78-2.121l-.53-.06a.207.207%200%200%201%20.035-.412l1.316.063c.525%200%201.336-.063%201.336-.063a.207.207%200%200%201%20.03.412l-.571.06l1.806%205.36l.501-1.666a6.4%206.4%200%200%200%20.379-1.614a2.6%202.6%200%200%200-.415-1.382a2.34%202.34%200%200%201-.49-1.17a.865.865%200%200%201%20.841-.886h.064A5%205%200%200%200%2011%204m4.39%202.6l.034.52a4.8%204.8%200%200%201-.385%201.787l-1.527%204.411a5%205%200%200%200%201.877-6.717m-8.958.362A5.1%205.1%200%200%200%206%209.002A4.99%204.99%200%200%200%208.82%2013.5zm4.657%202.476l-1.498%204.36a5.03%205.03%200%200%200%203.073-.082l-.037-.071z%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%2016%2016%22%3E%3Cpath%20fill%3D%22%230277bd%22%20d%3D%22M14.483%206H4.721a1%201%200%200%200-.949.684L2%2012V5h12a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h11l2.403-5.606A1%201%200%200%200%2014.483%206%22%2F%3E%3Cpath%20fill%3D%22%23e1f5fe%22%20d%3D%22M11%204a5%205%200%200%200-4.178%202.255l.321.007c.525%200%201.335-.063%201.335-.063a.207.207%200%200%201%20.035.412l-.578.06l1.824%205.401l1.094-3.28l-.78-2.121l-.53-.06a.207.207%200%200%201%20.035-.412l1.316.063c.525%200%201.336-.063%201.336-.063a.207.207%200%200%201%20.03.412l-.571.06l1.806%205.36l.501-1.666a6.4%206.4%200%200%200%20.379-1.614a2.6%202.6%200%200%200-.415-1.382a2.34%202.34%200%200%201-.49-1.17a.865.865%200%200%201%20.841-.886h.064A5%205%200%200%200%2011%204m4.39%202.6l.034.52a4.8%204.8%200%200%201-.385%201.787l-1.527%204.411a5%205%200%200%200%201.877-6.717m-8.958.362A5.1%205.1%200%200%200%206%209.002A4.99%204.99%200%200%200%208.82%2013.5zm4.657%202.476l-1.498%204.36a5.03%205.03%200%200%200%203.073-.082l-.037-.071z%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-wordpress-open.svg?color=%231a73e8&size=48