Yahoo Japan Calendar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yahoo Japan Calendar icon is commonly used in booking systems, scheduling apps and event listings. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/335401.svg" alt="Yahoo Japan Calendar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335401.svg" alt="Yahoo Japan Calendar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335401.svg" alt="Yahoo Japan Calendar icon" :width="24" :height="24" />
CSS background
.icon-yahoo-japan-calendar {
background-image: url('https://proicons.com/icon/335401.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><rect class="c" x="9.875" y="20.65" width="28.25" height="16.95" rx=".5" ry=".5"/><rect class="c" x="9.875" y="26.3" width="28.25" height="5.65"/><rect class="c" x="15.525" y="20.65" width="5.65" height="16.95"/><rect class="c" x="13.25" y="10.75" width="3" height="6" rx=".5" ry=".5"/><rect class="c" x="31.75" y="10.75" width="3" height="6" rx=".5" ry=".5"/><rect class="c" x="26.825" y="20.65" width="5.65" height="16.95"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M42.5,13.75h-7.75M31.75,13.75h-15.5M13.25,13.75h-7.75"/></svg>
Copied!