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

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

The same logo in other sets

Use the yoast logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.61 0L11.4 14.477L8.806 6.36H5.941l3.804 9.77a4.02 4.02 0 0 1 0 2.925c-.387.993-1.073 2.158-2.96 2.505V24c1.512-.06 2.692-.562 3.694-1.57c1.032-1.036 1.919-2.655 2.79-5.091L19.739 0ZM5.357 3.274a3.706 3.706 0 0 0-3.695 3.695v10.358a3.706 3.706 0 0 0 3.695 3.694h.817l.26-.034c1.76-.237 2.37-1.224 2.733-2.158a3.4 3.4 0 0 0 0-2.475L5.035 5.738H9.26l2.174 6.81l3.339-9.274Zm13.792.08L13.853 17.55c-.502 1.403-1.015 2.54-1.559 3.47h10.044V6.97a3.706 3.706 0 0 0-3.19-3.616Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsYoast(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="M16.61 0L11.4 14.477L8.806 6.36H5.941l3.804 9.77a4.02 4.02 0 0 1 0 2.925c-.387.993-1.073 2.158-2.96 2.505V24c1.512-.06 2.692-.562 3.694-1.57c1.032-1.036 1.919-2.655 2.79-5.091L19.739 0ZM5.357 3.274a3.706 3.706 0 0 0-3.695 3.695v10.358a3.706 3.706 0 0 0 3.695 3.694h.817l.26-.034c1.76-.237 2.37-1.224 2.733-2.158a3.4 3.4 0 0 0 0-2.475L5.035 5.738H9.26l2.174 6.81l3.339-9.274Zm13.792.08L13.853 17.55c-.502 1.403-1.015 2.54-1.559 3.47h10.044V6.97a3.706 3.706 0 0 0-3.19-3.616Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.61 0L11.4 14.477L8.806 6.36H5.941l3.804 9.77a4.02 4.02 0 0 1 0 2.925c-.387.993-1.073 2.158-2.96 2.505V24c1.512-.06 2.692-.562 3.694-1.57c1.032-1.036 1.919-2.655 2.79-5.091L19.739 0ZM5.357 3.274a3.706 3.706 0 0 0-3.695 3.695v10.358a3.706 3.706 0 0 0 3.695 3.694h.817l.26-.034c1.76-.237 2.37-1.224 2.733-2.158a3.4 3.4 0 0 0 0-2.475L5.035 5.738H9.26l2.174 6.81l3.339-9.274Zm13.792.08L13.853 17.55c-.502 1.403-1.015 2.54-1.559 3.47h10.044V6.97a3.706 3.706 0 0 0-3.19-3.616Z"/></svg>
</template>

CSS

.icon-yoast {
  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%22M16.61%200L11.4%2014.477L8.806%206.36H5.941l3.804%209.77a4.02%204.02%200%200%201%200%202.925c-.387.993-1.073%202.158-2.96%202.505V24c1.512-.06%202.692-.562%203.694-1.57c1.032-1.036%201.919-2.655%202.79-5.091L19.739%200ZM5.357%203.274a3.706%203.706%200%200%200-3.695%203.695v10.358a3.706%203.706%200%200%200%203.695%203.694h.817l.26-.034c1.76-.237%202.37-1.224%202.733-2.158a3.4%203.4%200%200%200%200-2.475L5.035%205.738H9.26l2.174%206.81l3.339-9.274Zm13.792.08L13.853%2017.55c-.502%201.403-1.015%202.54-1.559%203.47h10.044V6.97a3.706%203.706%200%200%200-3.19-3.616Z%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%22M16.61%200L11.4%2014.477L8.806%206.36H5.941l3.804%209.77a4.02%204.02%200%200%201%200%202.925c-.387.993-1.073%202.158-2.96%202.505V24c1.512-.06%202.692-.562%203.694-1.57c1.032-1.036%201.919-2.655%202.79-5.091L19.739%200ZM5.357%203.274a3.706%203.706%200%200%200-3.695%203.695v10.358a3.706%203.706%200%200%200%203.695%203.694h.817l.26-.034c1.76-.237%202.37-1.224%202.733-2.158a3.4%203.4%200%200%200%200-2.475L5.035%205.738H9.26l2.174%206.81l3.339-9.274Zm13.792.08L13.853%2017.55c-.502%201.403-1.015%202.54-1.559%203.47h10.044V6.97a3.706%203.706%200%200%200-3.19-3.616Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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