Yahoo Fantasy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yahoo Fantasy 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/335397.svg" alt="Yahoo Fantasy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335397.svg" alt="Yahoo Fantasy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335397.svg" alt="Yahoo Fantasy icon" :width="24" :height="24" />
CSS background
.icon-yahoo-fantasy {
background-image: url('https://proicons.com/icon/335397.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m36.3326,17.6328c0,6.8111-5.5215,12.3326-12.3326,12.3326s-12.3326-5.5215-12.3326-12.3326v-9.0423h24.6651v9.0423Z"/><path class="c" d="m11.6674,12.0093h-7.1674v3.2343c0,5.1097,4.1422,9.2519,9.2519,9.2519"/><polyline class="c" points="26.9509 29.6088 26.9509 33.1664 33.0453 33.1664 33.0453 35.9411 36.9596 35.9411 36.9596 39.4095 11.0404 39.4095 11.0404 35.9411 14.9547 35.9411 14.9547 33.1664 21.0491 33.1664 21.0491 29.6088"/><polyline class="c" points="27.8923 8.5905 27.8923 21.5226 24 17.867 20.1077 21.5226 20.1077 8.5905"/><path class="c" d="m36.3326,12.0093h7.1674v3.2343c0,5.1097-4.1422,9.2519-9.2519,9.2519"/></svg>
Copied!