bashly from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
bashly
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

Related icons in Material Icon Theme

Use the bashly logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff7043" d="M1 2v12a1 1 0 0 0 1 1h4v-3H3v-2h5.5c.288 0 .5-.212.5-.5S8.788 9 8.5 9h-3A2.515 2.515 0 0 1 3 6.5C3 5.131 4.131 4 5.5 4H6V1H2a1 1 0 0 0-1 1m7-1v3h3v2H5.5c-.288 0-.5.212-.5.5s.212.5.5.5h3C9.869 7 11 8.131 11 9.5S9.869 12 8.5 12H8v3h2a1.72 1.72 0 0 0 1.496-.868L15 8l-3.504-6.132A1.72 1.72 0 0 0 10 1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeBashly(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff7043" d="M1 2v12a1 1 0 0 0 1 1h4v-3H3v-2h5.5c.288 0 .5-.212.5-.5S8.788 9 8.5 9h-3A2.515 2.515 0 0 1 3 6.5C3 5.131 4.131 4 5.5 4H6V1H2a1 1 0 0 0-1 1m7-1v3h3v2H5.5c-.288 0-.5.212-.5.5s.212.5.5.5h3C9.869 7 11 8.131 11 9.5S9.869 12 8.5 12H8v3h2a1.72 1.72 0 0 0 1.496-.868L15 8l-3.504-6.132A1.72 1.72 0 0 0 10 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff7043" d="M1 2v12a1 1 0 0 0 1 1h4v-3H3v-2h5.5c.288 0 .5-.212.5-.5S8.788 9 8.5 9h-3A2.515 2.515 0 0 1 3 6.5C3 5.131 4.131 4 5.5 4H6V1H2a1 1 0 0 0-1 1m7-1v3h3v2H5.5c-.288 0-.5.212-.5.5s.212.5.5.5h3C9.869 7 11 8.131 11 9.5S9.869 12 8.5 12H8v3h2a1.72 1.72 0 0 0 1.496-.868L15 8l-3.504-6.132A1.72 1.72 0 0 0 10 1z"/></svg>
</template>

CSS

.icon-bashly {
  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%23ff7043%22%20d%3D%22M1%202v12a1%201%200%200%200%201%201h4v-3H3v-2h5.5c.288%200%20.5-.212.5-.5S8.788%209%208.5%209h-3A2.515%202.515%200%200%201%203%206.5C3%205.131%204.131%204%205.5%204H6V1H2a1%201%200%200%200-1%201m7-1v3h3v2H5.5c-.288%200-.5.212-.5.5s.212.5.5.5h3C9.869%207%2011%208.131%2011%209.5S9.869%2012%208.5%2012H8v3h2a1.72%201.72%200%200%200%201.496-.868L15%208l-3.504-6.132A1.72%201.72%200%200%200%2010%201z%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%23ff7043%22%20d%3D%22M1%202v12a1%201%200%200%200%201%201h4v-3H3v-2h5.5c.288%200%20.5-.212.5-.5S8.788%209%208.5%209h-3A2.515%202.515%200%200%201%203%206.5C3%205.131%204.131%204%205.5%204H6V1H2a1%201%200%200%200-1%201m7-1v3h3v2H5.5c-.288%200-.5.212-.5.5s.212.5.5.5h3C9.869%207%2011%208.131%2011%209.5S9.869%2012%208.5%2012H8v3h2a1.72%201.72%200%200%200%201.496-.868L15%208l-3.504-6.132A1.72%201.72%200%200%200%2010%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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