Dragoncity Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dragoncity 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/339285.svg" alt="Dragoncity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339285.svg" alt="Dragoncity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339285.svg" alt="Dragoncity icon" :width="24" :height="24" />
CSS background
.icon-dragoncity {
background-image: url('https://proicons.com/icon/339285.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M39.553,28.4188c0,8.3294-6.9634,15.0812-15.553,15.0812s-15.553-6.7518-15.553-15.0801S15.4104,4.5,24,4.5s15.553,15.5905,15.553,23.9188Z"/><path id="c" class="g" d="M19.5083,31.815c.1023.8293,3.1187,3.6999,6.8409,2.495.1995-2.6165,1.2718-3.4326,2.3765-4.4674,2.0535-1.9239.6065-4.3621,1.6829-5.3889-.2997-2.5942-2.2499.6055-2.8483-.4617-.2805-.5002-.1276-1.6231-1.3963-.805-.7868.5073-1.3518-.081-1.5421-.5164-.4658-1.0672,2.8514-1.2475,2.4221-3.06-.4233-1.7892-1.9441-.2936-3.0681-.5397-2.3492-.5113.0395-3.4225,1.0146-5.5063-1.6181,1.3386-2.8423,2.9628-5.0638,3.8093-1.9907.7594-1.6464,3.0559-1.0693,5.3717-.3038.7452-1.0703,1.1158-1.5644,1.5725-.3443.3169-.7361.9154-.3909,1.2313,1.1796,1.0834,1.0713,2.9,2.5729,3.8761,2.7036.7999,6.366-1.0764,6.206-1.6353-.8749-.3757-.9184-.3422-1.5826-.2967"/><path id="d" class="g" d="M21.2053,40.1373c1.3528.0223,3.2433-.5083,3.8741.2602,0,0,3.5156-1.0936,4.674-2.4099.4587-.5225.7108-1.9624.7108-1.9624,1.3011-.482,2.1142.001,3.0063.326,0,0,1.0642-1.9381,1.2252-3.0083.0932-.6329-.1742-1.9117-.1742-1.9117.644-.4587,1.0561-.1792,1.4996,0l1.1371-3.4579"/><path id="e" class="g" d="M11.9343,28.4776c.9386,1.4024,1.9472,2.4423,3.4275,3.0853-2.9688-.4506-4.4097-1.9634-5.1874-4.0158"/><path id="f" class="g" d="M13.8298,21.7582c-1.1341-3.385.8252-6.1027,2.4656-8.8903.6642.3544,1.3477.5569,3.5288-1.7153,2.1173-2.2064,1.9411-2.7896,2.0606-3.6382l1.4986-1.0561c-.158,1.3427.561,1.6474,1.5239,1.1726.8344-.4131,1.6778-.6015,2.5669-.6916"/></svg>
Copied!