Emoji Boomerang Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Boomerang 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/339696.svg" alt="Emoji Boomerang icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339696.svg" alt="Emoji Boomerang icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339696.svg" alt="Emoji Boomerang icon" :width="24" :height="24" />
CSS background
.icon-emoji-boomerang {
background-image: url('https://proicons.com/icon/339696.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M34.7243,28.4529c-1.3312-3.7945-2.6116-7.3836-2.9159-8.0036-1.1408-2.4362-3.6463-3.9345-6.3308-3.7858-1.3628-.006-3.5637-.0014-5.9583.0082"/><path id="c" class="h" d="M19.5193,16.6717c-4.1685.0205-10.5671.0605-11.5503.0716-1.6499.0185-2.7278-1.1653-2.415-2.6944.085-.2838.1967-.559.3335-.8218.4227-.5711,1.0706-.9326,1.7783-.9923,6.4801-1.114,22.0953-3.868,23.4346-3.9584,3.6262-.3003,6.8637,2.265,7.4029,5.8657,1.1072,6.3334,3.7257,21.5169,3.936,22.7738.2221.9462-.1775,1.9296-.9964,2.4524-1.2299.8368-2.9177.2245-3.326-1.2066-.2122-.5706-2.1082-6.0309-3.3926-9.7088"/><path id="d" class="h" d="M12.3621,16.71l-1.2336-2.6394"/><path id="e" class="h" d="M17.2774,16.6905l-1.2336-2.6394"/><path id="f" class="h" d="M37.1221,35.3557l2.8668.5106"/><path id="g" class="h" d="M35.4481,30.5135l2.8669.5106"/></svg>
Copied!