Keio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Keio 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/327879.svg" alt="Keio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327879.svg" alt="Keio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327879.svg" alt="Keio icon" :width="24" :height="24" />
CSS background
.icon-keio {
background-image: url('https://proicons.com/icon/327879.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="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><path class="c" d="M13.486,20.426l-2.7414,7.148"/><path class="c" d="M19.035,20.426l-4.1973,2.8017,1.5014,4.3463"/><path class="c" d="M26.977,20.426h-4.8117l-2.7139,7.1481h4.8108"/><path class="c" d="M25.324,23.92h-4.4856"/><path class="c" d="M30.101,20.426l-2.727,7.148"/><path class="c" d="M35.6,20.426c1.3314,0,1.9942,1.056,1.4864,2.3678l-.9341,2.4125c-.5079,1.3118-1.9886,2.3678-3.3199,2.3678s-1.9942-1.056-1.4864-2.3678l.9341-2.4125c.5079-1.3118,1.9886-2.3678,3.3199-2.3678Z"/></svg>
Copied!