yahoo icon
yahoo-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- yahoo-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- yahoo-fill
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="M937.3 231H824.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.7m-77.4 450.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 231m225.2 225.2h-65.3L458.9 559.8v65.3h84.4v56.3H318.2v-56.3h84.4v-65.3L242.9 399.9h-37v-56.3h168.5v56.3h-37l93.4 93.5l28.1-28.1V400h168.8v56.2z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignYahooFilled(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="M937.3 231H824.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.7m-77.4 450.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 231m225.2 225.2h-65.3L458.9 559.8v65.3h84.4v56.3H318.2v-56.3h84.4v-65.3L242.9 399.9h-37v-56.3h168.5v56.3h-37l93.4 93.5l28.1-28.1V400h168.8v56.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M937.3 231H824.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.7m-77.4 450.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 231m225.2 225.2h-65.3L458.9 559.8v65.3h84.4v56.3H318.2v-56.3h84.4v-65.3L242.9 399.9h-37v-56.3h168.5v56.3h-37l93.4 93.5l28.1-28.1V400h168.8v56.2z"/></svg> </template>
CSS
.icon-yahoo-filled {
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%22M937.3%20231H824.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.7m-77.4%20450.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%20231m225.2%20225.2h-65.3L458.9%20559.8v65.3h84.4v56.3H318.2v-56.3h84.4v-65.3L242.9%20399.9h-37v-56.3h168.5v56.3h-37l93.4%2093.5l28.1-28.1V400h168.8v56.2z%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%22M937.3%20231H824.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.7m-77.4%20450.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%20231m225.2%20225.2h-65.3L458.9%20559.8v65.3h84.4v56.3H318.2v-56.3h84.4v-65.3L242.9%20399.9h-37v-56.3h168.5v56.3h-37l93.4%2093.5l28.1-28.1V400h168.8v56.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/yahoo-filled.svg?color=%231a73e8&size=48