Dex Screener Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dex Screener 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/339024.svg" alt="Dex Screener icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339024.svg" alt="Dex Screener icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339024.svg" alt="Dex Screener icon" :width="24" :height="24" />
CSS background
.icon-dex-screener {
background-image: url('https://proicons.com/icon/339024.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 48 48"><path d="M12.951 10.765c-4.384 7.074.244 15.697-5.366 25.358l4.657-3.436v0l3.196 5.208 3.23-3.12L24 43.492l5.332-8.715 3.23 3.12 3.196-5.21 4.657 3.437c-5.61-9.66-.982-18.284-5.366-25.358" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="m19.89 23.502-3.424 2.037c4.622.794 6.467 7.03 7.534 12.389 1.067-5.36 2.912-11.595 7.534-12.389l-3.423-2.037c.436-3.3-1.91-6.552-4.111-6.552s-4.547 3.253-4.11 6.552" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M26.522 17.69c4.604-2.337 9.597-6.354 11.318-12.439-1.07 1.375-2.66 2.767-4.518 3.283a15 15 0 0 0-.685-.66C29.536 5.057 27.25 4.508 24 4.508c-3.25 0-5.536.55-8.637 3.364q-.36.329-.685.661c-1.858-.516-3.449-1.908-4.518-3.283 1.72 6.085 6.714 10.102 11.318 12.44" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M16.049 14.43c-1.098.875-1.352 2.643-.558 3.899.928 1.47 3.689 2.26 5.117.995M31.951 14.43c1.098.875 1.352 2.643.558 3.899-.928 1.47-3.689 2.26-5.117.995" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!