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

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

Use the oyo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.843 16.185C22.135 16.185 24 14.307 24 12c0-2.309-1.865-4.185-4.157-4.185c-2.293 0-4.158 1.876-4.158 4.185c0 2.307 1.865 4.185 4.158 4.185m0-5.677c.817 0 1.482.67 1.482 1.492s-.666 1.49-1.483 1.49A1.49 1.49 0 0 1 18.36 12c0-.824.665-1.493 1.482-1.493zM4.157 16.185c2.293 0 4.158-1.878 4.158-4.185c0-2.309-1.865-4.185-4.158-4.185C1.866 7.815 0 9.691 0 12c0 2.307 1.866 4.185 4.157 4.185m0-5.677c.818 0 1.483.67 1.483 1.492s-.665 1.49-1.483 1.49A1.49 1.49 0 0 1 2.677 12c0-.824.664-1.493 1.48-1.493zm7.84-.094L10.722 7.87H7.733l2.791 5.564v2.62h2.948v-2.62l2.791-5.564h-2.99z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsOyo(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="M19.843 16.185C22.135 16.185 24 14.307 24 12c0-2.309-1.865-4.185-4.157-4.185c-2.293 0-4.158 1.876-4.158 4.185c0 2.307 1.865 4.185 4.158 4.185m0-5.677c.817 0 1.482.67 1.482 1.492s-.666 1.49-1.483 1.49A1.49 1.49 0 0 1 18.36 12c0-.824.665-1.493 1.482-1.493zM4.157 16.185c2.293 0 4.158-1.878 4.158-4.185c0-2.309-1.865-4.185-4.158-4.185C1.866 7.815 0 9.691 0 12c0 2.307 1.866 4.185 4.157 4.185m0-5.677c.818 0 1.483.67 1.483 1.492s-.665 1.49-1.483 1.49A1.49 1.49 0 0 1 2.677 12c0-.824.664-1.493 1.48-1.493zm7.84-.094L10.722 7.87H7.733l2.791 5.564v2.62h2.948v-2.62l2.791-5.564h-2.99z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.843 16.185C22.135 16.185 24 14.307 24 12c0-2.309-1.865-4.185-4.157-4.185c-2.293 0-4.158 1.876-4.158 4.185c0 2.307 1.865 4.185 4.158 4.185m0-5.677c.817 0 1.482.67 1.482 1.492s-.666 1.49-1.483 1.49A1.49 1.49 0 0 1 18.36 12c0-.824.665-1.493 1.482-1.493zM4.157 16.185c2.293 0 4.158-1.878 4.158-4.185c0-2.309-1.865-4.185-4.158-4.185C1.866 7.815 0 9.691 0 12c0 2.307 1.866 4.185 4.157 4.185m0-5.677c.818 0 1.483.67 1.483 1.492s-.665 1.49-1.483 1.49A1.49 1.49 0 0 1 2.677 12c0-.824.664-1.493 1.48-1.493zm7.84-.094L10.722 7.87H7.733l2.791 5.564v2.62h2.948v-2.62l2.791-5.564h-2.99z"/></svg>
</template>

CSS

.icon-oyo {
  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%22M19.843%2016.185C22.135%2016.185%2024%2014.307%2024%2012c0-2.309-1.865-4.185-4.157-4.185c-2.293%200-4.158%201.876-4.158%204.185c0%202.307%201.865%204.185%204.158%204.185m0-5.677c.817%200%201.482.67%201.482%201.492s-.666%201.49-1.483%201.49A1.49%201.49%200%200%201%2018.36%2012c0-.824.665-1.493%201.482-1.493zM4.157%2016.185c2.293%200%204.158-1.878%204.158-4.185c0-2.309-1.865-4.185-4.158-4.185C1.866%207.815%200%209.691%200%2012c0%202.307%201.866%204.185%204.157%204.185m0-5.677c.818%200%201.483.67%201.483%201.492s-.665%201.49-1.483%201.49A1.49%201.49%200%200%201%202.677%2012c0-.824.664-1.493%201.48-1.493zm7.84-.094L10.722%207.87H7.733l2.791%205.564v2.62h2.948v-2.62l2.791-5.564h-2.99z%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%22M19.843%2016.185C22.135%2016.185%2024%2014.307%2024%2012c0-2.309-1.865-4.185-4.157-4.185c-2.293%200-4.158%201.876-4.158%204.185c0%202.307%201.865%204.185%204.158%204.185m0-5.677c.817%200%201.482.67%201.482%201.492s-.666%201.49-1.483%201.49A1.49%201.49%200%200%201%2018.36%2012c0-.824.665-1.493%201.482-1.493zM4.157%2016.185c2.293%200%204.158-1.878%204.158-4.185c0-2.309-1.865-4.185-4.158-4.185C1.866%207.815%200%209.691%200%2012c0%202.307%201.866%204.185%204.157%204.185m0-5.677c.818%200%201.483.67%201.483%201.492s-.665%201.49-1.483%201.49A1.49%201.49%200%200%201%202.677%2012c0-.824.664-1.493%201.48-1.493zm7.84-.094L10.722%207.87H7.733l2.791%205.564v2.62h2.948v-2.62l2.791-5.564h-2.99z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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