Leo Express Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Leo Express 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/342836.svg" alt="Leo Express icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342836.svg" alt="Leo Express icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342836.svg" alt="Leo Express icon" :width="24" :height="24" />
CSS background
.icon-leo-express {
background-image: url('https://proicons.com/icon/342836.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="33.6268" cy="18.9366" r="2.9382"/><circle class="c" cx="24.0978" cy="13.145" r="2.9382"/><circle class="c" cx="14.355" cy="7.4382" r="2.9382"/><path class="c" d="m32.3324,26.3562c1.4142-.7074,3.1345-.1688,3.8928,1.2187s.2825,3.1263-1.0766,3.9345"/><path class="c" d="m15.8181,43.1083c-1.3962.8031-3.1788.3324-3.9965-1.0554s-.3656-3.1751,1.0135-4.0073"/><path class="c" d="m12.8724,38.0152l19.5529-11.7139h.0159"/><path class="c" d="m15.8411,43.0905l19.3667-11.6159h.0157"/></svg>
Copied!