Au Denki Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Au 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/336707.svg" alt="Au Denki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336707.svg" alt="Au Denki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336707.svg" alt="Au Denki icon" :width="24" :height="24" />
CSS background
.icon-au-denki {
background-image: url('https://proicons.com/icon/336707.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M23.9994,39.502v6c-10.789,0-19.908-7.9966-21.316-18.694S8.0131,6.027,18.4344,3.234c10.422-2.7925,21.299,2.5716,25.428,12.54,4.1289,9.9681.2305,21.453-9.1134,26.847"/><path class="f" d="M18.9994,10.502v9.5"/><path class="f" d="M29.4994,10.502v9.5"/><path class="f" d="M35.9994,20.002l-2.5,4H14.4994l-2.5-4h24Z"/><path class="f" d="M14.4994,24.002v6.5c0,2.4014,1.5023,4.5463,3.7592,5.367l1.7408.633v3h8v-3l1.7408-.633c2.2568-.8207,3.7592-2.9655,3.7592-5.367v-6.5"/></svg>
Copied!