volleyball from Emoji One (Colored) by Emoji One · Default · Activities · CC-BY-4.0 Attribution required.

Name
volleyball
Set
Emoji One (Colored)
Style
Default
Category
Activities
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More activities icons from Emoji One (Colored)

Use the volleyball emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#e8e8e8"/><path fill="#b2c1c0" d="M28.4 18c-.1-3.1.3-5.9.9-8.4c14.5.3 25.2 7.1 30.5 11.3c-.5-1.2-1.1-2.4-1.7-3.6c-6-4.2-15.8-9.2-28.3-9.6c.7-2.5 1.6-4.4 2.2-5.7h-.1c-.7 0-1.4 0-2.1.1c-2.4 5.2-6.8 18 1 30c-2 4-4.8 6.9-7.7 9c-10-18.3-5.5-32.4-4-36.2c-.9.4-1.7.9-2.5 1.4c-1.9 5.9-4.3 19.1 5 35.9c-2.6 1.6-5.3 2.7-7.8 3.4c-7-12.7-6.5-25.4-5.5-32.1c-.8 1-1.6 2.1-2.3 3.3c-.4 7.3.1 18.2 6 29.3c-2.5.6-4.7.8-6 .9c.4.6.7 1.2 1.1 1.8c5.7-.5 19-3.1 25.5-15.8c4.5-.2 8.4.7 11.7 2.2C33.5 53 19 56.2 15 56.7l2.4 1.5c6-1.3 18.7-5.8 28.6-22.3c2.7 1.4 5 3.2 6.8 5c-7.5 12.4-18.7 18.3-25.1 20.8c1.3.2 2.6.3 4 .3c6.6-3.1 15.9-9.1 22.4-19.7c1.8 1.9 3 3.6 3.8 4.8c.4-.6.7-1.2 1-1.9c-3.3-4.7-12.2-14.9-26.4-14.2c-2.4-3.7-3.6-7.6-4-11.2c20.9.4 30.8 11.3 33.4 14.6c.1-.8.1-1.6.1-2.4v-.5C57.9 26.9 47.6 18.3 28.4 18"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneVolleyball(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#e8e8e8"/><path fill="#b2c1c0" d="M28.4 18c-.1-3.1.3-5.9.9-8.4c14.5.3 25.2 7.1 30.5 11.3c-.5-1.2-1.1-2.4-1.7-3.6c-6-4.2-15.8-9.2-28.3-9.6c.7-2.5 1.6-4.4 2.2-5.7h-.1c-.7 0-1.4 0-2.1.1c-2.4 5.2-6.8 18 1 30c-2 4-4.8 6.9-7.7 9c-10-18.3-5.5-32.4-4-36.2c-.9.4-1.7.9-2.5 1.4c-1.9 5.9-4.3 19.1 5 35.9c-2.6 1.6-5.3 2.7-7.8 3.4c-7-12.7-6.5-25.4-5.5-32.1c-.8 1-1.6 2.1-2.3 3.3c-.4 7.3.1 18.2 6 29.3c-2.5.6-4.7.8-6 .9c.4.6.7 1.2 1.1 1.8c5.7-.5 19-3.1 25.5-15.8c4.5-.2 8.4.7 11.7 2.2C33.5 53 19 56.2 15 56.7l2.4 1.5c6-1.3 18.7-5.8 28.6-22.3c2.7 1.4 5 3.2 6.8 5c-7.5 12.4-18.7 18.3-25.1 20.8c1.3.2 2.6.3 4 .3c6.6-3.1 15.9-9.1 22.4-19.7c1.8 1.9 3 3.6 3.8 4.8c.4-.6.7-1.2 1-1.9c-3.3-4.7-12.2-14.9-26.4-14.2c-2.4-3.7-3.6-7.6-4-11.2c20.9.4 30.8 11.3 33.4 14.6c.1-.8.1-1.6.1-2.4v-.5C57.9 26.9 47.6 18.3 28.4 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#e8e8e8"/><path fill="#b2c1c0" d="M28.4 18c-.1-3.1.3-5.9.9-8.4c14.5.3 25.2 7.1 30.5 11.3c-.5-1.2-1.1-2.4-1.7-3.6c-6-4.2-15.8-9.2-28.3-9.6c.7-2.5 1.6-4.4 2.2-5.7h-.1c-.7 0-1.4 0-2.1.1c-2.4 5.2-6.8 18 1 30c-2 4-4.8 6.9-7.7 9c-10-18.3-5.5-32.4-4-36.2c-.9.4-1.7.9-2.5 1.4c-1.9 5.9-4.3 19.1 5 35.9c-2.6 1.6-5.3 2.7-7.8 3.4c-7-12.7-6.5-25.4-5.5-32.1c-.8 1-1.6 2.1-2.3 3.3c-.4 7.3.1 18.2 6 29.3c-2.5.6-4.7.8-6 .9c.4.6.7 1.2 1.1 1.8c5.7-.5 19-3.1 25.5-15.8c4.5-.2 8.4.7 11.7 2.2C33.5 53 19 56.2 15 56.7l2.4 1.5c6-1.3 18.7-5.8 28.6-22.3c2.7 1.4 5 3.2 6.8 5c-7.5 12.4-18.7 18.3-25.1 20.8c1.3.2 2.6.3 4 .3c6.6-3.1 15.9-9.1 22.4-19.7c1.8 1.9 3 3.6 3.8 4.8c.4-.6.7-1.2 1-1.9c-3.3-4.7-12.2-14.9-26.4-14.2c-2.4-3.7-3.6-7.6-4-11.2c20.9.4 30.8 11.3 33.4 14.6c.1-.8.1-1.6.1-2.4v-.5C57.9 26.9 47.6 18.3 28.4 18"/></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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23e8e8e8%22%2F%3E%3Cpath%20fill%3D%22%23b2c1c0%22%20d%3D%22M28.4%2018c-.1-3.1.3-5.9.9-8.4c14.5.3%2025.2%207.1%2030.5%2011.3c-.5-1.2-1.1-2.4-1.7-3.6c-6-4.2-15.8-9.2-28.3-9.6c.7-2.5%201.6-4.4%202.2-5.7h-.1c-.7%200-1.4%200-2.1.1c-2.4%205.2-6.8%2018%201%2030c-2%204-4.8%206.9-7.7%209c-10-18.3-5.5-32.4-4-36.2c-.9.4-1.7.9-2.5%201.4c-1.9%205.9-4.3%2019.1%205%2035.9c-2.6%201.6-5.3%202.7-7.8%203.4c-7-12.7-6.5-25.4-5.5-32.1c-.8%201-1.6%202.1-2.3%203.3c-.4%207.3.1%2018.2%206%2029.3c-2.5.6-4.7.8-6%20.9c.4.6.7%201.2%201.1%201.8c5.7-.5%2019-3.1%2025.5-15.8c4.5-.2%208.4.7%2011.7%202.2C33.5%2053%2019%2056.2%2015%2056.7l2.4%201.5c6-1.3%2018.7-5.8%2028.6-22.3c2.7%201.4%205%203.2%206.8%205c-7.5%2012.4-18.7%2018.3-25.1%2020.8c1.3.2%202.6.3%204%20.3c6.6-3.1%2015.9-9.1%2022.4-19.7c1.8%201.9%203%203.6%203.8%204.8c.4-.6.7-1.2%201-1.9c-3.3-4.7-12.2-14.9-26.4-14.2c-2.4-3.7-3.6-7.6-4-11.2c20.9.4%2030.8%2011.3%2033.4%2014.6c.1-.8.1-1.6.1-2.4v-.5C57.9%2026.9%2047.6%2018.3%2028.4%2018%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23e8e8e8%22%2F%3E%3Cpath%20fill%3D%22%23b2c1c0%22%20d%3D%22M28.4%2018c-.1-3.1.3-5.9.9-8.4c14.5.3%2025.2%207.1%2030.5%2011.3c-.5-1.2-1.1-2.4-1.7-3.6c-6-4.2-15.8-9.2-28.3-9.6c.7-2.5%201.6-4.4%202.2-5.7h-.1c-.7%200-1.4%200-2.1.1c-2.4%205.2-6.8%2018%201%2030c-2%204-4.8%206.9-7.7%209c-10-18.3-5.5-32.4-4-36.2c-.9.4-1.7.9-2.5%201.4c-1.9%205.9-4.3%2019.1%205%2035.9c-2.6%201.6-5.3%202.7-7.8%203.4c-7-12.7-6.5-25.4-5.5-32.1c-.8%201-1.6%202.1-2.3%203.3c-.4%207.3.1%2018.2%206%2029.3c-2.5.6-4.7.8-6%20.9c.4.6.7%201.2%201.1%201.8c5.7-.5%2019-3.1%2025.5-15.8c4.5-.2%208.4.7%2011.7%202.2C33.5%2053%2019%2056.2%2015%2056.7l2.4%201.5c6-1.3%2018.7-5.8%2028.6-22.3c2.7%201.4%205%203.2%206.8%205c-7.5%2012.4-18.7%2018.3-25.1%2020.8c1.3.2%202.6.3%204%20.3c6.6-3.1%2015.9-9.1%2022.4-19.7c1.8%201.9%203%203.6%203.8%204.8c.4-.6.7-1.2%201-1.9c-3.3-4.7-12.2-14.9-26.4-14.2c-2.4-3.7-3.6-7.6-4-11.2c20.9.4%2030.8%2011.3%2033.4%2014.6c.1-.8.1-1.6.1-2.4v-.5C57.9%2026.9%2047.6%2018.3%2028.4%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/volleyball.svg?color=%231a73e8&size=48