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

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

The same logo in other sets

Use the bathasu logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.973 22.26a1.87 1.87 0 0 1-.942-.256a1.88 1.88 0 0 1-.69-2.569c1.91-3.298.77-7.536-2.539-9.443a6.888 6.888 0 0 0-3.448-.92c-.33 0-.66-.09-.94-.257a1.87 1.87 0 0 1-.69-2.565c.33-.575.945-.93 1.62-.935c1.863 0 3.711.49 5.333 1.427a10.607 10.607 0 0 1 4.955 6.476a10.62 10.62 0 0 1-1.065 8.096c-.33.57-.96.93-1.622.93l.04.006zM9.501 23.57A10.71 10.71 0 0 1 .25 18.234a1.874 1.874 0 0 1 .69-2.559c.872-.504 2.066-.176 2.563.686a6.931 6.931 0 0 0 5.992 3.455c1.201 0 2.396-.32 3.446-.925a7.155 7.155 0 0 0 2.523-2.54c.166-.284.392-.524.69-.689c.856-.51 2.06-.18 2.553.676c.332.57.332 1.292-.015 1.877a10.716 10.716 0 0 1-3.904 3.905a10.734 10.734 0 0 1-5.332 1.427l.05.023zm.746-16.63a5.641 5.641 0 0 0-1.815 4.153c0 1.03.277 1.992.76 2.826c.271.466.421.99.421 1.562a3.124 3.124 0 0 1-1.79 2.824c1.46.45 3.08.315 4.51-.512a5.715 5.715 0 0 0 2.071-2.07a3.07 3.07 0 0 1 1.16-1.144a3.137 3.137 0 0 1 3.347.136a5.561 5.561 0 0 0-2.688-3.649a5.623 5.623 0 0 0-2.819-.751a3.2 3.2 0 0 1-1.56-.42A3.122 3.122 0 0 1 10.3 6.922l-.043.01zM6.479 17.364c-.664 0-1.286-.36-1.623-.94a10.63 10.63 0 0 1-1.43-5.33C3.429 5.212 8.207.43 14.094.43a1.878 1.878 0 0 1-.008 3.754c-3.81 0-6.907 3.1-6.907 6.908a6.9 6.9 0 0 0 .926 3.454a1.878 1.878 0 0 1-1.63 2.815v.002z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBathasu(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="M20.973 22.26a1.87 1.87 0 0 1-.942-.256a1.88 1.88 0 0 1-.69-2.569c1.91-3.298.77-7.536-2.539-9.443a6.888 6.888 0 0 0-3.448-.92c-.33 0-.66-.09-.94-.257a1.87 1.87 0 0 1-.69-2.565c.33-.575.945-.93 1.62-.935c1.863 0 3.711.49 5.333 1.427a10.607 10.607 0 0 1 4.955 6.476a10.62 10.62 0 0 1-1.065 8.096c-.33.57-.96.93-1.622.93l.04.006zM9.501 23.57A10.71 10.71 0 0 1 .25 18.234a1.874 1.874 0 0 1 .69-2.559c.872-.504 2.066-.176 2.563.686a6.931 6.931 0 0 0 5.992 3.455c1.201 0 2.396-.32 3.446-.925a7.155 7.155 0 0 0 2.523-2.54c.166-.284.392-.524.69-.689c.856-.51 2.06-.18 2.553.676c.332.57.332 1.292-.015 1.877a10.716 10.716 0 0 1-3.904 3.905a10.734 10.734 0 0 1-5.332 1.427l.05.023zm.746-16.63a5.641 5.641 0 0 0-1.815 4.153c0 1.03.277 1.992.76 2.826c.271.466.421.99.421 1.562a3.124 3.124 0 0 1-1.79 2.824c1.46.45 3.08.315 4.51-.512a5.715 5.715 0 0 0 2.071-2.07a3.07 3.07 0 0 1 1.16-1.144a3.137 3.137 0 0 1 3.347.136a5.561 5.561 0 0 0-2.688-3.649a5.623 5.623 0 0 0-2.819-.751a3.2 3.2 0 0 1-1.56-.42A3.122 3.122 0 0 1 10.3 6.922l-.043.01zM6.479 17.364c-.664 0-1.286-.36-1.623-.94a10.63 10.63 0 0 1-1.43-5.33C3.429 5.212 8.207.43 14.094.43a1.878 1.878 0 0 1-.008 3.754c-3.81 0-6.907 3.1-6.907 6.908a6.9 6.9 0 0 0 .926 3.454a1.878 1.878 0 0 1-1.63 2.815v.002z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.973 22.26a1.87 1.87 0 0 1-.942-.256a1.88 1.88 0 0 1-.69-2.569c1.91-3.298.77-7.536-2.539-9.443a6.888 6.888 0 0 0-3.448-.92c-.33 0-.66-.09-.94-.257a1.87 1.87 0 0 1-.69-2.565c.33-.575.945-.93 1.62-.935c1.863 0 3.711.49 5.333 1.427a10.607 10.607 0 0 1 4.955 6.476a10.62 10.62 0 0 1-1.065 8.096c-.33.57-.96.93-1.622.93l.04.006zM9.501 23.57A10.71 10.71 0 0 1 .25 18.234a1.874 1.874 0 0 1 .69-2.559c.872-.504 2.066-.176 2.563.686a6.931 6.931 0 0 0 5.992 3.455c1.201 0 2.396-.32 3.446-.925a7.155 7.155 0 0 0 2.523-2.54c.166-.284.392-.524.69-.689c.856-.51 2.06-.18 2.553.676c.332.57.332 1.292-.015 1.877a10.716 10.716 0 0 1-3.904 3.905a10.734 10.734 0 0 1-5.332 1.427l.05.023zm.746-16.63a5.641 5.641 0 0 0-1.815 4.153c0 1.03.277 1.992.76 2.826c.271.466.421.99.421 1.562a3.124 3.124 0 0 1-1.79 2.824c1.46.45 3.08.315 4.51-.512a5.715 5.715 0 0 0 2.071-2.07a3.07 3.07 0 0 1 1.16-1.144a3.137 3.137 0 0 1 3.347.136a5.561 5.561 0 0 0-2.688-3.649a5.623 5.623 0 0 0-2.819-.751a3.2 3.2 0 0 1-1.56-.42A3.122 3.122 0 0 1 10.3 6.922l-.043.01zM6.479 17.364c-.664 0-1.286-.36-1.623-.94a10.63 10.63 0 0 1-1.43-5.33C3.429 5.212 8.207.43 14.094.43a1.878 1.878 0 0 1-.008 3.754c-3.81 0-6.907 3.1-6.907 6.908a6.9 6.9 0 0 0 .926 3.454a1.878 1.878 0 0 1-1.63 2.815v.002z"/></svg>
</template>

CSS

.icon-bathasu {
  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%22M20.973%2022.26a1.87%201.87%200%200%201-.942-.256a1.88%201.88%200%200%201-.69-2.569c1.91-3.298.77-7.536-2.539-9.443a6.888%206.888%200%200%200-3.448-.92c-.33%200-.66-.09-.94-.257a1.87%201.87%200%200%201-.69-2.565c.33-.575.945-.93%201.62-.935c1.863%200%203.711.49%205.333%201.427a10.607%2010.607%200%200%201%204.955%206.476a10.62%2010.62%200%200%201-1.065%208.096c-.33.57-.96.93-1.622.93l.04.006zM9.501%2023.57A10.71%2010.71%200%200%201%20.25%2018.234a1.874%201.874%200%200%201%20.69-2.559c.872-.504%202.066-.176%202.563.686a6.931%206.931%200%200%200%205.992%203.455c1.201%200%202.396-.32%203.446-.925a7.155%207.155%200%200%200%202.523-2.54c.166-.284.392-.524.69-.689c.856-.51%202.06-.18%202.553.676c.332.57.332%201.292-.015%201.877a10.716%2010.716%200%200%201-3.904%203.905a10.734%2010.734%200%200%201-5.332%201.427l.05.023zm.746-16.63a5.641%205.641%200%200%200-1.815%204.153c0%201.03.277%201.992.76%202.826c.271.466.421.99.421%201.562a3.124%203.124%200%200%201-1.79%202.824c1.46.45%203.08.315%204.51-.512a5.715%205.715%200%200%200%202.071-2.07a3.07%203.07%200%200%201%201.16-1.144a3.137%203.137%200%200%201%203.347.136a5.561%205.561%200%200%200-2.688-3.649a5.623%205.623%200%200%200-2.819-.751a3.2%203.2%200%200%201-1.56-.42A3.122%203.122%200%200%201%2010.3%206.922l-.043.01zM6.479%2017.364c-.664%200-1.286-.36-1.623-.94a10.63%2010.63%200%200%201-1.43-5.33C3.429%205.212%208.207.43%2014.094.43a1.878%201.878%200%200%201-.008%203.754c-3.81%200-6.907%203.1-6.907%206.908a6.9%206.9%200%200%200%20.926%203.454a1.878%201.878%200%200%201-1.63%202.815v.002z%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%22M20.973%2022.26a1.87%201.87%200%200%201-.942-.256a1.88%201.88%200%200%201-.69-2.569c1.91-3.298.77-7.536-2.539-9.443a6.888%206.888%200%200%200-3.448-.92c-.33%200-.66-.09-.94-.257a1.87%201.87%200%200%201-.69-2.565c.33-.575.945-.93%201.62-.935c1.863%200%203.711.49%205.333%201.427a10.607%2010.607%200%200%201%204.955%206.476a10.62%2010.62%200%200%201-1.065%208.096c-.33.57-.96.93-1.622.93l.04.006zM9.501%2023.57A10.71%2010.71%200%200%201%20.25%2018.234a1.874%201.874%200%200%201%20.69-2.559c.872-.504%202.066-.176%202.563.686a6.931%206.931%200%200%200%205.992%203.455c1.201%200%202.396-.32%203.446-.925a7.155%207.155%200%200%200%202.523-2.54c.166-.284.392-.524.69-.689c.856-.51%202.06-.18%202.553.676c.332.57.332%201.292-.015%201.877a10.716%2010.716%200%200%201-3.904%203.905a10.734%2010.734%200%200%201-5.332%201.427l.05.023zm.746-16.63a5.641%205.641%200%200%200-1.815%204.153c0%201.03.277%201.992.76%202.826c.271.466.421.99.421%201.562a3.124%203.124%200%200%201-1.79%202.824c1.46.45%203.08.315%204.51-.512a5.715%205.715%200%200%200%202.071-2.07a3.07%203.07%200%200%201%201.16-1.144a3.137%203.137%200%200%201%203.347.136a5.561%205.561%200%200%200-2.688-3.649a5.623%205.623%200%200%200-2.819-.751a3.2%203.2%200%200%201-1.56-.42A3.122%203.122%200%200%201%2010.3%206.922l-.043.01zM6.479%2017.364c-.664%200-1.286-.36-1.623-.94a10.63%2010.63%200%200%201-1.43-5.33C3.429%205.212%208.207.43%2014.094.43a1.878%201.878%200%200%201-.008%203.754c-3.81%200-6.907%203.1-6.907%206.908a6.9%206.9%200%200%200%20.926%203.454a1.878%201.878%200%200%201-1.63%202.815v.002z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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