Yahoo Japan Auction Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yahoo Japan Auction 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/335399.svg" alt="Yahoo Japan Auction icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335399.svg" alt="Yahoo Japan Auction icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335399.svg" alt="Yahoo Japan Auction icon" :width="24" :height="24" />
CSS background
.icon-yahoo-japan-auction {
background-image: url('https://proicons.com/icon/335399.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m10.442 21.737 11.296-11.296 10.59 10.59-11.296 11.296z"/><path class="d" d="m25.267 28.091 2.8239-2.8239 2.1179 2.1179-2.8239 2.8239z"/><path class="d" d="m27.385 30.209 2.8239-2.8239c.39111-.39111 1.0208-.39111 1.412 0l10.59 10.59c.39111.39111.39111 1.0208 0 1.412l-2.8239 2.8239c-.39111.39111-1.0208.39111-1.412 0l-10.59-10.59c-.39111-.39111-.39111-1.0208 0-1.412z"/><path class="d" d="m5.5 25.267 4.2359-4.2359 12.002 12.002-4.2359 4.2359z"/><path class="d" d="m21.031 9.7359 4.2359-4.2359 12.002 12.002-4.2359 4.2359z"/><path class="d" d="m26.326 29.15 2.8239-2.8239"/></svg>
Copied!