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

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

Use the yolo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.25 0a5.523 5.523 0 0 0-5.52 5.523c0 3.842-3.125 6.967-6.972 6.967a6.96 6.96 0 0 1-4.03-1.26a11.9 11.9 0 0 0 4.759 4.67v2.51c0 3.04 2.428 5.56 5.463 5.59c3.07 0 5.58-2.46 5.58-5.52V15.9c3.64-1.96 6.16-5.8 6.23-10.208v-.165C23.76 2.477 21.28 0 18.25 0M5.758 0A5.526 5.526 0 0 0 .24 5.523a5.52 5.52 0 0 0 5.518 5.517a5.517 5.517 0 0 0 5.512-5.517C11.27 2.477 8.802 0 5.758 0"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsYolo(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="M18.25 0a5.523 5.523 0 0 0-5.52 5.523c0 3.842-3.125 6.967-6.972 6.967a6.96 6.96 0 0 1-4.03-1.26a11.9 11.9 0 0 0 4.759 4.67v2.51c0 3.04 2.428 5.56 5.463 5.59c3.07 0 5.58-2.46 5.58-5.52V15.9c3.64-1.96 6.16-5.8 6.23-10.208v-.165C23.76 2.477 21.28 0 18.25 0M5.758 0A5.526 5.526 0 0 0 .24 5.523a5.52 5.52 0 0 0 5.518 5.517a5.517 5.517 0 0 0 5.512-5.517C11.27 2.477 8.802 0 5.758 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.25 0a5.523 5.523 0 0 0-5.52 5.523c0 3.842-3.125 6.967-6.972 6.967a6.96 6.96 0 0 1-4.03-1.26a11.9 11.9 0 0 0 4.759 4.67v2.51c0 3.04 2.428 5.56 5.463 5.59c3.07 0 5.58-2.46 5.58-5.52V15.9c3.64-1.96 6.16-5.8 6.23-10.208v-.165C23.76 2.477 21.28 0 18.25 0M5.758 0A5.526 5.526 0 0 0 .24 5.523a5.52 5.52 0 0 0 5.518 5.517a5.517 5.517 0 0 0 5.512-5.517C11.27 2.477 8.802 0 5.758 0"/></svg>
</template>

CSS

.icon-yolo {
  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%22M18.25%200a5.523%205.523%200%200%200-5.52%205.523c0%203.842-3.125%206.967-6.972%206.967a6.96%206.96%200%200%201-4.03-1.26a11.9%2011.9%200%200%200%204.759%204.67v2.51c0%203.04%202.428%205.56%205.463%205.59c3.07%200%205.58-2.46%205.58-5.52V15.9c3.64-1.96%206.16-5.8%206.23-10.208v-.165C23.76%202.477%2021.28%200%2018.25%200M5.758%200A5.526%205.526%200%200%200%20.24%205.523a5.52%205.52%200%200%200%205.518%205.517a5.517%205.517%200%200%200%205.512-5.517C11.27%202.477%208.802%200%205.758%200%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%22M18.25%200a5.523%205.523%200%200%200-5.52%205.523c0%203.842-3.125%206.967-6.972%206.967a6.96%206.96%200%200%201-4.03-1.26a11.9%2011.9%200%200%200%204.759%204.67v2.51c0%203.04%202.428%205.56%205.463%205.59c3.07%200%205.58-2.46%205.58-5.52V15.9c3.64-1.96%206.16-5.8%206.23-10.208v-.165C23.76%202.477%2021.28%200%2018.25%200M5.758%200A5.526%205.526%200%200%200%20.24%205.523a5.52%205.52%200%200%200%205.518%205.517a5.517%205.517%200%200%200%205.512-5.517C11.27%202.477%208.802%200%205.758%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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