Dododex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dododex 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/339215.svg" alt="Dododex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339215.svg" alt="Dododex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339215.svg" alt="Dododex icon" :width="24" :height="24" />
CSS background
.icon-dododex {
background-image: url('https://proicons.com/icon/339215.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m11.1676,15.6647c-6.9593,9.0218-5.2756,20.9685,3.4953,25.8481,9.4175,5.2393,20.4956-.5161,24.2021-9.857,4.4052-11.102,1.9658-23.082-3.4353-26.032-5.9791-3.2656-17.0853.7372-24.262,10.0409Z"/><path class="b" d="m23.7056,12.2044c-1.6173,1.8504-1.4141,4.2955.8467,5.5328,2.9141,1.5949,5.6245.2689,6.8533-1.8594,1.2288-2.1283.7574-5.3525-1.6552-6.2527-1.3192-.4922-3.8592.0788-6.0447,2.5793Z"/><path class="b" d="m11.4084,19.3039c-.8851,1.507-.7021,2.8968-.1961,3.1943.7214.4243,1.8662-.2606,2.8847-1.5476.9363-1.183,1.077-2.6198-.0171-3.1726-.6288-.3177-1.9054.2215-2.6715,1.5259Z"/><path class="b" d="m31.1766,38.859c1.3656-.9221,1.8002-1.5791,1.4054-2.0024-.3056-.3277-1.9085-.8089-3.0747-.3147-2.0376.8637-1.9499,1.8364-1.1623,2.7534.4527.527,1.3949.5338,2.8316-.4363Z"/><path class="b" d="m15.1036,28.732c.9734-1.881.3827-3.879-1.6716-4.1923-3.405-.5193-4.5207,1.2954-4.4074,3.2862.1369,2.4061.1865,4.6521,2.1444,4.7455,1.0706.051,2.3539-.7846,3.9347-3.8394Z"/><path class="b" d="m27.7211,26.8997c-1.58,2.849.4877,6.8647,3.751,8.0452,3.6738,1.3289,5.0071-1.9433,5.9864-4.8998.9757-2.9459,1.1823-6.2363-3.646-7.0779-1.3458-.2346-4.0522.2557-6.0913,3.9325Z"/></svg>
Copied!