boomerang emoji
boomerang from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- boomerang
- Set
- Twitter Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More objects icons from Twitter Emoji
Use the boomerang emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="M31.497 6.06s.244-4.293-6.702-3.83c-8.617.574-18.599 9.155-18.95 17.159c-.267 6.089 8.109 1.203 11.139-1.96c-.045-.045 3.282 1.426 4.752 4.545c-3.267 2.733-8.047 4.803-11.644 5.109c-6.282.535-8.546-2.727-7.557-9.15C3.758 10 13.588.858 24.604.795c8.377-.048 6.893 5.265 6.893 5.265"/><path fill="#662113" d="M32.19 32.317c.351-1.768-.27-19.086-4.411-22.615S5.541 7.73 3.881 8.435c-2.24.95-1.352 3.835.184 3.93c5.43.339 16.02.786 18.774 3.133s4.875 12.732 6.07 18.04c.337 1.501 2.643 1.99 3.281-1.221"/><path fill="#c1694f" d="M32.19 32.317c.432-1.75-.057-20.063-4.197-23.592s-22.3-1.109-23.96-.405c-2.24.95-1.291 2.972.245 3.068c5.43.339 16.02.786 18.774 3.133s4.875 12.732 6.07 18.04c.338 1.501 2.484 2.118 3.068-.244"/><path fill="#ffcc4d" d="M6.747 11.537c1.459.089 3.08.196 4.731.339l-.013-4.686a82 82 0 0 0-3.749.426zm21.836 18.61c-.319-1.426-.682-3.01-1.084-4.618l4.629-.73c.094 1.376.149 2.659.174 3.769z"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiBoomerang(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="M31.497 6.06s.244-4.293-6.702-3.83c-8.617.574-18.599 9.155-18.95 17.159c-.267 6.089 8.109 1.203 11.139-1.96c-.045-.045 3.282 1.426 4.752 4.545c-3.267 2.733-8.047 4.803-11.644 5.109c-6.282.535-8.546-2.727-7.557-9.15C3.758 10 13.588.858 24.604.795c8.377-.048 6.893 5.265 6.893 5.265"/><path fill="#662113" d="M32.19 32.317c.351-1.768-.27-19.086-4.411-22.615S5.541 7.73 3.881 8.435c-2.24.95-1.352 3.835.184 3.93c5.43.339 16.02.786 18.774 3.133s4.875 12.732 6.07 18.04c.337 1.501 2.643 1.99 3.281-1.221"/><path fill="#c1694f" d="M32.19 32.317c.432-1.75-.057-20.063-4.197-23.592s-22.3-1.109-23.96-.405c-2.24.95-1.291 2.972.245 3.068c5.43.339 16.02.786 18.774 3.133s4.875 12.732 6.07 18.04c.338 1.501 2.484 2.118 3.068-.244"/><path fill="#ffcc4d" d="M6.747 11.537c1.459.089 3.08.196 4.731.339l-.013-4.686a82 82 0 0 0-3.749.426zm21.836 18.61c-.319-1.426-.682-3.01-1.084-4.618l4.629-.73c.094 1.376.149 2.659.174 3.769z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="M31.497 6.06s.244-4.293-6.702-3.83c-8.617.574-18.599 9.155-18.95 17.159c-.267 6.089 8.109 1.203 11.139-1.96c-.045-.045 3.282 1.426 4.752 4.545c-3.267 2.733-8.047 4.803-11.644 5.109c-6.282.535-8.546-2.727-7.557-9.15C3.758 10 13.588.858 24.604.795c8.377-.048 6.893 5.265 6.893 5.265"/><path fill="#662113" d="M32.19 32.317c.351-1.768-.27-19.086-4.411-22.615S5.541 7.73 3.881 8.435c-2.24.95-1.352 3.835.184 3.93c5.43.339 16.02.786 18.774 3.133s4.875 12.732 6.07 18.04c.337 1.501 2.643 1.99 3.281-1.221"/><path fill="#c1694f" d="M32.19 32.317c.432-1.75-.057-20.063-4.197-23.592s-22.3-1.109-23.96-.405c-2.24.95-1.291 2.972.245 3.068c5.43.339 16.02.786 18.774 3.133s4.875 12.732 6.07 18.04c.338 1.501 2.484 2.118 3.068-.244"/><path fill="#ffcc4d" d="M6.747 11.537c1.459.089 3.08.196 4.731.339l-.013-4.686a82 82 0 0 0-3.749.426zm21.836 18.61c-.319-1.426-.682-3.01-1.084-4.618l4.629-.73c.094 1.376.149 2.659.174 3.769z"/></svg> </template>
CSS
.icon-boomerang {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M31.497%206.06s.244-4.293-6.702-3.83c-8.617.574-18.599%209.155-18.95%2017.159c-.267%206.089%208.109%201.203%2011.139-1.96c-.045-.045%203.282%201.426%204.752%204.545c-3.267%202.733-8.047%204.803-11.644%205.109c-6.282.535-8.546-2.727-7.557-9.15C3.758%2010%2013.588.858%2024.604.795c8.377-.048%206.893%205.265%206.893%205.265%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M32.19%2032.317c.351-1.768-.27-19.086-4.411-22.615S5.541%207.73%203.881%208.435c-2.24.95-1.352%203.835.184%203.93c5.43.339%2016.02.786%2018.774%203.133s4.875%2012.732%206.07%2018.04c.337%201.501%202.643%201.99%203.281-1.221%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M32.19%2032.317c.432-1.75-.057-20.063-4.197-23.592s-22.3-1.109-23.96-.405c-2.24.95-1.291%202.972.245%203.068c5.43.339%2016.02.786%2018.774%203.133s4.875%2012.732%206.07%2018.04c.338%201.501%202.484%202.118%203.068-.244%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M6.747%2011.537c1.459.089%203.08.196%204.731.339l-.013-4.686a82%2082%200%200%200-3.749.426zm21.836%2018.61c-.319-1.426-.682-3.01-1.084-4.618l4.629-.73c.094%201.376.149%202.659.174%203.769z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M31.497%206.06s.244-4.293-6.702-3.83c-8.617.574-18.599%209.155-18.95%2017.159c-.267%206.089%208.109%201.203%2011.139-1.96c-.045-.045%203.282%201.426%204.752%204.545c-3.267%202.733-8.047%204.803-11.644%205.109c-6.282.535-8.546-2.727-7.557-9.15C3.758%2010%2013.588.858%2024.604.795c8.377-.048%206.893%205.265%206.893%205.265%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M32.19%2032.317c.351-1.768-.27-19.086-4.411-22.615S5.541%207.73%203.881%208.435c-2.24.95-1.352%203.835.184%203.93c5.43.339%2016.02.786%2018.774%203.133s4.875%2012.732%206.07%2018.04c.337%201.501%202.643%201.99%203.281-1.221%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M32.19%2032.317c.432-1.75-.057-20.063-4.197-23.592s-22.3-1.109-23.96-.405c-2.24.95-1.291%202.972.245%203.068c5.43.339%2016.02.786%2018.774%203.133s4.875%2012.732%206.07%2018.04c.338%201.501%202.484%202.118%203.068-.244%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M6.747%2011.537c1.459.089%203.08.196%204.731.339l-.013-4.686a82%2082%200%200%200-3.749.426zm21.836%2018.61c-.319-1.426-.682-3.01-1.084-4.618l4.629-.73c.094%201.376.149%202.659.174%203.769z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/boomerang.svg?color=%231a73e8&size=48