folder liquibase open logo

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

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

Related icons in Material Icon Theme

Use the folder liquibase open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#f44336" 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="#ffcdd2" d="M11.5 6A3.5 1.5 0 0 0 8 7.5A3.5 1.5 0 0 0 11.5 9A3.5 1.5 0 0 0 15 7.5A3.5 1.5 0 0 0 11.5 6M15 8.5c-.111.1-.219.208-.352.291c-.42.233-.883.362-1.35.478c-.82.205-1.534.337-2.822.682c-.616.165-1.645.535-2.152 1.247c-.343.48-.322 1.058-.323 1.302c.219-.145.455-.41 1.63-.755a30.496 30.5 0 0 1 1.572-.389c.393-.087.785-.164 1.177-.258c1.427-.348 1.816-.535 2.163-.769c.304-.207.458-.455.457-.829c0 0-.012-.671 0-1m0 2.226c-.695.39-1.123.608-2.163.841q-1.324.301-2.647.61c-.594.141-1.778.488-2.09 1.073c-.143.268-.148.582.084.821c.025.025.28.262.37.293c0 0 .108-.053.417-.196c.58-.268 1.199-.43 1.82-.581c.912-.213 1.83-.41 2.725-.692c.41-.126.802-.29 1.13-.565c.231-.195.354-.33.354-.83zm0 2.074s-.253.253-1.007.538c-1.887.651-2.978.662-4.48 1.237c-.074.029-.193.073-.265.105c.062.025.358.118.355.115c.48.121 1.183.208 1.897.205c.267-.007 2.144.064 3.082-.695c.192-.17.416-.305.418-.805z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderLiquibaseOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#f44336" 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="#ffcdd2" d="M11.5 6A3.5 1.5 0 0 0 8 7.5A3.5 1.5 0 0 0 11.5 9A3.5 1.5 0 0 0 15 7.5A3.5 1.5 0 0 0 11.5 6M15 8.5c-.111.1-.219.208-.352.291c-.42.233-.883.362-1.35.478c-.82.205-1.534.337-2.822.682c-.616.165-1.645.535-2.152 1.247c-.343.48-.322 1.058-.323 1.302c.219-.145.455-.41 1.63-.755a30.496 30.5 0 0 1 1.572-.389c.393-.087.785-.164 1.177-.258c1.427-.348 1.816-.535 2.163-.769c.304-.207.458-.455.457-.829c0 0-.012-.671 0-1m0 2.226c-.695.39-1.123.608-2.163.841q-1.324.301-2.647.61c-.594.141-1.778.488-2.09 1.073c-.143.268-.148.582.084.821c.025.025.28.262.37.293c0 0 .108-.053.417-.196c.58-.268 1.199-.43 1.82-.581c.912-.213 1.83-.41 2.725-.692c.41-.126.802-.29 1.13-.565c.231-.195.354-.33.354-.83zm0 2.074s-.253.253-1.007.538c-1.887.651-2.978.662-4.48 1.237c-.074.029-.193.073-.265.105c.062.025.358.118.355.115c.48.121 1.183.208 1.897.205c.267-.007 2.144.064 3.082-.695c.192-.17.416-.305.418-.805z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#f44336" 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="#ffcdd2" d="M11.5 6A3.5 1.5 0 0 0 8 7.5A3.5 1.5 0 0 0 11.5 9A3.5 1.5 0 0 0 15 7.5A3.5 1.5 0 0 0 11.5 6M15 8.5c-.111.1-.219.208-.352.291c-.42.233-.883.362-1.35.478c-.82.205-1.534.337-2.822.682c-.616.165-1.645.535-2.152 1.247c-.343.48-.322 1.058-.323 1.302c.219-.145.455-.41 1.63-.755a30.496 30.5 0 0 1 1.572-.389c.393-.087.785-.164 1.177-.258c1.427-.348 1.816-.535 2.163-.769c.304-.207.458-.455.457-.829c0 0-.012-.671 0-1m0 2.226c-.695.39-1.123.608-2.163.841q-1.324.301-2.647.61c-.594.141-1.778.488-2.09 1.073c-.143.268-.148.582.084.821c.025.025.28.262.37.293c0 0 .108-.053.417-.196c.58-.268 1.199-.43 1.82-.581c.912-.213 1.83-.41 2.725-.692c.41-.126.802-.29 1.13-.565c.231-.195.354-.33.354-.83zm0 2.074s-.253.253-1.007.538c-1.887.651-2.978.662-4.48 1.237c-.074.029-.193.073-.265.105c.062.025.358.118.355.115c.48.121 1.183.208 1.897.205c.267-.007 2.144.064 3.082-.695c.192-.17.416-.305.418-.805z"/></svg>
</template>

CSS

.icon-folder-liquibase-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%23f44336%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%23ffcdd2%22%20d%3D%22M11.5%206A3.5%201.5%200%200%200%208%207.5A3.5%201.5%200%200%200%2011.5%209A3.5%201.5%200%200%200%2015%207.5A3.5%201.5%200%200%200%2011.5%206M15%208.5c-.111.1-.219.208-.352.291c-.42.233-.883.362-1.35.478c-.82.205-1.534.337-2.822.682c-.616.165-1.645.535-2.152%201.247c-.343.48-.322%201.058-.323%201.302c.219-.145.455-.41%201.63-.755a30.496%2030.5%200%200%201%201.572-.389c.393-.087.785-.164%201.177-.258c1.427-.348%201.816-.535%202.163-.769c.304-.207.458-.455.457-.829c0%200-.012-.671%200-1m0%202.226c-.695.39-1.123.608-2.163.841q-1.324.301-2.647.61c-.594.141-1.778.488-2.09%201.073c-.143.268-.148.582.084.821c.025.025.28.262.37.293c0%200%20.108-.053.417-.196c.58-.268%201.199-.43%201.82-.581c.912-.213%201.83-.41%202.725-.692c.41-.126.802-.29%201.13-.565c.231-.195.354-.33.354-.83zm0%202.074s-.253.253-1.007.538c-1.887.651-2.978.662-4.48%201.237c-.074.029-.193.073-.265.105c.062.025.358.118.355.115c.48.121%201.183.208%201.897.205c.267-.007%202.144.064%203.082-.695c.192-.17.416-.305.418-.805z%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%23f44336%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%23ffcdd2%22%20d%3D%22M11.5%206A3.5%201.5%200%200%200%208%207.5A3.5%201.5%200%200%200%2011.5%209A3.5%201.5%200%200%200%2015%207.5A3.5%201.5%200%200%200%2011.5%206M15%208.5c-.111.1-.219.208-.352.291c-.42.233-.883.362-1.35.478c-.82.205-1.534.337-2.822.682c-.616.165-1.645.535-2.152%201.247c-.343.48-.322%201.058-.323%201.302c.219-.145.455-.41%201.63-.755a30.496%2030.5%200%200%201%201.572-.389c.393-.087.785-.164%201.177-.258c1.427-.348%201.816-.535%202.163-.769c.304-.207.458-.455.457-.829c0%200-.012-.671%200-1m0%202.226c-.695.39-1.123.608-2.163.841q-1.324.301-2.647.61c-.594.141-1.778.488-2.09%201.073c-.143.268-.148.582.084.821c.025.025.28.262.37.293c0%200%20.108-.053.417-.196c.58-.268%201.199-.43%201.82-.581c.912-.213%201.83-.41%202.725-.692c.41-.126.802-.29%201.13-.565c.231-.195.354-.33.354-.83zm0%202.074s-.253.253-1.007.538c-1.887.651-2.978.662-4.48%201.237c-.074.029-.193.073-.265.105c.062.025.358.118.355.115c.48.121%201.183.208%201.897.205c.267-.007%202.144.064%203.082-.695c.192-.17.416-.305.418-.805z%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-liquibase-open.svg?color=%231a73e8&size=48