Looop Denki Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Looop 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/343226.svg" alt="Looop Denki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343226.svg" alt="Looop Denki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343226.svg" alt="Looop Denki icon" :width="24" :height="24" />
CSS background
.icon-looop-denki {
background-image: url('https://proicons.com/icon/343226.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><circle class="d" cx="40.5" cy="15.5" r="3"/><circle class="d" cx="32.25" cy="15.5" r="3"/><circle class="d" cx="24" cy="15.5" r="3"/><circle class="d" cx="15.75" cy="15.5" r="3"/><path class="d" d="m13.568 13.441-3.8864 4.1182c-.75703.80206-1.893 1.1241-2.9582.83866-1.3116-.35143-2.2235-1.54-2.2235-2.8978v-7"/><path class="d" d="m21.818 13.441c-1.2955 1.3727-2.5909 2.7454-3.8864 4.1181"/><path class="d" d="m30.068 13.441c-1.2955 1.3727-2.5909 2.7454-3.8864 4.1181"/><path class="d" d="m38.318 13.441c-1.2955 1.3727-2.5909 2.7454-3.8864 4.1181"/><path class="d" d="m37.5 15.5v5"/><path class="d" d="m4.5 25.5h11c-11 4.3273-10.887 11.82-2.751 14"/><circle class="c" cx="13.5" cy="31.5" r=".75"/><circle class="c" cx="17" cy="31.5" r=".75"/><path class="d" d="m25.083 25.5-8.0829 14c6.1559-10.662 9-7.9247 9-2 0 4.1162 3.9271.85824 5-1"/><path class="d" d="m33.5 31.5h10"/><path class="d" d="m33.5 28.5h9"/><path class="d" d="m37.5 25.5 4.5 9.66c-2.075-.54238-8-1.9844-8 1.84 0 1.3807 1.5454 2.5 3.5 2.5l4-4e-6"/></svg>
Copied!