Le Diplo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Le Diplo 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/342776.svg" alt="Le Diplo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342776.svg" alt="Le Diplo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342776.svg" alt="Le Diplo icon" :width="24" :height="24" />
CSS background
.icon-le-diplo {
background-image: url('https://proicons.com/icon/342776.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>.c{fill:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="20.0238" cy="18.1927" r=".75"/><line class="d" x1="19.5126" y1="21.0916" x2="18.4068" y2="27.3626"/><path class="d" d="M29.5695,17.8969l-1.4604,8.2826c-.1152.6535.3211,1.1832.9746,1.1832h.355"/><path class="d" d="M16.541,23.458c.2305-1.3069-.6422-2.3664-1.9492-2.3664h0c-1.3069,0-2.5533,1.0595-2.7837,2.3664l-.2712,1.5382c-.2305,1.3069.6422,2.3664,1.9492,2.3664h0c1.3069,0,2.5533-1.0595,2.7837-2.3664"/><line class="d" x1="15.8525" y1="27.3626" x2="17.5216" y2="17.8969"/><path class="d" d="M31.7302,23.2469c.2305-1.3069,1.4768-2.3664,2.7837-2.3664s2.1796,1.0595,1.9492,2.3664l-.2712,1.5382c-.2305,1.307-1.4768,2.3664-2.7837,2.3664s-2.1796-1.0595-1.9492-2.3664l.2712-1.5382Z"/><path class="d" d="M21.2811,24.9962c-.2305,1.3069.6422,2.3664,1.9492,2.3664h0c1.3069,0,2.5533-1.0595,2.7837-2.3664l.2712-1.5382c.2305-1.3069-.6422-2.3664-1.9492-2.3664h0c-1.3069,0-2.5533,1.0595-2.7837,2.3664"/><line class="d" x1="21.9696" y1="21.0916" x2="20.3006" y2="30.5573"/><rect id="b" class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!