Yamada Denki Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yamada Denki 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/335411.svg" alt="Yamada Denki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335411.svg" alt="Yamada Denki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335411.svg" alt="Yamada Denki icon" :width="24" :height="24" />
CSS background
.icon-yamada-denki {
background-image: url('https://proicons.com/icon/335411.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><rect class="b" x="6.5" y="5.5" width="35" height="37"/><path class="b" d="M35.586,20.684l-9.6287,9.6287c-.4528.4528-.7071,1.0668-.7071,1.7071v5.4805c0,.5523.4477,1,1,1h9.75c.5523,0,1-.4477,1-1h0v-16.23c0-.4575-.3709-.8284-.8284-.8284-.2197,0-.4304.0873-.5858.2426v-.0005Z"/><path class="b" d="M11,21.27v16.23c0,.5523.4477,1,1,1h9.75c.5523,0,1-.4477,1-1v-5.4805c0-.6403-.2544-1.2544-.7071-1.7071l-9.6287-9.6287c-.3235-.3235-.8481-.3235-1.1716,0-.1553.1554-.2426.3661-.2426.5858v.0005Z"/><path class="b" d="M23.293,28.023l-8.9081-8.9081,9.6152-9.6152,8.9081,8.9081c.3905.3905.3905,1.0237,0,1.4142l-8.201,8.201c-.3905.3905-1.0237.3905-1.4142,0Z"/></svg>
Copied!