bastyon from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
bastyon
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the bastyon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.333 19.849a5.44 5.44 0 0 0-6.5-.829a7.9 7.9 0 0 1-3.837.987A8 8 0 0 1 5 15.91a5.47 5.47 0 0 1-.037 5.359a11.6 11.6 0 0 0 12.671.9a1.825 1.825 0 0 1 2.188.3L21.356 24l2.562-2.568Zm-2.096.404a11.664 11.664 0 0 0 1.931-13.89a1.836 1.836 0 0 1 .3-2.193L24 2.635L21.438.067l-1.58 1.589a5.47 5.47 0 0 0-.827 6.516A8 8 0 0 1 15.916 19l2.086 3c.917-.51 1.471-.981 2.235-1.747m-.005-16.481A11.6 11.6 0 0 0 6.373 1.836a1.8 1.8 0 0 1-.9.235a1.82 1.82 0 0 1-1.291-.536L2.654 0L.091 2.568l1.586 1.583A5.42 5.42 0 0 0 5.476 5.7a5.4 5.4 0 0 0 2.7-.718A7.96 7.96 0 0 1 18.985 8.1l3.083-1.94a10.5 10.5 0 0 0-1.836-2.388M5 15.909l-.034-.062A8 8 0 0 1 8.084 5.015l-2.023-3.03C5.144 2.5 4.527 3 3.763 3.766a11.664 11.664 0 0 0-1.931 13.89a1.836 1.836 0 0 1-.3 2.193L0 21.384l2.562 2.568l1.579-1.589a5.5 5.5 0 0 0 .824-1.094A5.47 5.47 0 0 0 5 15.909"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBastyon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.333 19.849a5.44 5.44 0 0 0-6.5-.829a7.9 7.9 0 0 1-3.837.987A8 8 0 0 1 5 15.91a5.47 5.47 0 0 1-.037 5.359a11.6 11.6 0 0 0 12.671.9a1.825 1.825 0 0 1 2.188.3L21.356 24l2.562-2.568Zm-2.096.404a11.664 11.664 0 0 0 1.931-13.89a1.836 1.836 0 0 1 .3-2.193L24 2.635L21.438.067l-1.58 1.589a5.47 5.47 0 0 0-.827 6.516A8 8 0 0 1 15.916 19l2.086 3c.917-.51 1.471-.981 2.235-1.747m-.005-16.481A11.6 11.6 0 0 0 6.373 1.836a1.8 1.8 0 0 1-.9.235a1.82 1.82 0 0 1-1.291-.536L2.654 0L.091 2.568l1.586 1.583A5.42 5.42 0 0 0 5.476 5.7a5.4 5.4 0 0 0 2.7-.718A7.96 7.96 0 0 1 18.985 8.1l3.083-1.94a10.5 10.5 0 0 0-1.836-2.388M5 15.909l-.034-.062A8 8 0 0 1 8.084 5.015l-2.023-3.03C5.144 2.5 4.527 3 3.763 3.766a11.664 11.664 0 0 0-1.931 13.89a1.836 1.836 0 0 1-.3 2.193L0 21.384l2.562 2.568l1.579-1.589a5.5 5.5 0 0 0 .824-1.094A5.47 5.47 0 0 0 5 15.909"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.333 19.849a5.44 5.44 0 0 0-6.5-.829a7.9 7.9 0 0 1-3.837.987A8 8 0 0 1 5 15.91a5.47 5.47 0 0 1-.037 5.359a11.6 11.6 0 0 0 12.671.9a1.825 1.825 0 0 1 2.188.3L21.356 24l2.562-2.568Zm-2.096.404a11.664 11.664 0 0 0 1.931-13.89a1.836 1.836 0 0 1 .3-2.193L24 2.635L21.438.067l-1.58 1.589a5.47 5.47 0 0 0-.827 6.516A8 8 0 0 1 15.916 19l2.086 3c.917-.51 1.471-.981 2.235-1.747m-.005-16.481A11.6 11.6 0 0 0 6.373 1.836a1.8 1.8 0 0 1-.9.235a1.82 1.82 0 0 1-1.291-.536L2.654 0L.091 2.568l1.586 1.583A5.42 5.42 0 0 0 5.476 5.7a5.4 5.4 0 0 0 2.7-.718A7.96 7.96 0 0 1 18.985 8.1l3.083-1.94a10.5 10.5 0 0 0-1.836-2.388M5 15.909l-.034-.062A8 8 0 0 1 8.084 5.015l-2.023-3.03C5.144 2.5 4.527 3 3.763 3.766a11.664 11.664 0 0 0-1.931 13.89a1.836 1.836 0 0 1-.3 2.193L0 21.384l2.562 2.568l1.579-1.589a5.5 5.5 0 0 0 .824-1.094A5.47 5.47 0 0 0 5 15.909"/></svg>
</template>

CSS

.icon-bastyon {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.333%2019.849a5.44%205.44%200%200%200-6.5-.829a7.9%207.9%200%200%201-3.837.987A8%208%200%200%201%205%2015.91a5.47%205.47%200%200%201-.037%205.359a11.6%2011.6%200%200%200%2012.671.9a1.825%201.825%200%200%201%202.188.3L21.356%2024l2.562-2.568Zm-2.096.404a11.664%2011.664%200%200%200%201.931-13.89a1.836%201.836%200%200%201%20.3-2.193L24%202.635L21.438.067l-1.58%201.589a5.47%205.47%200%200%200-.827%206.516A8%208%200%200%201%2015.916%2019l2.086%203c.917-.51%201.471-.981%202.235-1.747m-.005-16.481A11.6%2011.6%200%200%200%206.373%201.836a1.8%201.8%200%200%201-.9.235a1.82%201.82%200%200%201-1.291-.536L2.654%200L.091%202.568l1.586%201.583A5.42%205.42%200%200%200%205.476%205.7a5.4%205.4%200%200%200%202.7-.718A7.96%207.96%200%200%201%2018.985%208.1l3.083-1.94a10.5%2010.5%200%200%200-1.836-2.388M5%2015.909l-.034-.062A8%208%200%200%201%208.084%205.015l-2.023-3.03C5.144%202.5%204.527%203%203.763%203.766a11.664%2011.664%200%200%200-1.931%2013.89a1.836%201.836%200%200%201-.3%202.193L0%2021.384l2.562%202.568l1.579-1.589a5.5%205.5%200%200%200%20.824-1.094A5.47%205.47%200%200%200%205%2015.909%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.333%2019.849a5.44%205.44%200%200%200-6.5-.829a7.9%207.9%200%200%201-3.837.987A8%208%200%200%201%205%2015.91a5.47%205.47%200%200%201-.037%205.359a11.6%2011.6%200%200%200%2012.671.9a1.825%201.825%200%200%201%202.188.3L21.356%2024l2.562-2.568Zm-2.096.404a11.664%2011.664%200%200%200%201.931-13.89a1.836%201.836%200%200%201%20.3-2.193L24%202.635L21.438.067l-1.58%201.589a5.47%205.47%200%200%200-.827%206.516A8%208%200%200%201%2015.916%2019l2.086%203c.917-.51%201.471-.981%202.235-1.747m-.005-16.481A11.6%2011.6%200%200%200%206.373%201.836a1.8%201.8%200%200%201-.9.235a1.82%201.82%200%200%201-1.291-.536L2.654%200L.091%202.568l1.586%201.583A5.42%205.42%200%200%200%205.476%205.7a5.4%205.4%200%200%200%202.7-.718A7.96%207.96%200%200%201%2018.985%208.1l3.083-1.94a10.5%2010.5%200%200%200-1.836-2.388M5%2015.909l-.034-.062A8%208%200%200%201%208.084%205.015l-2.023-3.03C5.144%202.5%204.527%203%203.763%203.766a11.664%2011.664%200%200%200-1.931%2013.89a1.836%201.836%200%200%201-.3%202.193L0%2021.384l2.562%202.568l1.579-1.589a5.5%205.5%200%200%200%20.824-1.094A5.47%205.47%200%200%200%205%2015.909%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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