Yahoo Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Yahoo icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306964.svg" alt="Yahoo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306964.svg" alt="Yahoo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306964.svg" alt="Yahoo icon" :width="24" :height="24" />
CSS background
.icon-yahoo {
background-image: url('https://proicons.com/icon/306964.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M893 106s-6-1-11-1c-25 0-50 15-50 54-16 191-31 383-57 565 15-2 28 2 40 6 29-185 99-463 116-542 3-11 7-24 7-33 0-28-18-44-45-49zm-301-9c-30 56-141 238-212 354-71-119-156-256-211-354-44 9-63 10-106 0 86 131 226 380 273 462l-6 341s30-5 50-5c23 0 51 5 51 5l-6-341c88-155 234-408 274-462-38 9-73 9-107 0zm180 704c-34 0-50 26-50 53 0 32 25 49 57 49 23 0 48-14 48-52 1-31-23-50-55-50z"/></svg>
Copied!