yahoo-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
yahoo-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
yahoo, yahoo-outline

1 other variant in Ant Design Icons

The same icon in other sets

Use the yahoo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M859.9 681.4h-14.1c-27.1 0-49.2 22.2-49.2 49.3v14.1c0 27.1 22.2 49.3 49.2 49.3h14.1c27.1 0 49.2-22.2 49.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3M402.6 231C216.2 231 65 357 65 512.5S216.2 794 402.6 794s337.6-126 337.6-281.5S589.1 231 402.6 231m0 507C245.1 738 121 634.6 121 512.5c0-62.3 32.3-119.7 84.9-161v48.4h37l159.8 159.9v65.3h-84.4v56.3h225.1v-56.3H459v-65.3l103.5-103.6h65.3v-56.3H459v65.3l-28.1 28.1l-93.4-93.5h37v-56.3H216.4c49.4-35 114.3-56.6 186.2-56.6c157.6 0 281.6 103.4 281.6 225.5S560.2 738 402.6 738m534.7-507H824.7c-15.5 0-27.7 12.6-27.1 28.1l13.1 366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignYahooOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M859.9 681.4h-14.1c-27.1 0-49.2 22.2-49.2 49.3v14.1c0 27.1 22.2 49.3 49.2 49.3h14.1c27.1 0 49.2-22.2 49.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3M402.6 231C216.2 231 65 357 65 512.5S216.2 794 402.6 794s337.6-126 337.6-281.5S589.1 231 402.6 231m0 507C245.1 738 121 634.6 121 512.5c0-62.3 32.3-119.7 84.9-161v48.4h37l159.8 159.9v65.3h-84.4v56.3h225.1v-56.3H459v-65.3l103.5-103.6h65.3v-56.3H459v65.3l-28.1 28.1l-93.4-93.5h37v-56.3H216.4c49.4-35 114.3-56.6 186.2-56.6c157.6 0 281.6 103.4 281.6 225.5S560.2 738 402.6 738m534.7-507H824.7c-15.5 0-27.7 12.6-27.1 28.1l13.1 366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M859.9 681.4h-14.1c-27.1 0-49.2 22.2-49.2 49.3v14.1c0 27.1 22.2 49.3 49.2 49.3h14.1c27.1 0 49.2-22.2 49.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3M402.6 231C216.2 231 65 357 65 512.5S216.2 794 402.6 794s337.6-126 337.6-281.5S589.1 231 402.6 231m0 507C245.1 738 121 634.6 121 512.5c0-62.3 32.3-119.7 84.9-161v48.4h37l159.8 159.9v65.3h-84.4v56.3h225.1v-56.3H459v-65.3l103.5-103.6h65.3v-56.3H459v65.3l-28.1 28.1l-93.4-93.5h37v-56.3H216.4c49.4-35 114.3-56.6 186.2-56.6c157.6 0 281.6 103.4 281.6 225.5S560.2 738 402.6 738m534.7-507H824.7c-15.5 0-27.7 12.6-27.1 28.1l13.1 366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7"/></svg>
</template>

CSS

.icon-yahoo-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M859.9%20681.4h-14.1c-27.1%200-49.2%2022.2-49.2%2049.3v14.1c0%2027.1%2022.2%2049.3%2049.2%2049.3h14.1c27.1%200%2049.2-22.2%2049.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3M402.6%20231C216.2%20231%2065%20357%2065%20512.5S216.2%20794%20402.6%20794s337.6-126%20337.6-281.5S589.1%20231%20402.6%20231m0%20507C245.1%20738%20121%20634.6%20121%20512.5c0-62.3%2032.3-119.7%2084.9-161v48.4h37l159.8%20159.9v65.3h-84.4v56.3h225.1v-56.3H459v-65.3l103.5-103.6h65.3v-56.3H459v65.3l-28.1%2028.1l-93.4-93.5h37v-56.3H216.4c49.4-35%20114.3-56.6%20186.2-56.6c157.6%200%20281.6%20103.4%20281.6%20225.5S560.2%20738%20402.6%20738m534.7-507H824.7c-15.5%200-27.7%2012.6-27.1%2028.1l13.1%20366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M859.9%20681.4h-14.1c-27.1%200-49.2%2022.2-49.2%2049.3v14.1c0%2027.1%2022.2%2049.3%2049.2%2049.3h14.1c27.1%200%2049.2-22.2%2049.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3M402.6%20231C216.2%20231%2065%20357%2065%20512.5S216.2%20794%20402.6%20794s337.6-126%20337.6-281.5S589.1%20231%20402.6%20231m0%20507C245.1%20738%20121%20634.6%20121%20512.5c0-62.3%2032.3-119.7%2084.9-161v48.4h37l159.8%20159.9v65.3h-84.4v56.3h225.1v-56.3H459v-65.3l103.5-103.6h65.3v-56.3H459v65.3l-28.1%2028.1l-93.4-93.5h37v-56.3H216.4c49.4-35%20114.3-56.6%20186.2-56.6c157.6%200%20281.6%20103.4%20281.6%20225.5S560.2%20738%20402.6%20738m534.7-507H824.7c-15.5%200-27.7%2012.6-27.1%2028.1l13.1%20366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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