Tokyo Gates Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Tokyo Gates 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/320863.svg" alt="Tokyo Gates icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320863.svg" alt="Tokyo Gates icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320863.svg" alt="Tokyo Gates icon" :width="24" :height="24" />
CSS background
.icon-tokyo-gates {
background-image: url('https://proicons.com/icon/320863.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="tokyo--gates_1_" d="M31.179,2.312l-0.357-0.625L23.904,5.64H8.096L1.179,1.688L0.821,2.312L3.653,3.93 C3.637,4.006,3.641,4.087,3.678,4.161l2,4C5.739,8.283,5.864,8.36,6,8.36h3.64v1.28H6v0.72h3.64v1.28H6v0.72h3.64v3.28H6 c-0.146,0-0.277,0.087-0.333,0.222c-0.056,0.134-0.025,0.289,0.078,0.392l1.895,1.895v9.49H4v0.721h4c0.199,0,0.36-0.161,0.36-0.36 V18c0-0.096-0.038-0.188-0.105-0.255L6.869,16.36h4.771V28c0,0.199,0.161,0.36,0.36,0.36h8c0.199,0,0.36-0.161,0.36-0.36V16.36 h4.771l-1.386,1.385C23.678,17.812,23.64,17.904,23.64,18v10c0,0.199,0.161,0.36,0.36,0.36h4v-0.72h-3.64v-9.49l1.895-1.895 c0.103-0.103,0.134-0.258,0.078-0.392C26.277,15.728,26.146,15.64,26,15.64h-3.64v-3.28H26v-0.72h-3.64v-1.28H26V9.64h-3.64V8.36H26 c0.137,0,0.261-0.077,0.322-0.199l2-4c0.037-0.075,0.04-0.155,0.025-0.231L31.179,2.312z M10.36,8.36h5.28v1.28h-5.28 C10.36,9.64,10.36,8.36,10.36,8.36z M10.36,10.36h5.28v1.28h-5.28C10.36,11.64,10.36,10.36,10.36,10.36z M21.64,15.64H20 c-0.199,0-0.36,0.161-0.36,0.36v11.64h-7.28V16c0-0.199-0.161-0.36-0.36-0.36h-1.64v-3.28h11.28V15.64z M21.64,11.64h-5.28v-1.28 h5.28V11.64z M21.64,9.64h-5.28V8.36h5.28V9.64z M25.777,7.64H6.223L4.654,4.502l3.25,1.858h16.191l3.25-1.857L25.777,7.64z M4,29.64h24v0.721H4V29.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!