Yahoo Japan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yahoo Japan 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/335398.svg" alt="Yahoo Japan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335398.svg" alt="Yahoo Japan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335398.svg" alt="Yahoo Japan icon" :width="24" :height="24" />
CSS background
.icon-yahoo-japan {
background-image: url('https://proicons.com/icon/335398.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.5431,16.1908l-3.8267,12.265,1.8595.5452,6.6959-11.333-4.7287-1.4771Z"/><path class="b" d="M32.9241,31.2538l-.8596,2.1308,2.59.7456.9395-1.994-2.6698-.8824Z"/><path class="b" d="M18.8591,13.8698H4.7281"/><path class="b" d="M12.9551,33.4688h13.597"/><path class="b" d="M23.7991,16.1428h11.991"/><path class="b" d="M7.9461,13.8698l9.7425,12.01v7.589"/><path class="b" d="M12.8141,13.8698l9.2077,12.065c.5044-1.8824,8.0317-7.3039,8.6984-9.7922"/><path class="b" d="M22.0211,25.9348v7.534"/></svg>
Copied!