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

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

Use the bata logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.397 13.003c.244-1.308 1.795-1.974 2.936-1.91c.436.025.82.154 1.039.41c.09-.09.18-.192.269-.282c.051-.051.205-.038.346-.013c.154.026.32.09.423.09s.36-.077.603-.115s.461-.026.423.064l-.218.538l-.705 1.73c-.141.347.41.257 1.166-.55c.129.09.193.102.321.423c-.654.564-1.27.961-2.128 1.256c-.77.27-1.346-.115-1.526-.756c-1.102 1.025-2.628 1.013-3.064-.141c-.718.359-1.564.73-1.923.833c-.282.077-.526.141-.77.141c-.384 0-.794-.346-.666-.872c-.628.282-1.128.462-1.846.705c-.77.27-1.218-.025-1.398-.666c-1.102 1.025-2.628 1.013-3.064-.141c-.436.205-1.025.513-1.577.73c-.884.398-1.923.321-2.692-.487l.257-.397c.359.384.807.372 1.153.051c.372-.333.603-.974.436-1.513c-.077-.23-.333-.41-.833-.384l.154-.41c.5-.013.897-.09 1.115-.398c.308-.449.308-1.128-.346-1.115a1.3 1.3 0 0 0-.41.077c-.116.333-.308.73-.475 1.14c-.371.95-.782 2-1.256 2.68c-.564.808-1.18.962-1.667.936c-.512-.039-.91-.192-1.474-.692c0-.218.013-.308.064-.577c.218.269.898.564 1.115.243c.488-.718 1.026-2.102 1.436-3c-.359.116-.705.346-1.18.68c0-.051-.153-.18-.153-.334c.77-.884 2.115-1.423 3.026-1.615c1.397-.295 2.884.128 3.115 1.013c.154.59-.538 1.14-1.192 1.218c.372.218.769.602.872 1.077c.05.23.038.487-.039.73c.218-.102.487-.23.654-.307c.27-1.885 3.192-2.487 3.987-1.59l.27-.282c.05-.051.204-.038.346-.013c.153.026.32.09.423.09s.359-.077.602-.115c.244-.039.462-.026.423.064l-.91 2.269c-.205.513 1.308-.398 1.397-.449l.654-1.384l-.666.012l.115-.564h.744c.128-.166.153-.359.32-.474c.218-.167.718-.077.949-.23c.205-.129.359-.321.538-.629c.154-.256.744-.192.628.051l-.512 1.295h.653c.308.013.039.539-.307.539l-.539.012l-.628 1.629c-.205.5.59.025 1.192-.32zm-6.012-1.115c-.077-.244-.282-.308-.475-.295c-.436.051-.859.538-1.077.872c-.346.538-.269 1.346.295 1.192c.577-.154 1.36-1.41 1.257-1.77zm9.666 0c-.077-.244-.282-.308-.474-.295c-.436.051-.86.538-1.077.872c-.346.538-.27 1.346.295 1.192c.577-.154 1.359-1.41 1.256-1.77Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBata(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="M17.397 13.003c.244-1.308 1.795-1.974 2.936-1.91c.436.025.82.154 1.039.41c.09-.09.18-.192.269-.282c.051-.051.205-.038.346-.013c.154.026.32.09.423.09s.36-.077.603-.115s.461-.026.423.064l-.218.538l-.705 1.73c-.141.347.41.257 1.166-.55c.129.09.193.102.321.423c-.654.564-1.27.961-2.128 1.256c-.77.27-1.346-.115-1.526-.756c-1.102 1.025-2.628 1.013-3.064-.141c-.718.359-1.564.73-1.923.833c-.282.077-.526.141-.77.141c-.384 0-.794-.346-.666-.872c-.628.282-1.128.462-1.846.705c-.77.27-1.218-.025-1.398-.666c-1.102 1.025-2.628 1.013-3.064-.141c-.436.205-1.025.513-1.577.73c-.884.398-1.923.321-2.692-.487l.257-.397c.359.384.807.372 1.153.051c.372-.333.603-.974.436-1.513c-.077-.23-.333-.41-.833-.384l.154-.41c.5-.013.897-.09 1.115-.398c.308-.449.308-1.128-.346-1.115a1.3 1.3 0 0 0-.41.077c-.116.333-.308.73-.475 1.14c-.371.95-.782 2-1.256 2.68c-.564.808-1.18.962-1.667.936c-.512-.039-.91-.192-1.474-.692c0-.218.013-.308.064-.577c.218.269.898.564 1.115.243c.488-.718 1.026-2.102 1.436-3c-.359.116-.705.346-1.18.68c0-.051-.153-.18-.153-.334c.77-.884 2.115-1.423 3.026-1.615c1.397-.295 2.884.128 3.115 1.013c.154.59-.538 1.14-1.192 1.218c.372.218.769.602.872 1.077c.05.23.038.487-.039.73c.218-.102.487-.23.654-.307c.27-1.885 3.192-2.487 3.987-1.59l.27-.282c.05-.051.204-.038.346-.013c.153.026.32.09.423.09s.359-.077.602-.115c.244-.039.462-.026.423.064l-.91 2.269c-.205.513 1.308-.398 1.397-.449l.654-1.384l-.666.012l.115-.564h.744c.128-.166.153-.359.32-.474c.218-.167.718-.077.949-.23c.205-.129.359-.321.538-.629c.154-.256.744-.192.628.051l-.512 1.295h.653c.308.013.039.539-.307.539l-.539.012l-.628 1.629c-.205.5.59.025 1.192-.32zm-6.012-1.115c-.077-.244-.282-.308-.475-.295c-.436.051-.859.538-1.077.872c-.346.538-.269 1.346.295 1.192c.577-.154 1.36-1.41 1.257-1.77zm9.666 0c-.077-.244-.282-.308-.474-.295c-.436.051-.86.538-1.077.872c-.346.538-.27 1.346.295 1.192c.577-.154 1.359-1.41 1.256-1.77Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.397 13.003c.244-1.308 1.795-1.974 2.936-1.91c.436.025.82.154 1.039.41c.09-.09.18-.192.269-.282c.051-.051.205-.038.346-.013c.154.026.32.09.423.09s.36-.077.603-.115s.461-.026.423.064l-.218.538l-.705 1.73c-.141.347.41.257 1.166-.55c.129.09.193.102.321.423c-.654.564-1.27.961-2.128 1.256c-.77.27-1.346-.115-1.526-.756c-1.102 1.025-2.628 1.013-3.064-.141c-.718.359-1.564.73-1.923.833c-.282.077-.526.141-.77.141c-.384 0-.794-.346-.666-.872c-.628.282-1.128.462-1.846.705c-.77.27-1.218-.025-1.398-.666c-1.102 1.025-2.628 1.013-3.064-.141c-.436.205-1.025.513-1.577.73c-.884.398-1.923.321-2.692-.487l.257-.397c.359.384.807.372 1.153.051c.372-.333.603-.974.436-1.513c-.077-.23-.333-.41-.833-.384l.154-.41c.5-.013.897-.09 1.115-.398c.308-.449.308-1.128-.346-1.115a1.3 1.3 0 0 0-.41.077c-.116.333-.308.73-.475 1.14c-.371.95-.782 2-1.256 2.68c-.564.808-1.18.962-1.667.936c-.512-.039-.91-.192-1.474-.692c0-.218.013-.308.064-.577c.218.269.898.564 1.115.243c.488-.718 1.026-2.102 1.436-3c-.359.116-.705.346-1.18.68c0-.051-.153-.18-.153-.334c.77-.884 2.115-1.423 3.026-1.615c1.397-.295 2.884.128 3.115 1.013c.154.59-.538 1.14-1.192 1.218c.372.218.769.602.872 1.077c.05.23.038.487-.039.73c.218-.102.487-.23.654-.307c.27-1.885 3.192-2.487 3.987-1.59l.27-.282c.05-.051.204-.038.346-.013c.153.026.32.09.423.09s.359-.077.602-.115c.244-.039.462-.026.423.064l-.91 2.269c-.205.513 1.308-.398 1.397-.449l.654-1.384l-.666.012l.115-.564h.744c.128-.166.153-.359.32-.474c.218-.167.718-.077.949-.23c.205-.129.359-.321.538-.629c.154-.256.744-.192.628.051l-.512 1.295h.653c.308.013.039.539-.307.539l-.539.012l-.628 1.629c-.205.5.59.025 1.192-.32zm-6.012-1.115c-.077-.244-.282-.308-.475-.295c-.436.051-.859.538-1.077.872c-.346.538-.269 1.346.295 1.192c.577-.154 1.36-1.41 1.257-1.77zm9.666 0c-.077-.244-.282-.308-.474-.295c-.436.051-.86.538-1.077.872c-.346.538-.27 1.346.295 1.192c.577-.154 1.359-1.41 1.256-1.77Z"/></svg>
</template>

CSS

.icon-bata {
  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%22M17.397%2013.003c.244-1.308%201.795-1.974%202.936-1.91c.436.025.82.154%201.039.41c.09-.09.18-.192.269-.282c.051-.051.205-.038.346-.013c.154.026.32.09.423.09s.36-.077.603-.115s.461-.026.423.064l-.218.538l-.705%201.73c-.141.347.41.257%201.166-.55c.129.09.193.102.321.423c-.654.564-1.27.961-2.128%201.256c-.77.27-1.346-.115-1.526-.756c-1.102%201.025-2.628%201.013-3.064-.141c-.718.359-1.564.73-1.923.833c-.282.077-.526.141-.77.141c-.384%200-.794-.346-.666-.872c-.628.282-1.128.462-1.846.705c-.77.27-1.218-.025-1.398-.666c-1.102%201.025-2.628%201.013-3.064-.141c-.436.205-1.025.513-1.577.73c-.884.398-1.923.321-2.692-.487l.257-.397c.359.384.807.372%201.153.051c.372-.333.603-.974.436-1.513c-.077-.23-.333-.41-.833-.384l.154-.41c.5-.013.897-.09%201.115-.398c.308-.449.308-1.128-.346-1.115a1.3%201.3%200%200%200-.41.077c-.116.333-.308.73-.475%201.14c-.371.95-.782%202-1.256%202.68c-.564.808-1.18.962-1.667.936c-.512-.039-.91-.192-1.474-.692c0-.218.013-.308.064-.577c.218.269.898.564%201.115.243c.488-.718%201.026-2.102%201.436-3c-.359.116-.705.346-1.18.68c0-.051-.153-.18-.153-.334c.77-.884%202.115-1.423%203.026-1.615c1.397-.295%202.884.128%203.115%201.013c.154.59-.538%201.14-1.192%201.218c.372.218.769.602.872%201.077c.05.23.038.487-.039.73c.218-.102.487-.23.654-.307c.27-1.885%203.192-2.487%203.987-1.59l.27-.282c.05-.051.204-.038.346-.013c.153.026.32.09.423.09s.359-.077.602-.115c.244-.039.462-.026.423.064l-.91%202.269c-.205.513%201.308-.398%201.397-.449l.654-1.384l-.666.012l.115-.564h.744c.128-.166.153-.359.32-.474c.218-.167.718-.077.949-.23c.205-.129.359-.321.538-.629c.154-.256.744-.192.628.051l-.512%201.295h.653c.308.013.039.539-.307.539l-.539.012l-.628%201.629c-.205.5.59.025%201.192-.32zm-6.012-1.115c-.077-.244-.282-.308-.475-.295c-.436.051-.859.538-1.077.872c-.346.538-.269%201.346.295%201.192c.577-.154%201.36-1.41%201.257-1.77zm9.666%200c-.077-.244-.282-.308-.474-.295c-.436.051-.86.538-1.077.872c-.346.538-.27%201.346.295%201.192c.577-.154%201.359-1.41%201.256-1.77Z%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%22M17.397%2013.003c.244-1.308%201.795-1.974%202.936-1.91c.436.025.82.154%201.039.41c.09-.09.18-.192.269-.282c.051-.051.205-.038.346-.013c.154.026.32.09.423.09s.36-.077.603-.115s.461-.026.423.064l-.218.538l-.705%201.73c-.141.347.41.257%201.166-.55c.129.09.193.102.321.423c-.654.564-1.27.961-2.128%201.256c-.77.27-1.346-.115-1.526-.756c-1.102%201.025-2.628%201.013-3.064-.141c-.718.359-1.564.73-1.923.833c-.282.077-.526.141-.77.141c-.384%200-.794-.346-.666-.872c-.628.282-1.128.462-1.846.705c-.77.27-1.218-.025-1.398-.666c-1.102%201.025-2.628%201.013-3.064-.141c-.436.205-1.025.513-1.577.73c-.884.398-1.923.321-2.692-.487l.257-.397c.359.384.807.372%201.153.051c.372-.333.603-.974.436-1.513c-.077-.23-.333-.41-.833-.384l.154-.41c.5-.013.897-.09%201.115-.398c.308-.449.308-1.128-.346-1.115a1.3%201.3%200%200%200-.41.077c-.116.333-.308.73-.475%201.14c-.371.95-.782%202-1.256%202.68c-.564.808-1.18.962-1.667.936c-.512-.039-.91-.192-1.474-.692c0-.218.013-.308.064-.577c.218.269.898.564%201.115.243c.488-.718%201.026-2.102%201.436-3c-.359.116-.705.346-1.18.68c0-.051-.153-.18-.153-.334c.77-.884%202.115-1.423%203.026-1.615c1.397-.295%202.884.128%203.115%201.013c.154.59-.538%201.14-1.192%201.218c.372.218.769.602.872%201.077c.05.23.038.487-.039.73c.218-.102.487-.23.654-.307c.27-1.885%203.192-2.487%203.987-1.59l.27-.282c.05-.051.204-.038.346-.013c.153.026.32.09.423.09s.359-.077.602-.115c.244-.039.462-.026.423.064l-.91%202.269c-.205.513%201.308-.398%201.397-.449l.654-1.384l-.666.012l.115-.564h.744c.128-.166.153-.359.32-.474c.218-.167.718-.077.949-.23c.205-.129.359-.321.538-.629c.154-.256.744-.192.628.051l-.512%201.295h.653c.308.013.039.539-.307.539l-.539.012l-.628%201.629c-.205.5.59.025%201.192-.32zm-6.012-1.115c-.077-.244-.282-.308-.475-.295c-.436.051-.859.538-1.077.872c-.346.538-.269%201.346.295%201.192c.577-.154%201.36-1.41%201.257-1.77zm9.666%200c-.077-.244-.282-.308-.474-.295c-.436.051-.86.538-1.077.872c-.346.538-.27%201.346.295%201.192c.577-.154%201.359-1.41%201.256-1.77Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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