Plex Dash Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Plex Dash 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/331385.svg" alt="Plex Dash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331385.svg" alt="Plex Dash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331385.svg" alt="Plex Dash icon" :width="24" :height="24" />
CSS background
.icon-plex-dash {
background-image: url('https://proicons.com/icon/331385.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="b" class="e" d="m5.5,24.959h7.3922l4.742,7.9764,11.6075-19.7807,5.8398,10.0105h7.4186"/><path id="c" class="e" d="m29.2686,16.8596l4.2831,7.217-8.9492,15.3537-8.4965.0348,13.1626-22.6055Z"/><path id="d" class="e" d="m24.2891,8.5349l2.8554,4.4236-4.2134,7.4539-6.8599-11.7382,8.2179-.1393Z"/></svg>
Copied!