bash icon logo
bash-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- bash-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 224×256
- License
- CC0
Use the bash icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 224 256"><path fill="#fff" d="M207.953 52.162L127.317 4.287a30.37 30.37 0 0 0-31.114 0L15.55 52.162A32.17 32.17 0 0 0 0 79.869v95.734a32.17 32.17 0 0 0 15.55 27.691l80.636 47.859a30.39 30.39 0 0 0 31.115 0l80.636-47.859a32.17 32.17 0 0 0 15.566-27.707V79.869a32.17 32.17 0 0 0-15.55-27.707"/><path fill="#2f3a3e" d="m208.412 52.277l-80.814-47.98a30.44 30.44 0 0 0-31.184 0l-80.83 47.98A32.24 32.24 0 0 0 0 80.045v95.945a32.24 32.24 0 0 0 15.584 27.752l80.814 47.964a30.46 30.46 0 0 0 31.183 0l80.814-47.964a32.24 32.24 0 0 0 15.6-27.769V80.045a32.24 32.24 0 0 0-15.583-27.768M99.23 246.803l-80.814-47.964A26.6 26.6 0 0 1 5.6 175.989V80.046a26.59 26.59 0 0 1 12.816-22.849L99.23 9.216a24.92 24.92 0 0 1 25.536 0l80.749 47.98a26.43 26.43 0 0 1 12.412 18.48c-2.687-5.712-8.723-7.282-15.762-3.236l-76.396 47.316c-9.531 5.551-16.554 11.814-16.57 23.303v94.213c0 6.877 2.767 11.327 7.039 12.638a25 25 0 0 1-4.24.405a25.03 25.03 0 0 1-12.768-3.512"/><path fill="#3ab14a" d="m187.007 185.06l-20.086 12.013a1.47 1.47 0 0 0-.92 1.308v5.28c0 .646.435.904.968.597l20.394-12.4a1.62 1.62 0 0 0 .613-1.615v-4.634c-.016-.598-.484-.856-.969-.55"/><path fill="#fff" d="M144.263 140.832c.646-.323 1.179 0 1.195.92l.064 7.008a12.9 12.9 0 0 1 7.718-.937c.501.13.71.808.517 1.615l-1.534 6.152a2.65 2.65 0 0 1-.694 1.227a1.6 1.6 0 0 1-.404.29a.92.92 0 0 1-.597.098a10.24 10.24 0 0 0-7.444 1.194a9.35 9.35 0 0 0-5.506 8.284c0 3.229 1.615 4.117 7.25 4.214c7.444.13 10.673 3.375 10.754 10.883a26.69 26.69 0 0 1-9.882 20.135l.13 6.878a2.52 2.52 0 0 1-1.18 2.1l-4.068 2.34c-.646.323-1.18 0-1.195-.904v-6.765c-3.488 1.453-7.024 1.792-9.285.888c-.42-.162-.613-.791-.436-1.518l1.47-6.216a2.6 2.6 0 0 1 .726-1.292q.174-.166.388-.275a.8.8 0 0 1 .662 0c2.878.78 5.948.392 8.541-1.081a11.17 11.17 0 0 0 6.314-9.688c0-3.488-1.922-4.941-6.459-4.974c-5.861 0-11.303-1.13-11.416-9.688a25.03 25.03 0 0 1 9.462-19.15l-.29-7.04a2.5 2.5 0 0 1 1.178-2.13z"/></svg>
React
import type { SVGProps } from "react";
export function LogosBashIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 224 256"><path fill="#fff" d="M207.953 52.162L127.317 4.287a30.37 30.37 0 0 0-31.114 0L15.55 52.162A32.17 32.17 0 0 0 0 79.869v95.734a32.17 32.17 0 0 0 15.55 27.691l80.636 47.859a30.39 30.39 0 0 0 31.115 0l80.636-47.859a32.17 32.17 0 0 0 15.566-27.707V79.869a32.17 32.17 0 0 0-15.55-27.707"/><path fill="#2f3a3e" d="m208.412 52.277l-80.814-47.98a30.44 30.44 0 0 0-31.184 0l-80.83 47.98A32.24 32.24 0 0 0 0 80.045v95.945a32.24 32.24 0 0 0 15.584 27.752l80.814 47.964a30.46 30.46 0 0 0 31.183 0l80.814-47.964a32.24 32.24 0 0 0 15.6-27.769V80.045a32.24 32.24 0 0 0-15.583-27.768M99.23 246.803l-80.814-47.964A26.6 26.6 0 0 1 5.6 175.989V80.046a26.59 26.59 0 0 1 12.816-22.849L99.23 9.216a24.92 24.92 0 0 1 25.536 0l80.749 47.98a26.43 26.43 0 0 1 12.412 18.48c-2.687-5.712-8.723-7.282-15.762-3.236l-76.396 47.316c-9.531 5.551-16.554 11.814-16.57 23.303v94.213c0 6.877 2.767 11.327 7.039 12.638a25 25 0 0 1-4.24.405a25.03 25.03 0 0 1-12.768-3.512"/><path fill="#3ab14a" d="m187.007 185.06l-20.086 12.013a1.47 1.47 0 0 0-.92 1.308v5.28c0 .646.435.904.968.597l20.394-12.4a1.62 1.62 0 0 0 .613-1.615v-4.634c-.016-.598-.484-.856-.969-.55"/><path fill="#fff" d="M144.263 140.832c.646-.323 1.179 0 1.195.92l.064 7.008a12.9 12.9 0 0 1 7.718-.937c.501.13.71.808.517 1.615l-1.534 6.152a2.65 2.65 0 0 1-.694 1.227a1.6 1.6 0 0 1-.404.29a.92.92 0 0 1-.597.098a10.24 10.24 0 0 0-7.444 1.194a9.35 9.35 0 0 0-5.506 8.284c0 3.229 1.615 4.117 7.25 4.214c7.444.13 10.673 3.375 10.754 10.883a26.69 26.69 0 0 1-9.882 20.135l.13 6.878a2.52 2.52 0 0 1-1.18 2.1l-4.068 2.34c-.646.323-1.18 0-1.195-.904v-6.765c-3.488 1.453-7.024 1.792-9.285.888c-.42-.162-.613-.791-.436-1.518l1.47-6.216a2.6 2.6 0 0 1 .726-1.292q.174-.166.388-.275a.8.8 0 0 1 .662 0c2.878.78 5.948.392 8.541-1.081a11.17 11.17 0 0 0 6.314-9.688c0-3.488-1.922-4.941-6.459-4.974c-5.861 0-11.303-1.13-11.416-9.688a25.03 25.03 0 0 1 9.462-19.15l-.29-7.04a2.5 2.5 0 0 1 1.178-2.13z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 224 256"><path fill="#fff" d="M207.953 52.162L127.317 4.287a30.37 30.37 0 0 0-31.114 0L15.55 52.162A32.17 32.17 0 0 0 0 79.869v95.734a32.17 32.17 0 0 0 15.55 27.691l80.636 47.859a30.39 30.39 0 0 0 31.115 0l80.636-47.859a32.17 32.17 0 0 0 15.566-27.707V79.869a32.17 32.17 0 0 0-15.55-27.707"/><path fill="#2f3a3e" d="m208.412 52.277l-80.814-47.98a30.44 30.44 0 0 0-31.184 0l-80.83 47.98A32.24 32.24 0 0 0 0 80.045v95.945a32.24 32.24 0 0 0 15.584 27.752l80.814 47.964a30.46 30.46 0 0 0 31.183 0l80.814-47.964a32.24 32.24 0 0 0 15.6-27.769V80.045a32.24 32.24 0 0 0-15.583-27.768M99.23 246.803l-80.814-47.964A26.6 26.6 0 0 1 5.6 175.989V80.046a26.59 26.59 0 0 1 12.816-22.849L99.23 9.216a24.92 24.92 0 0 1 25.536 0l80.749 47.98a26.43 26.43 0 0 1 12.412 18.48c-2.687-5.712-8.723-7.282-15.762-3.236l-76.396 47.316c-9.531 5.551-16.554 11.814-16.57 23.303v94.213c0 6.877 2.767 11.327 7.039 12.638a25 25 0 0 1-4.24.405a25.03 25.03 0 0 1-12.768-3.512"/><path fill="#3ab14a" d="m187.007 185.06l-20.086 12.013a1.47 1.47 0 0 0-.92 1.308v5.28c0 .646.435.904.968.597l20.394-12.4a1.62 1.62 0 0 0 .613-1.615v-4.634c-.016-.598-.484-.856-.969-.55"/><path fill="#fff" d="M144.263 140.832c.646-.323 1.179 0 1.195.92l.064 7.008a12.9 12.9 0 0 1 7.718-.937c.501.13.71.808.517 1.615l-1.534 6.152a2.65 2.65 0 0 1-.694 1.227a1.6 1.6 0 0 1-.404.29a.92.92 0 0 1-.597.098a10.24 10.24 0 0 0-7.444 1.194a9.35 9.35 0 0 0-5.506 8.284c0 3.229 1.615 4.117 7.25 4.214c7.444.13 10.673 3.375 10.754 10.883a26.69 26.69 0 0 1-9.882 20.135l.13 6.878a2.52 2.52 0 0 1-1.18 2.1l-4.068 2.34c-.646.323-1.18 0-1.195-.904v-6.765c-3.488 1.453-7.024 1.792-9.285.888c-.42-.162-.613-.791-.436-1.518l1.47-6.216a2.6 2.6 0 0 1 .726-1.292q.174-.166.388-.275a.8.8 0 0 1 .662 0c2.878.78 5.948.392 8.541-1.081a11.17 11.17 0 0 0 6.314-9.688c0-3.488-1.922-4.941-6.459-4.974c-5.861 0-11.303-1.13-11.416-9.688a25.03 25.03 0 0 1 9.462-19.15l-.29-7.04a2.5 2.5 0 0 1 1.178-2.13z"/></svg> </template>
CSS
.icon-bash-icon {
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%20224%20256%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M207.953%2052.162L127.317%204.287a30.37%2030.37%200%200%200-31.114%200L15.55%2052.162A32.17%2032.17%200%200%200%200%2079.869v95.734a32.17%2032.17%200%200%200%2015.55%2027.691l80.636%2047.859a30.39%2030.39%200%200%200%2031.115%200l80.636-47.859a32.17%2032.17%200%200%200%2015.566-27.707V79.869a32.17%2032.17%200%200%200-15.55-27.707%22%2F%3E%3Cpath%20fill%3D%22%232f3a3e%22%20d%3D%22m208.412%2052.277l-80.814-47.98a30.44%2030.44%200%200%200-31.184%200l-80.83%2047.98A32.24%2032.24%200%200%200%200%2080.045v95.945a32.24%2032.24%200%200%200%2015.584%2027.752l80.814%2047.964a30.46%2030.46%200%200%200%2031.183%200l80.814-47.964a32.24%2032.24%200%200%200%2015.6-27.769V80.045a32.24%2032.24%200%200%200-15.583-27.768M99.23%20246.803l-80.814-47.964A26.6%2026.6%200%200%201%205.6%20175.989V80.046a26.59%2026.59%200%200%201%2012.816-22.849L99.23%209.216a24.92%2024.92%200%200%201%2025.536%200l80.749%2047.98a26.43%2026.43%200%200%201%2012.412%2018.48c-2.687-5.712-8.723-7.282-15.762-3.236l-76.396%2047.316c-9.531%205.551-16.554%2011.814-16.57%2023.303v94.213c0%206.877%202.767%2011.327%207.039%2012.638a25%2025%200%200%201-4.24.405a25.03%2025.03%200%200%201-12.768-3.512%22%2F%3E%3Cpath%20fill%3D%22%233ab14a%22%20d%3D%22m187.007%20185.06l-20.086%2012.013a1.47%201.47%200%200%200-.92%201.308v5.28c0%20.646.435.904.968.597l20.394-12.4a1.62%201.62%200%200%200%20.613-1.615v-4.634c-.016-.598-.484-.856-.969-.55%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M144.263%20140.832c.646-.323%201.179%200%201.195.92l.064%207.008a12.9%2012.9%200%200%201%207.718-.937c.501.13.71.808.517%201.615l-1.534%206.152a2.65%202.65%200%200%201-.694%201.227a1.6%201.6%200%200%201-.404.29a.92.92%200%200%201-.597.098a10.24%2010.24%200%200%200-7.444%201.194a9.35%209.35%200%200%200-5.506%208.284c0%203.229%201.615%204.117%207.25%204.214c7.444.13%2010.673%203.375%2010.754%2010.883a26.69%2026.69%200%200%201-9.882%2020.135l.13%206.878a2.52%202.52%200%200%201-1.18%202.1l-4.068%202.34c-.646.323-1.18%200-1.195-.904v-6.765c-3.488%201.453-7.024%201.792-9.285.888c-.42-.162-.613-.791-.436-1.518l1.47-6.216a2.6%202.6%200%200%201%20.726-1.292q.174-.166.388-.275a.8.8%200%200%201%20.662%200c2.878.78%205.948.392%208.541-1.081a11.17%2011.17%200%200%200%206.314-9.688c0-3.488-1.922-4.941-6.459-4.974c-5.861%200-11.303-1.13-11.416-9.688a25.03%2025.03%200%200%201%209.462-19.15l-.29-7.04a2.5%202.5%200%200%201%201.178-2.13z%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%20224%20256%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M207.953%2052.162L127.317%204.287a30.37%2030.37%200%200%200-31.114%200L15.55%2052.162A32.17%2032.17%200%200%200%200%2079.869v95.734a32.17%2032.17%200%200%200%2015.55%2027.691l80.636%2047.859a30.39%2030.39%200%200%200%2031.115%200l80.636-47.859a32.17%2032.17%200%200%200%2015.566-27.707V79.869a32.17%2032.17%200%200%200-15.55-27.707%22%2F%3E%3Cpath%20fill%3D%22%232f3a3e%22%20d%3D%22m208.412%2052.277l-80.814-47.98a30.44%2030.44%200%200%200-31.184%200l-80.83%2047.98A32.24%2032.24%200%200%200%200%2080.045v95.945a32.24%2032.24%200%200%200%2015.584%2027.752l80.814%2047.964a30.46%2030.46%200%200%200%2031.183%200l80.814-47.964a32.24%2032.24%200%200%200%2015.6-27.769V80.045a32.24%2032.24%200%200%200-15.583-27.768M99.23%20246.803l-80.814-47.964A26.6%2026.6%200%200%201%205.6%20175.989V80.046a26.59%2026.59%200%200%201%2012.816-22.849L99.23%209.216a24.92%2024.92%200%200%201%2025.536%200l80.749%2047.98a26.43%2026.43%200%200%201%2012.412%2018.48c-2.687-5.712-8.723-7.282-15.762-3.236l-76.396%2047.316c-9.531%205.551-16.554%2011.814-16.57%2023.303v94.213c0%206.877%202.767%2011.327%207.039%2012.638a25%2025%200%200%201-4.24.405a25.03%2025.03%200%200%201-12.768-3.512%22%2F%3E%3Cpath%20fill%3D%22%233ab14a%22%20d%3D%22m187.007%20185.06l-20.086%2012.013a1.47%201.47%200%200%200-.92%201.308v5.28c0%20.646.435.904.968.597l20.394-12.4a1.62%201.62%200%200%200%20.613-1.615v-4.634c-.016-.598-.484-.856-.969-.55%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M144.263%20140.832c.646-.323%201.179%200%201.195.92l.064%207.008a12.9%2012.9%200%200%201%207.718-.937c.501.13.71.808.517%201.615l-1.534%206.152a2.65%202.65%200%200%201-.694%201.227a1.6%201.6%200%200%201-.404.29a.92.92%200%200%201-.597.098a10.24%2010.24%200%200%200-7.444%201.194a9.35%209.35%200%200%200-5.506%208.284c0%203.229%201.615%204.117%207.25%204.214c7.444.13%2010.673%203.375%2010.754%2010.883a26.69%2026.69%200%200%201-9.882%2020.135l.13%206.878a2.52%202.52%200%200%201-1.18%202.1l-4.068%202.34c-.646.323-1.18%200-1.195-.904v-6.765c-3.488%201.453-7.024%201.792-9.285.888c-.42-.162-.613-.791-.436-1.518l1.47-6.216a2.6%202.6%200%200%201%20.726-1.292q.174-.166.388-.275a.8.8%200%200%201%20.662%200c2.878.78%205.948.392%208.541-1.081a11.17%2011.17%200%200%200%206.314-9.688c0-3.488-1.922-4.941-6.459-4.974c-5.861%200-11.303-1.13-11.416-9.688a25.03%2025.03%200%200%201%209.462-19.15l-.29-7.04a2.5%202.5%200%200%201%201.178-2.13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/bash-icon.svg?color=%231a73e8&size=48