Braavos Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Braavos 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/337479.svg" alt="Braavos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337479.svg" alt="Braavos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337479.svg" alt="Braavos icon" :width="24" :height="24" />
CSS background
.icon-braavos {
background-image: url('https://proicons.com/icon/337479.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="M24.895,35.9526c.0997-.8127-.3148-3.5358,2.4112-5.9015,1.9025-1.6511,3.2026-2.26,4.8865-2.26,1.906,0,2.9191.3709,3.3981,1.1739.5023.8421-.5999,2.1839-1.351,3.1151-2.0462,2.5368-4.5785,3.6879-5.9881,4.1956v4.8064c0,.7832.6349,1.4181,1.4181,1.4181h4.9954c3.1592,0,5.7203-2.5611,5.7203-5.7203v-10.0809c0-.967-.6063-1.8303-1.516-2.1583l-14.8694-5.3625-14.8694,5.3625c-.9097.3281-1.516,1.1913-1.516,2.1583v10.0809c0,3.1592,2.5611,5.7203,5.7203,5.7203h4.9954c.7832,0,1.4181-.6349,1.4181-1.4181v-4.8064c-1.4096-.5077-3.9419-1.6588-5.9881-4.1956-.7511-.9312-1.8533-2.273-1.351-3.1151.4789-.8029,1.4921-1.1739,3.3981-1.1739,1.6839,0,2.984.609,4.8865,2.26,2.726,2.3657,2.3115,5.0889,2.4112,5.9015h1.7899Z"/><path class="b" d="M37.5738,24.0732c-.0853-6.2064-4.8785-10.6153-13.5738-10.6153s-13.4885,4.4089-13.5738,10.6153"/><path class="b" d="M25.0919,13.4578c0-2.6395.4727-4.3729,4.0183-4.885,0,0-1.0243-3.0728-5.1103-3.0728s-5.1103,3.0728-5.1103,3.0728c3.5456.5121,4.0183,2.2455,4.0183,4.885"/></svg>
Copied!