volleyball emoji
volleyball from Twitter Emoji by Twitter · Default · Activities · CC-BY-4.0 Attribution required.
- Name
- volleyball
- Set
- Twitter Emoji
- Style
- Default
- Category
- Activities
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
volleyballEmoji One (Colored)volleyballFont Awesome 6 SolidvolleyballFont Awesome SolidvolleyballFluent EmojivolleyballFluent Emoji FlatvolleyballFluent Emoji High ContrastvolleyballHuge IconsvolleyballIconParkvolleyballIconPark OutlinevolleyballLucidevolleyballLucide LabvolleyballMaterial Design Iconsvolleyball-fillMingCute IconvolleyballNoto EmojivolleyballOpenMojivolleyballPhosphorvolleyball-boldSolarvolleyballUnicons
More activities icons from Twitter Emoji
Use the volleyball emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#e6e7e8"/><path fill="#99aab5" d="M32.809 7.779c-2.156-.087-5.324.186-8.21 1.966c-.009.005-.019.004-.028.009c-.02.011-.031.03-.05.042c-2.148 1.348-4.131 3.539-5.411 7.054c-2.395-.049-4.569-.286-6.488-.715C16.789 4.13 25.77 3.83 29.699 4.337a18 18 0 0 0-2.948-2.061c-5.071.24-12.398 2.611-16.065 13.335c-1.797-.578-3.319-1.35-4.534-2.312a1 1 0 0 0 .128-.246C9.604 2.972 18.478.735 21.108.286A18 18 0 0 0 18 0c-1.037 0-2.046.107-3.035.275C11.227 2.109 6.884 5.52 4.609 11.794C3.499 10.42 3.071 9.078 2.91 8.206a18 18 0 0 0-1.323 2.43a10.6 10.6 0 0 0 2.096 3.137c3.168 3.307 8.495 5.01 15.807 5.088c.641 2.235.969 4.287 1.064 6.152c-11.714.419-17.645-4.414-20.49-8.277C.035 17.155 0 17.573 0 18c0 .589.033 1.171.088 1.746c3.422 3.627 9.303 7.297 19.114 7.297c.445 0 .907-.016 1.368-.032a20.5 20.5 0 0 1-.817 5.094c-9.528-.256-14.941-3.361-17.932-6.255a18 18 0 0 0 3.698 5.102c3.275 1.666 7.681 2.906 13.566 3.029a18 18 0 0 1-.99 2.014c.8-.004 1.583-.076 2.356-.181c1.828-3.749 3.305-9.756.842-17.938l-.197-.613c.91-2.363 2.181-4.011 3.592-5.144c4.465 9.084 2.105 17.699-.101 22.62c.94-.37 1.837-.82 2.692-1.336c2.027-5.501 3.435-13.744-.906-22.383c1.404-.729 2.848-1.075 4.144-1.213c.008.014.008.031.017.045c4.295 6.693 2.406 15.067-.073 21.119a18 18 0 0 0 3.853-5.399c1.399-6.064.893-11.461-1.516-15.822c.486.027.91.073 1.248.122a18 18 0 0 0-1.237-2.093"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiVolleyball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#e6e7e8"/><path fill="#99aab5" d="M32.809 7.779c-2.156-.087-5.324.186-8.21 1.966c-.009.005-.019.004-.028.009c-.02.011-.031.03-.05.042c-2.148 1.348-4.131 3.539-5.411 7.054c-2.395-.049-4.569-.286-6.488-.715C16.789 4.13 25.77 3.83 29.699 4.337a18 18 0 0 0-2.948-2.061c-5.071.24-12.398 2.611-16.065 13.335c-1.797-.578-3.319-1.35-4.534-2.312a1 1 0 0 0 .128-.246C9.604 2.972 18.478.735 21.108.286A18 18 0 0 0 18 0c-1.037 0-2.046.107-3.035.275C11.227 2.109 6.884 5.52 4.609 11.794C3.499 10.42 3.071 9.078 2.91 8.206a18 18 0 0 0-1.323 2.43a10.6 10.6 0 0 0 2.096 3.137c3.168 3.307 8.495 5.01 15.807 5.088c.641 2.235.969 4.287 1.064 6.152c-11.714.419-17.645-4.414-20.49-8.277C.035 17.155 0 17.573 0 18c0 .589.033 1.171.088 1.746c3.422 3.627 9.303 7.297 19.114 7.297c.445 0 .907-.016 1.368-.032a20.5 20.5 0 0 1-.817 5.094c-9.528-.256-14.941-3.361-17.932-6.255a18 18 0 0 0 3.698 5.102c3.275 1.666 7.681 2.906 13.566 3.029a18 18 0 0 1-.99 2.014c.8-.004 1.583-.076 2.356-.181c1.828-3.749 3.305-9.756.842-17.938l-.197-.613c.91-2.363 2.181-4.011 3.592-5.144c4.465 9.084 2.105 17.699-.101 22.62c.94-.37 1.837-.82 2.692-1.336c2.027-5.501 3.435-13.744-.906-22.383c1.404-.729 2.848-1.075 4.144-1.213c.008.014.008.031.017.045c4.295 6.693 2.406 15.067-.073 21.119a18 18 0 0 0 3.853-5.399c1.399-6.064.893-11.461-1.516-15.822c.486.027.91.073 1.248.122a18 18 0 0 0-1.237-2.093"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#e6e7e8"/><path fill="#99aab5" d="M32.809 7.779c-2.156-.087-5.324.186-8.21 1.966c-.009.005-.019.004-.028.009c-.02.011-.031.03-.05.042c-2.148 1.348-4.131 3.539-5.411 7.054c-2.395-.049-4.569-.286-6.488-.715C16.789 4.13 25.77 3.83 29.699 4.337a18 18 0 0 0-2.948-2.061c-5.071.24-12.398 2.611-16.065 13.335c-1.797-.578-3.319-1.35-4.534-2.312a1 1 0 0 0 .128-.246C9.604 2.972 18.478.735 21.108.286A18 18 0 0 0 18 0c-1.037 0-2.046.107-3.035.275C11.227 2.109 6.884 5.52 4.609 11.794C3.499 10.42 3.071 9.078 2.91 8.206a18 18 0 0 0-1.323 2.43a10.6 10.6 0 0 0 2.096 3.137c3.168 3.307 8.495 5.01 15.807 5.088c.641 2.235.969 4.287 1.064 6.152c-11.714.419-17.645-4.414-20.49-8.277C.035 17.155 0 17.573 0 18c0 .589.033 1.171.088 1.746c3.422 3.627 9.303 7.297 19.114 7.297c.445 0 .907-.016 1.368-.032a20.5 20.5 0 0 1-.817 5.094c-9.528-.256-14.941-3.361-17.932-6.255a18 18 0 0 0 3.698 5.102c3.275 1.666 7.681 2.906 13.566 3.029a18 18 0 0 1-.99 2.014c.8-.004 1.583-.076 2.356-.181c1.828-3.749 3.305-9.756.842-17.938l-.197-.613c.91-2.363 2.181-4.011 3.592-5.144c4.465 9.084 2.105 17.699-.101 22.62c.94-.37 1.837-.82 2.692-1.336c2.027-5.501 3.435-13.744-.906-22.383c1.404-.729 2.848-1.075 4.144-1.213c.008.014.008.031.017.045c4.295 6.693 2.406 15.067-.073 21.119a18 18 0 0 0 3.853-5.399c1.399-6.064.893-11.461-1.516-15.822c.486.027.91.073 1.248.122a18 18 0 0 0-1.237-2.093"/></svg> </template>
CSS
.icon-volleyball {
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%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23e6e7e8%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M32.809%207.779c-2.156-.087-5.324.186-8.21%201.966c-.009.005-.019.004-.028.009c-.02.011-.031.03-.05.042c-2.148%201.348-4.131%203.539-5.411%207.054c-2.395-.049-4.569-.286-6.488-.715C16.789%204.13%2025.77%203.83%2029.699%204.337a18%2018%200%200%200-2.948-2.061c-5.071.24-12.398%202.611-16.065%2013.335c-1.797-.578-3.319-1.35-4.534-2.312a1%201%200%200%200%20.128-.246C9.604%202.972%2018.478.735%2021.108.286A18%2018%200%200%200%2018%200c-1.037%200-2.046.107-3.035.275C11.227%202.109%206.884%205.52%204.609%2011.794C3.499%2010.42%203.071%209.078%202.91%208.206a18%2018%200%200%200-1.323%202.43a10.6%2010.6%200%200%200%202.096%203.137c3.168%203.307%208.495%205.01%2015.807%205.088c.641%202.235.969%204.287%201.064%206.152c-11.714.419-17.645-4.414-20.49-8.277C.035%2017.155%200%2017.573%200%2018c0%20.589.033%201.171.088%201.746c3.422%203.627%209.303%207.297%2019.114%207.297c.445%200%20.907-.016%201.368-.032a20.5%2020.5%200%200%201-.817%205.094c-9.528-.256-14.941-3.361-17.932-6.255a18%2018%200%200%200%203.698%205.102c3.275%201.666%207.681%202.906%2013.566%203.029a18%2018%200%200%201-.99%202.014c.8-.004%201.583-.076%202.356-.181c1.828-3.749%203.305-9.756.842-17.938l-.197-.613c.91-2.363%202.181-4.011%203.592-5.144c4.465%209.084%202.105%2017.699-.101%2022.62c.94-.37%201.837-.82%202.692-1.336c2.027-5.501%203.435-13.744-.906-22.383c1.404-.729%202.848-1.075%204.144-1.213c.008.014.008.031.017.045c4.295%206.693%202.406%2015.067-.073%2021.119a18%2018%200%200%200%203.853-5.399c1.399-6.064.893-11.461-1.516-15.822c.486.027.91.073%201.248.122a18%2018%200%200%200-1.237-2.093%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%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23e6e7e8%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M32.809%207.779c-2.156-.087-5.324.186-8.21%201.966c-.009.005-.019.004-.028.009c-.02.011-.031.03-.05.042c-2.148%201.348-4.131%203.539-5.411%207.054c-2.395-.049-4.569-.286-6.488-.715C16.789%204.13%2025.77%203.83%2029.699%204.337a18%2018%200%200%200-2.948-2.061c-5.071.24-12.398%202.611-16.065%2013.335c-1.797-.578-3.319-1.35-4.534-2.312a1%201%200%200%200%20.128-.246C9.604%202.972%2018.478.735%2021.108.286A18%2018%200%200%200%2018%200c-1.037%200-2.046.107-3.035.275C11.227%202.109%206.884%205.52%204.609%2011.794C3.499%2010.42%203.071%209.078%202.91%208.206a18%2018%200%200%200-1.323%202.43a10.6%2010.6%200%200%200%202.096%203.137c3.168%203.307%208.495%205.01%2015.807%205.088c.641%202.235.969%204.287%201.064%206.152c-11.714.419-17.645-4.414-20.49-8.277C.035%2017.155%200%2017.573%200%2018c0%20.589.033%201.171.088%201.746c3.422%203.627%209.303%207.297%2019.114%207.297c.445%200%20.907-.016%201.368-.032a20.5%2020.5%200%200%201-.817%205.094c-9.528-.256-14.941-3.361-17.932-6.255a18%2018%200%200%200%203.698%205.102c3.275%201.666%207.681%202.906%2013.566%203.029a18%2018%200%200%201-.99%202.014c.8-.004%201.583-.076%202.356-.181c1.828-3.749%203.305-9.756.842-17.938l-.197-.613c.91-2.363%202.181-4.011%203.592-5.144c4.465%209.084%202.105%2017.699-.101%2022.62c.94-.37%201.837-.82%202.692-1.336c2.027-5.501%203.435-13.744-.906-22.383c1.404-.729%202.848-1.075%204.144-1.213c.008.014.008.031.017.045c4.295%206.693%202.406%2015.067-.073%2021.119a18%2018%200%200%200%203.853-5.399c1.399-6.064.893-11.461-1.516-15.822c.486.027.91.073%201.248.122a18%2018%200%200%200-1.237-2.093%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/volleyball.svg?color=%231a73e8&size=48