Balarama Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Balarama 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/336895.svg" alt="Balarama icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336895.svg" alt="Balarama icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336895.svg" alt="Balarama icon" :width="24" :height="24" />
CSS background
.icon-balarama {
background-image: url('https://proicons.com/icon/336895.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M28.4066,27.5566h-5.3412v-4.5111c0-.9698,0-1.1387.2664-1.4522s.7992-.7716,1.3207-.7919c.5215-.0203,1.0315.3972,1.2914.675.2599.2778.2696.4159.2794.5539"/><path class="b" d="M26.2276,22.0297v3.5965h-3.1579"/><path class="b" d="M28.4066,27.5566v-6.9982"/><path class="b" d="M18.2444,23.3782c0-.7085,0-1.4169.2283-1.9401.2283-.5232.6849-.8611,1.2271-.8793.5422-.0182,1.17.2833,1.485.9192.3151.6359.3173,1.606.2933,2.5372-.0241.9313-.0745,1.8234-.3435,2.4713-.269.6479-.7565,1.0515-1.2859,1.0612-.5295.0097-1.1009-.3745-1.3866-.9208-.2857-.5464-.2857-1.2548-.2857-1.9633"/><ellipse class="b" cx="7.7417" cy="25.2355" rx="1.1815" ry="2.272"/><path class="b" d="M6.5605,25.2355c-.0709-1.0764-.1417-2.1528.2114-3.0349s1.1302-1.5701,1.8497-1.6246c.7194-.0545,1.381.5244,1.7119.8897.3308.3653.3308.5169.3308,1.4956v4.59"/><path class="b" d="M10.6347,21.8829c.6884-.6234,1.3768-1.2468,2.0688-1.2789.692-.0321,1.3875.527,1.6853,1.4885.2978.9615.1978,2.3252-.3091,3.3015s-1.4206,1.5649-1.6557,1.8606c-.2351.2956.2084.2982.652.3008,1.1748-.0048,2.3497-.0096,3.5245-.0145"/><path class="b" d="M16.6005,27.5408v-6.969"/><ellipse class="b" cx="33.254" cy="25.1131" rx="1.4713" ry="2.3843"/><path class="b" d="M34.7235,25.1131c-.0425-1.1448-.085-2.2896-.4729-3.1648-.3879-.8752-1.1211-1.4807-1.9553-1.4428-.8341.0378-1.769.7191-2.1212,2.0001-.3521,1.2811-.1214,3.162.1093,5.0431"/><path class="b" d="M36.3021,27.5152v-3.5379c0-.7995,0-1.0292.1057-1.5346.1057-.5054.317-1.2865,1.089-1.677.7719-.3905,2.1043-.3905,2.8654-.0366s.9507,1.0617,1.0456,1.4936c.0948.4319.0948.5879.0948,1.4309v3.903"/><path class="b" d="M36.3021,27.5152c1.7335.0138,3.4669.0276,5.2004.0413"/><path class="b" d="M36.3021,23.5728c.6981-.5146,1.3963-1.0291,1.9774-.9303.5811.0988,1.0452.811.8363,1.7264-.2089.9154-1.0905,2.0342-1.9724,3.1529"/></svg>
Copied!