Bahamut Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bahamut 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/336883.svg" alt="Bahamut icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336883.svg" alt="Bahamut icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336883.svg" alt="Bahamut icon" :width="24" :height="24" />
CSS background
.icon-bahamut {
background-image: url('https://proicons.com/icon/336883.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43.5,15.912a3.4556,3.4556,0,0,0-3.0131-1.08,6.6022,6.6022,0,0,1-.5685,1.4781c-.4548.91-3.1269,2.0467-3.1269,2.0467-1.137-.7959,1.8193-7.05,1.8193-7.05C32.3292,8.2686,18.1151,4.9783,5.4665,7.7254a74.3441,74.3441,0,0,1,11.0291,2.3309S7.8542,10.9091,4.5,11.705c7.4475.4548,21.4329.6253,13.7012,8.5277,7.9023-2.9563,10.0058-2.8426,8.2434,2.5014,2.8426-3.1836,8.684-4.008,7.8171-1.9613s-5.2161,3.9653-9.2668,3.9653c-2.9278,0-4.15-2.26-10.4464-.9238"/><path class="a" d="M43.0073,20.2327c-.1516-.6443-1.156-.55-2.35-.4169-.3411-2.1983.9434-2.6966,2.1183-2.5261"/><path class="a" d="M40.6574,19.8158c-2.871.5022-4.0648,1.6392-3.98,2.9468s-1.9329,2.672-3.4963,2.8141-1.0233,1.7624-1.0233,1.7624"/><path class="a" d="M31.9243,22.9785c2.0815-.9834,2.65.75,1.2572,2.5982"/><path class="a" d="M40.43,29.9853a7.1536,7.1536,0,1,0-1.6724,9.996"/><path class="a" d="M42.2948,15.0737a3.2759,3.2759,0,0,0-.49,2.2537"/></svg>
Copied!