Yahoo Japan Shopping Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yahoo Japan Shopping 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/335407.svg" alt="Yahoo Japan Shopping icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335407.svg" alt="Yahoo Japan Shopping icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335407.svg" alt="Yahoo Japan Shopping icon" :width="24" :height="24" />
CSS background
.icon-yahoo-japan-shopping {
background-image: url('https://proicons.com/icon/335407.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><circle class="c" cx="14.0689" cy="38.6994" r="1.729"/><circle class="c" cx="29.7919" cy="38.6994" r="1.729"/><path class="c" d="M5.4999,11.6853h31.203l-4.6507,20.788H10.1512L5.4999,11.6853Z"/><path class="c" d="M32.0519,32.4733v3.9298H11.3299"/><path class="c" d="M36.7029,11.6853l.9203-4.1137h4.8769"/><path class="c" d="M21.1009,19.2323v5.6944"/><path class="c" d="M25.9119,19.2323v5.6944"/><path class="c" d="M16.2909,19.2323v5.6944"/></svg>
Copied!