yahoo from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
yahoo
Set
SVG Logos
Style
Color
Viewbox
512×143
License
CC0

The same logo in other sets

Use the yahoo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 143"><path fill="#5f01d1" d="M0 34.607h30.475l17.69 45.324l17.95-45.324h29.7l-44.68 107.436H21.306l12.268-28.409zm126.676-1.808c-22.856 0-37.318 20.532-37.318 40.934c0 22.985 15.883 41.193 36.931 41.193c15.754 0 21.694-9.556 21.694-9.556v7.49h26.6V34.607h-26.6v7.102c-.13 0-6.715-8.91-21.307-8.91m5.682 25.18c10.589 0 16.012 8.394 16.012 15.883c0 8.135-5.81 16.142-16.012 16.142c-8.393 0-16.012-6.844-16.012-15.754c0-9.04 6.07-16.27 16.012-16.27m51.265 54.88V0h27.763v41.967s6.585-9.168 20.402-9.168c16.916 0 26.86 12.655 26.86 30.604v49.457h-27.635V70.118c0-6.07-2.84-12.01-9.426-12.01c-6.715 0-10.201 5.94-10.201 12.01v42.742zM306.038 32.8c-26.214 0-41.838 19.886-41.838 41.322c0 24.276 18.853 40.934 41.967 40.934c22.34 0 41.838-15.883 41.838-40.547c0-26.988-20.532-41.709-41.967-41.709m.258 25.31c9.297 0 15.625 7.747 15.625 15.882c0 6.973-5.94 15.625-15.625 15.625c-8.91 0-15.495-7.102-15.495-15.754c0-8.135 5.423-15.754 15.495-15.754m87.938-25.31c-26.214 0-41.839 19.886-41.839 41.322c0 24.276 18.853 40.934 41.968 40.934c22.34 0 41.838-15.883 41.838-40.547c0-26.988-20.403-41.709-41.967-41.709m.258 25.31c9.297 0 15.625 7.747 15.625 15.882c0 6.973-5.94 15.625-15.625 15.625c-8.91 0-15.496-7.102-15.496-15.754c0-8.135 5.553-15.754 15.496-15.754m63.66 19.498c10.202 0 18.466 8.264 18.466 18.466c0 10.2-8.264 18.465-18.465 18.465s-18.466-8.264-18.466-18.465s8.265-18.466 18.466-18.466m24.536-6.715H449.5L478.943 0H512z"/></svg>

React

import type { SVGProps } from "react";

export function LogosYahoo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 143"><path fill="#5f01d1" d="M0 34.607h30.475l17.69 45.324l17.95-45.324h29.7l-44.68 107.436H21.306l12.268-28.409zm126.676-1.808c-22.856 0-37.318 20.532-37.318 40.934c0 22.985 15.883 41.193 36.931 41.193c15.754 0 21.694-9.556 21.694-9.556v7.49h26.6V34.607h-26.6v7.102c-.13 0-6.715-8.91-21.307-8.91m5.682 25.18c10.589 0 16.012 8.394 16.012 15.883c0 8.135-5.81 16.142-16.012 16.142c-8.393 0-16.012-6.844-16.012-15.754c0-9.04 6.07-16.27 16.012-16.27m51.265 54.88V0h27.763v41.967s6.585-9.168 20.402-9.168c16.916 0 26.86 12.655 26.86 30.604v49.457h-27.635V70.118c0-6.07-2.84-12.01-9.426-12.01c-6.715 0-10.201 5.94-10.201 12.01v42.742zM306.038 32.8c-26.214 0-41.838 19.886-41.838 41.322c0 24.276 18.853 40.934 41.967 40.934c22.34 0 41.838-15.883 41.838-40.547c0-26.988-20.532-41.709-41.967-41.709m.258 25.31c9.297 0 15.625 7.747 15.625 15.882c0 6.973-5.94 15.625-15.625 15.625c-8.91 0-15.495-7.102-15.495-15.754c0-8.135 5.423-15.754 15.495-15.754m87.938-25.31c-26.214 0-41.839 19.886-41.839 41.322c0 24.276 18.853 40.934 41.968 40.934c22.34 0 41.838-15.883 41.838-40.547c0-26.988-20.403-41.709-41.967-41.709m.258 25.31c9.297 0 15.625 7.747 15.625 15.882c0 6.973-5.94 15.625-15.625 15.625c-8.91 0-15.496-7.102-15.496-15.754c0-8.135 5.553-15.754 15.496-15.754m63.66 19.498c10.202 0 18.466 8.264 18.466 18.466c0 10.2-8.264 18.465-18.465 18.465s-18.466-8.264-18.466-18.465s8.265-18.466 18.466-18.466m24.536-6.715H449.5L478.943 0H512z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 143"><path fill="#5f01d1" d="M0 34.607h30.475l17.69 45.324l17.95-45.324h29.7l-44.68 107.436H21.306l12.268-28.409zm126.676-1.808c-22.856 0-37.318 20.532-37.318 40.934c0 22.985 15.883 41.193 36.931 41.193c15.754 0 21.694-9.556 21.694-9.556v7.49h26.6V34.607h-26.6v7.102c-.13 0-6.715-8.91-21.307-8.91m5.682 25.18c10.589 0 16.012 8.394 16.012 15.883c0 8.135-5.81 16.142-16.012 16.142c-8.393 0-16.012-6.844-16.012-15.754c0-9.04 6.07-16.27 16.012-16.27m51.265 54.88V0h27.763v41.967s6.585-9.168 20.402-9.168c16.916 0 26.86 12.655 26.86 30.604v49.457h-27.635V70.118c0-6.07-2.84-12.01-9.426-12.01c-6.715 0-10.201 5.94-10.201 12.01v42.742zM306.038 32.8c-26.214 0-41.838 19.886-41.838 41.322c0 24.276 18.853 40.934 41.967 40.934c22.34 0 41.838-15.883 41.838-40.547c0-26.988-20.532-41.709-41.967-41.709m.258 25.31c9.297 0 15.625 7.747 15.625 15.882c0 6.973-5.94 15.625-15.625 15.625c-8.91 0-15.495-7.102-15.495-15.754c0-8.135 5.423-15.754 15.495-15.754m87.938-25.31c-26.214 0-41.839 19.886-41.839 41.322c0 24.276 18.853 40.934 41.968 40.934c22.34 0 41.838-15.883 41.838-40.547c0-26.988-20.403-41.709-41.967-41.709m.258 25.31c9.297 0 15.625 7.747 15.625 15.882c0 6.973-5.94 15.625-15.625 15.625c-8.91 0-15.496-7.102-15.496-15.754c0-8.135 5.553-15.754 15.496-15.754m63.66 19.498c10.202 0 18.466 8.264 18.466 18.466c0 10.2-8.264 18.465-18.465 18.465s-18.466-8.264-18.466-18.465s8.265-18.466 18.466-18.466m24.536-6.715H449.5L478.943 0H512z"/></svg>
</template>

CSS

.icon-yahoo {
  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%20512%20143%22%3E%3Cpath%20fill%3D%22%235f01d1%22%20d%3D%22M0%2034.607h30.475l17.69%2045.324l17.95-45.324h29.7l-44.68%20107.436H21.306l12.268-28.409zm126.676-1.808c-22.856%200-37.318%2020.532-37.318%2040.934c0%2022.985%2015.883%2041.193%2036.931%2041.193c15.754%200%2021.694-9.556%2021.694-9.556v7.49h26.6V34.607h-26.6v7.102c-.13%200-6.715-8.91-21.307-8.91m5.682%2025.18c10.589%200%2016.012%208.394%2016.012%2015.883c0%208.135-5.81%2016.142-16.012%2016.142c-8.393%200-16.012-6.844-16.012-15.754c0-9.04%206.07-16.27%2016.012-16.27m51.265%2054.88V0h27.763v41.967s6.585-9.168%2020.402-9.168c16.916%200%2026.86%2012.655%2026.86%2030.604v49.457h-27.635V70.118c0-6.07-2.84-12.01-9.426-12.01c-6.715%200-10.201%205.94-10.201%2012.01v42.742zM306.038%2032.8c-26.214%200-41.838%2019.886-41.838%2041.322c0%2024.276%2018.853%2040.934%2041.967%2040.934c22.34%200%2041.838-15.883%2041.838-40.547c0-26.988-20.532-41.709-41.967-41.709m.258%2025.31c9.297%200%2015.625%207.747%2015.625%2015.882c0%206.973-5.94%2015.625-15.625%2015.625c-8.91%200-15.495-7.102-15.495-15.754c0-8.135%205.423-15.754%2015.495-15.754m87.938-25.31c-26.214%200-41.839%2019.886-41.839%2041.322c0%2024.276%2018.853%2040.934%2041.968%2040.934c22.34%200%2041.838-15.883%2041.838-40.547c0-26.988-20.403-41.709-41.967-41.709m.258%2025.31c9.297%200%2015.625%207.747%2015.625%2015.882c0%206.973-5.94%2015.625-15.625%2015.625c-8.91%200-15.496-7.102-15.496-15.754c0-8.135%205.553-15.754%2015.496-15.754m63.66%2019.498c10.202%200%2018.466%208.264%2018.466%2018.466c0%2010.2-8.264%2018.465-18.465%2018.465s-18.466-8.264-18.466-18.465s8.265-18.466%2018.466-18.466m24.536-6.715H449.5L478.943%200H512z%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%20512%20143%22%3E%3Cpath%20fill%3D%22%235f01d1%22%20d%3D%22M0%2034.607h30.475l17.69%2045.324l17.95-45.324h29.7l-44.68%20107.436H21.306l12.268-28.409zm126.676-1.808c-22.856%200-37.318%2020.532-37.318%2040.934c0%2022.985%2015.883%2041.193%2036.931%2041.193c15.754%200%2021.694-9.556%2021.694-9.556v7.49h26.6V34.607h-26.6v7.102c-.13%200-6.715-8.91-21.307-8.91m5.682%2025.18c10.589%200%2016.012%208.394%2016.012%2015.883c0%208.135-5.81%2016.142-16.012%2016.142c-8.393%200-16.012-6.844-16.012-15.754c0-9.04%206.07-16.27%2016.012-16.27m51.265%2054.88V0h27.763v41.967s6.585-9.168%2020.402-9.168c16.916%200%2026.86%2012.655%2026.86%2030.604v49.457h-27.635V70.118c0-6.07-2.84-12.01-9.426-12.01c-6.715%200-10.201%205.94-10.201%2012.01v42.742zM306.038%2032.8c-26.214%200-41.838%2019.886-41.838%2041.322c0%2024.276%2018.853%2040.934%2041.967%2040.934c22.34%200%2041.838-15.883%2041.838-40.547c0-26.988-20.532-41.709-41.967-41.709m.258%2025.31c9.297%200%2015.625%207.747%2015.625%2015.882c0%206.973-5.94%2015.625-15.625%2015.625c-8.91%200-15.495-7.102-15.495-15.754c0-8.135%205.423-15.754%2015.495-15.754m87.938-25.31c-26.214%200-41.839%2019.886-41.839%2041.322c0%2024.276%2018.853%2040.934%2041.968%2040.934c22.34%200%2041.838-15.883%2041.838-40.547c0-26.988-20.403-41.709-41.967-41.709m.258%2025.31c9.297%200%2015.625%207.747%2015.625%2015.882c0%206.973-5.94%2015.625-15.625%2015.625c-8.91%200-15.496-7.102-15.496-15.754c0-8.135%205.553-15.754%2015.496-15.754m63.66%2019.498c10.202%200%2018.466%208.264%2018.466%2018.466c0%2010.2-8.264%2018.465-18.465%2018.465s-18.466-8.264-18.466-18.465s8.265-18.466%2018.466-18.466m24.536-6.715H449.5L478.943%200H512z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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