Elgato Stream Deck Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Elgato Stream Deck Mobile 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/325034.svg" alt="Elgato Stream Deck Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325034.svg" alt="Elgato Stream Deck Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325034.svg" alt="Elgato Stream Deck Mobile icon" :width="24" :height="24" />
CSS background
.icon-elgato-stream-deck-mobile {
background-image: url('https://proicons.com/icon/325034.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="24" cy="24" r="21.5"/><path class="d" d="m9.8738 14.5 2.1651 1.25v2.5l-2.1651 1.25-2.1651-1.25v-2.5z"/><path class="d" d="m16.937 14.5 2.1651 1.25v2.5l-2.1651 1.25-2.1651-1.25v-2.5z"/><path class="d" d="m24 14.5 2.1651 1.25v2.5l-2.1651 1.25-2.1651-1.25v-2.5z"/><path class="d" d="m31.063 14.5 2.1651 1.25v2.5l-2.1651 1.25-2.1651-1.25v-2.5z"/><path class="d" d="m38.126 14.5 2.1651 1.25v2.5l-2.1651 1.25-2.1651-1.25v-2.5z"/><path class="d" d="m9.8738 21.5 2.1651 1.25v2.5l-2.1651 1.25-2.1651-1.25v-2.5z"/><path class="d" d="m16.949 21.5 2.1651 1.25v2.5l-2.1651 1.25-2.1651-1.25v-2.5z"/><path class="d" d="m24 21.5 2.1651 1.25v2.5l-2.1651 1.25-2.1651-1.25v-2.5z"/><path class="d" d="m31.098 21.5 2.1651 1.25v2.5l-2.1651 1.25-2.1651-1.25v-2.5z"/><path class="d" d="m38.173 21.5 2.1651 1.25v2.5l-2.1651 1.25-2.1651-1.25v-2.5z"/><path class="d" d="m9.8738 28.5 2.1651 1.25v2.5l-2.1651 1.25-2.1651-1.25v-2.5z"/><path class="d" d="m16.943 28.5 2.1651 1.25v2.5l-2.1651 1.25-2.1651-1.25v-2.5z"/><path class="d" d="m24 28.5 2.1651 1.25v2.5l-2.1651 1.25-2.1651-1.25v-2.5z"/><path class="d" d="m31.081 28.5 2.1651 1.25v2.5l-2.1651 1.25-2.1651-1.25v-2.5z"/><path class="d" d="m38.149 28.5 2.1651 1.25v2.5l-2.1651 1.25-2.1651-1.25v-2.5z"/></svg>
Copied!