volleyball emoji
volleyball from Fluent Emoji Flat by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- volleyball
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
volleyballEmoji One (Colored)volleyballFont Awesome 6 SolidvolleyballFont Awesome SolidvolleyballFluent EmojivolleyballFluent Emoji High ContrastvolleyballHuge IconsvolleyballIconParkvolleyballIconPark OutlinevolleyballLucidevolleyballLucide LabvolleyballMaterial Design Iconsvolleyball-fillMingCute IconvolleyballNoto EmojivolleyballOpenMojivolleyballPhosphorvolleyball-boldSolarvolleyballTwitter EmojivolleyballUnicons
More activities icons from Fluent Emoji Flat
Use the volleyball emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1"/><path fill="#f4f4f4" d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14"/><path fill="#bebebe" d="M8.47 10.42a13 13 0 0 0-.412.666a8.8 8.8 0 0 0 2.698 2.684c.127-.264.317-.63.578-1.063a16.3 16.3 0 0 1 2.58-3.245c2.178-2.119 5.556-4.219 10.52-4.637q.862.652 1.613 1.426c-5.414.052-8.922 2.18-11.087 4.286a14.8 14.8 0 0 0-2.341 2.943c-.24.4-.411.73-.52.958l-.014.028a10.1 10.1 0 0 0 3.457.782c.142-.256.35-.606.634-1.008a11.3 11.3 0 0 1 2.705-2.729c2.232-1.568 5.523-2.542 10.008-.986q.383.9.639 1.858c-1.378-.594-2.622-.928-3.744-1.067l.052.11c.391.84.877 2.055 1.266 3.576a21.9 21.9 0 0 1 .384 9.004c-.602.863-1.3 1.655-2.077 2.36c1.303-4.417.94-8.246.24-10.993a19 19 0 0 0-1.173-3.314c-.16-.344-.301-.616-.407-.809a8.1 8.1 0 0 0-3.539.997c.138.245.3.552.472.918c.472 1 1.02 2.439 1.33 4.205c.565 3.212.34 7.475-2.49 12.096q-1.01.288-2.077.424c3.376-4.75 3.646-9.099 3.09-12.26a15.2 15.2 0 0 0-1.21-3.826q-.198-.42-.364-.717a10 10 0 0 0-2.432 2.897l-.02.039l.022.055c.1.252.23.614.356 1.065c.25.9.484 2.169.417 3.641c-.121 2.673-1.234 5.938-4.846 8.844a14 14 0 0 1-1.77-.544c1.103-.78 1.98-1.588 2.674-2.4c-2.968-.287-5.814-1.485-7.975-2.649a32 32 0 0 1-1.864-1.087c-.472-.824-.862-1.7-1.16-2.617l.06.046c.183.138.454.337.8.577c.694.48 1.686 1.12 2.875 1.76c2.325 1.253 5.332 2.463 8.312 2.533a9.5 9.5 0 0 0 1.298-3.535q-.153.02-.324.035c-.936.085-2.25.066-3.798-.333c-2.828-.73-6.353-2.71-9.756-7.472q.152-1.03.449-2.006c3.47 5.358 7.04 7.343 9.682 8.025a9.7 9.7 0 0 0 3.288.292q.324-.03.566-.072a10.3 10.3 0 0 0-.374-2.637a9 9 0 0 0-.26-.796a11.5 11.5 0 0 1-4.518-1.136C8.54 14.42 5.985 12.03 4.982 7.362q.588-.748 1.27-1.41c.205 1.407.55 2.598.99 3.607a21 21 0 0 1 1.952-2.5a25.2 25.2 0 0 1 6.358-5.052a14.2 14.2 0 0 1 2.927.212c-3.846 1.696-6.49 3.984-8.172 5.846A20 20 0 0 0 8.47 10.42"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatVolleyball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1"/><path fill="#f4f4f4" d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14"/><path fill="#bebebe" d="M8.47 10.42a13 13 0 0 0-.412.666a8.8 8.8 0 0 0 2.698 2.684c.127-.264.317-.63.578-1.063a16.3 16.3 0 0 1 2.58-3.245c2.178-2.119 5.556-4.219 10.52-4.637q.862.652 1.613 1.426c-5.414.052-8.922 2.18-11.087 4.286a14.8 14.8 0 0 0-2.341 2.943c-.24.4-.411.73-.52.958l-.014.028a10.1 10.1 0 0 0 3.457.782c.142-.256.35-.606.634-1.008a11.3 11.3 0 0 1 2.705-2.729c2.232-1.568 5.523-2.542 10.008-.986q.383.9.639 1.858c-1.378-.594-2.622-.928-3.744-1.067l.052.11c.391.84.877 2.055 1.266 3.576a21.9 21.9 0 0 1 .384 9.004c-.602.863-1.3 1.655-2.077 2.36c1.303-4.417.94-8.246.24-10.993a19 19 0 0 0-1.173-3.314c-.16-.344-.301-.616-.407-.809a8.1 8.1 0 0 0-3.539.997c.138.245.3.552.472.918c.472 1 1.02 2.439 1.33 4.205c.565 3.212.34 7.475-2.49 12.096q-1.01.288-2.077.424c3.376-4.75 3.646-9.099 3.09-12.26a15.2 15.2 0 0 0-1.21-3.826q-.198-.42-.364-.717a10 10 0 0 0-2.432 2.897l-.02.039l.022.055c.1.252.23.614.356 1.065c.25.9.484 2.169.417 3.641c-.121 2.673-1.234 5.938-4.846 8.844a14 14 0 0 1-1.77-.544c1.103-.78 1.98-1.588 2.674-2.4c-2.968-.287-5.814-1.485-7.975-2.649a32 32 0 0 1-1.864-1.087c-.472-.824-.862-1.7-1.16-2.617l.06.046c.183.138.454.337.8.577c.694.48 1.686 1.12 2.875 1.76c2.325 1.253 5.332 2.463 8.312 2.533a9.5 9.5 0 0 0 1.298-3.535q-.153.02-.324.035c-.936.085-2.25.066-3.798-.333c-2.828-.73-6.353-2.71-9.756-7.472q.152-1.03.449-2.006c3.47 5.358 7.04 7.343 9.682 8.025a9.7 9.7 0 0 0 3.288.292q.324-.03.566-.072a10.3 10.3 0 0 0-.374-2.637a9 9 0 0 0-.26-.796a11.5 11.5 0 0 1-4.518-1.136C8.54 14.42 5.985 12.03 4.982 7.362q.588-.748 1.27-1.41c.205 1.407.55 2.598.99 3.607a21 21 0 0 1 1.952-2.5a25.2 25.2 0 0 1 6.358-5.052a14.2 14.2 0 0 1 2.927.212c-3.846 1.696-6.49 3.984-8.172 5.846A20 20 0 0 0 8.47 10.42"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1"/><path fill="#f4f4f4" d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14"/><path fill="#bebebe" d="M8.47 10.42a13 13 0 0 0-.412.666a8.8 8.8 0 0 0 2.698 2.684c.127-.264.317-.63.578-1.063a16.3 16.3 0 0 1 2.58-3.245c2.178-2.119 5.556-4.219 10.52-4.637q.862.652 1.613 1.426c-5.414.052-8.922 2.18-11.087 4.286a14.8 14.8 0 0 0-2.341 2.943c-.24.4-.411.73-.52.958l-.014.028a10.1 10.1 0 0 0 3.457.782c.142-.256.35-.606.634-1.008a11.3 11.3 0 0 1 2.705-2.729c2.232-1.568 5.523-2.542 10.008-.986q.383.9.639 1.858c-1.378-.594-2.622-.928-3.744-1.067l.052.11c.391.84.877 2.055 1.266 3.576a21.9 21.9 0 0 1 .384 9.004c-.602.863-1.3 1.655-2.077 2.36c1.303-4.417.94-8.246.24-10.993a19 19 0 0 0-1.173-3.314c-.16-.344-.301-.616-.407-.809a8.1 8.1 0 0 0-3.539.997c.138.245.3.552.472.918c.472 1 1.02 2.439 1.33 4.205c.565 3.212.34 7.475-2.49 12.096q-1.01.288-2.077.424c3.376-4.75 3.646-9.099 3.09-12.26a15.2 15.2 0 0 0-1.21-3.826q-.198-.42-.364-.717a10 10 0 0 0-2.432 2.897l-.02.039l.022.055c.1.252.23.614.356 1.065c.25.9.484 2.169.417 3.641c-.121 2.673-1.234 5.938-4.846 8.844a14 14 0 0 1-1.77-.544c1.103-.78 1.98-1.588 2.674-2.4c-2.968-.287-5.814-1.485-7.975-2.649a32 32 0 0 1-1.864-1.087c-.472-.824-.862-1.7-1.16-2.617l.06.046c.183.138.454.337.8.577c.694.48 1.686 1.12 2.875 1.76c2.325 1.253 5.332 2.463 8.312 2.533a9.5 9.5 0 0 0 1.298-3.535q-.153.02-.324.035c-.936.085-2.25.066-3.798-.333c-2.828-.73-6.353-2.71-9.756-7.472q.152-1.03.449-2.006c3.47 5.358 7.04 7.343 9.682 8.025a9.7 9.7 0 0 0 3.288.292q.324-.03.566-.072a10.3 10.3 0 0 0-.374-2.637a9 9 0 0 0-.26-.796a11.5 11.5 0 0 1-4.518-1.136C8.54 14.42 5.985 12.03 4.982 7.362q.588-.748 1.27-1.41c.205 1.407.55 2.598.99 3.607a21 21 0 0 1 1.952-2.5a25.2 25.2 0 0 1 6.358-5.052a14.2 14.2 0 0 1 2.927.212c-3.846 1.696-6.49 3.984-8.172 5.846A20 20 0 0 0 8.47 10.42"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M16%201C7.716%201%201%207.716%201%2016s6.716%2015%2015%2015s15-6.716%2015-15S24.284%201%2016%201%22%2F%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M16%2030c7.732%200%2014-6.268%2014-14S23.732%202%2016%202S2%208.268%202%2016s6.268%2014%2014%2014%22%2F%3E%3Cpath%20fill%3D%22%23bebebe%22%20d%3D%22M8.47%2010.42a13%2013%200%200%200-.412.666a8.8%208.8%200%200%200%202.698%202.684c.127-.264.317-.63.578-1.063a16.3%2016.3%200%200%201%202.58-3.245c2.178-2.119%205.556-4.219%2010.52-4.637q.862.652%201.613%201.426c-5.414.052-8.922%202.18-11.087%204.286a14.8%2014.8%200%200%200-2.341%202.943c-.24.4-.411.73-.52.958l-.014.028a10.1%2010.1%200%200%200%203.457.782c.142-.256.35-.606.634-1.008a11.3%2011.3%200%200%201%202.705-2.729c2.232-1.568%205.523-2.542%2010.008-.986q.383.9.639%201.858c-1.378-.594-2.622-.928-3.744-1.067l.052.11c.391.84.877%202.055%201.266%203.576a21.9%2021.9%200%200%201%20.384%209.004c-.602.863-1.3%201.655-2.077%202.36c1.303-4.417.94-8.246.24-10.993a19%2019%200%200%200-1.173-3.314c-.16-.344-.301-.616-.407-.809a8.1%208.1%200%200%200-3.539.997c.138.245.3.552.472.918c.472%201%201.02%202.439%201.33%204.205c.565%203.212.34%207.475-2.49%2012.096q-1.01.288-2.077.424c3.376-4.75%203.646-9.099%203.09-12.26a15.2%2015.2%200%200%200-1.21-3.826q-.198-.42-.364-.717a10%2010%200%200%200-2.432%202.897l-.02.039l.022.055c.1.252.23.614.356%201.065c.25.9.484%202.169.417%203.641c-.121%202.673-1.234%205.938-4.846%208.844a14%2014%200%200%201-1.77-.544c1.103-.78%201.98-1.588%202.674-2.4c-2.968-.287-5.814-1.485-7.975-2.649a32%2032%200%200%201-1.864-1.087c-.472-.824-.862-1.7-1.16-2.617l.06.046c.183.138.454.337.8.577c.694.48%201.686%201.12%202.875%201.76c2.325%201.253%205.332%202.463%208.312%202.533a9.5%209.5%200%200%200%201.298-3.535q-.153.02-.324.035c-.936.085-2.25.066-3.798-.333c-2.828-.73-6.353-2.71-9.756-7.472q.152-1.03.449-2.006c3.47%205.358%207.04%207.343%209.682%208.025a9.7%209.7%200%200%200%203.288.292q.324-.03.566-.072a10.3%2010.3%200%200%200-.374-2.637a9%209%200%200%200-.26-.796a11.5%2011.5%200%200%201-4.518-1.136C8.54%2014.42%205.985%2012.03%204.982%207.362q.588-.748%201.27-1.41c.205%201.407.55%202.598.99%203.607a21%2021%200%200%201%201.952-2.5a25.2%2025.2%200%200%201%206.358-5.052a14.2%2014.2%200%200%201%202.927.212c-3.846%201.696-6.49%203.984-8.172%205.846A20%2020%200%200%200%208.47%2010.42%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M16%201C7.716%201%201%207.716%201%2016s6.716%2015%2015%2015s15-6.716%2015-15S24.284%201%2016%201%22%2F%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M16%2030c7.732%200%2014-6.268%2014-14S23.732%202%2016%202S2%208.268%202%2016s6.268%2014%2014%2014%22%2F%3E%3Cpath%20fill%3D%22%23bebebe%22%20d%3D%22M8.47%2010.42a13%2013%200%200%200-.412.666a8.8%208.8%200%200%200%202.698%202.684c.127-.264.317-.63.578-1.063a16.3%2016.3%200%200%201%202.58-3.245c2.178-2.119%205.556-4.219%2010.52-4.637q.862.652%201.613%201.426c-5.414.052-8.922%202.18-11.087%204.286a14.8%2014.8%200%200%200-2.341%202.943c-.24.4-.411.73-.52.958l-.014.028a10.1%2010.1%200%200%200%203.457.782c.142-.256.35-.606.634-1.008a11.3%2011.3%200%200%201%202.705-2.729c2.232-1.568%205.523-2.542%2010.008-.986q.383.9.639%201.858c-1.378-.594-2.622-.928-3.744-1.067l.052.11c.391.84.877%202.055%201.266%203.576a21.9%2021.9%200%200%201%20.384%209.004c-.602.863-1.3%201.655-2.077%202.36c1.303-4.417.94-8.246.24-10.993a19%2019%200%200%200-1.173-3.314c-.16-.344-.301-.616-.407-.809a8.1%208.1%200%200%200-3.539.997c.138.245.3.552.472.918c.472%201%201.02%202.439%201.33%204.205c.565%203.212.34%207.475-2.49%2012.096q-1.01.288-2.077.424c3.376-4.75%203.646-9.099%203.09-12.26a15.2%2015.2%200%200%200-1.21-3.826q-.198-.42-.364-.717a10%2010%200%200%200-2.432%202.897l-.02.039l.022.055c.1.252.23.614.356%201.065c.25.9.484%202.169.417%203.641c-.121%202.673-1.234%205.938-4.846%208.844a14%2014%200%200%201-1.77-.544c1.103-.78%201.98-1.588%202.674-2.4c-2.968-.287-5.814-1.485-7.975-2.649a32%2032%200%200%201-1.864-1.087c-.472-.824-.862-1.7-1.16-2.617l.06.046c.183.138.454.337.8.577c.694.48%201.686%201.12%202.875%201.76c2.325%201.253%205.332%202.463%208.312%202.533a9.5%209.5%200%200%200%201.298-3.535q-.153.02-.324.035c-.936.085-2.25.066-3.798-.333c-2.828-.73-6.353-2.71-9.756-7.472q.152-1.03.449-2.006c3.47%205.358%207.04%207.343%209.682%208.025a9.7%209.7%200%200%200%203.288.292q.324-.03.566-.072a10.3%2010.3%200%200%200-.374-2.637a9%209%200%200%200-.26-.796a11.5%2011.5%200%200%201-4.518-1.136C8.54%2014.42%205.985%2012.03%204.982%207.362q.588-.748%201.27-1.41c.205%201.407.55%202.598.99%203.607a21%2021%200%200%201%201.952-2.5a25.2%2025.2%200%200%201%206.358-5.052a14.2%2014.2%200%200%201%202.927.212c-3.846%201.696-6.49%203.984-8.172%205.846A20%2020%200%200%200%208.47%2010.42%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/volleyball.svg?color=%231a73e8&size=48