volleyball icon
volleyball-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- volleyball-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
volleyballEmoji One (Colored)volleyballFont Awesome 6 SolidvolleyballFont Awesome SolidvolleyballFluent EmojivolleyballFluent Emoji FlatvolleyballFluent Emoji High ContrastvolleyballHuge IconsvolleyballIconParkvolleyballIconPark OutlinevolleyballLucidevolleyballLucide LabvolleyballMaterial Design IconsvolleyballNoto EmojivolleyballOpenMojivolleyballPhosphorvolleyball-boldSolarvolleyballTwitter EmojivolleyballUnicons
Use the volleyball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.679 14.177a6 6 0 0 1 2.11 4.092a9.98 9.98 0 0 1-9.38 3.603c.726-.235 1.44-.547 2.127-.944a10.97 10.97 0 0 0 5.143-6.751m-4.9-1.325a6 6 0 0 1 3.088.273a8.98 8.98 0 0 1-4.33 6.071a8.95 8.95 0 0 1-4.98 1.19a10 10 0 0 1-2.477-2.282a7.97 7.97 0 0 0 5.158-.988a7.97 7.97 0 0 0 3.54-4.264M4.244 5.687C4.085 6.433 4 7.207 4 8c0 3.064 1.255 5.836 3.274 7.83a6 6 0 0 1-4.6-.222A10 10 0 0 1 2 12c0-2.394.842-4.592 2.245-6.313m6.796 2.4a8.98 8.98 0 0 1 7.423.717a8.95 8.95 0 0 1 3.522 3.717a10 10 0 0 1-.74 3.288a7.97 7.97 0 0 0-3.433-3.975a7.97 7.97 0 0 0-5.464-.936a5.97 5.97 0 0 1-1.308-2.811m-.368-5.997A7.97 7.97 0 0 0 8.95 7.05c0 1.984.726 3.8 1.922 5.198a5.97 5.97 0 0 1-1.781 2.538A8.98 8.98 0 0 1 6 8c0-1.811.536-3.496 1.457-4.908a9.9 9.9 0 0 1 3.216-1.002m2.865.027a10.01 10.01 0 0 1 7.808 6.325a11 11 0 0 0-1.882-1.37a10.97 10.97 0 0 0-8.418-1.08a6 6 0 0 1 2.492-3.875"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteVolleyballFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.679 14.177a6 6 0 0 1 2.11 4.092a9.98 9.98 0 0 1-9.38 3.603c.726-.235 1.44-.547 2.127-.944a10.97 10.97 0 0 0 5.143-6.751m-4.9-1.325a6 6 0 0 1 3.088.273a8.98 8.98 0 0 1-4.33 6.071a8.95 8.95 0 0 1-4.98 1.19a10 10 0 0 1-2.477-2.282a7.97 7.97 0 0 0 5.158-.988a7.97 7.97 0 0 0 3.54-4.264M4.244 5.687C4.085 6.433 4 7.207 4 8c0 3.064 1.255 5.836 3.274 7.83a6 6 0 0 1-4.6-.222A10 10 0 0 1 2 12c0-2.394.842-4.592 2.245-6.313m6.796 2.4a8.98 8.98 0 0 1 7.423.717a8.95 8.95 0 0 1 3.522 3.717a10 10 0 0 1-.74 3.288a7.97 7.97 0 0 0-3.433-3.975a7.97 7.97 0 0 0-5.464-.936a5.97 5.97 0 0 1-1.308-2.811m-.368-5.997A7.97 7.97 0 0 0 8.95 7.05c0 1.984.726 3.8 1.922 5.198a5.97 5.97 0 0 1-1.781 2.538A8.98 8.98 0 0 1 6 8c0-1.811.536-3.496 1.457-4.908a9.9 9.9 0 0 1 3.216-1.002m2.865.027a10.01 10.01 0 0 1 7.808 6.325a11 11 0 0 0-1.882-1.37a10.97 10.97 0 0 0-8.418-1.08a6 6 0 0 1 2.492-3.875"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.679 14.177a6 6 0 0 1 2.11 4.092a9.98 9.98 0 0 1-9.38 3.603c.726-.235 1.44-.547 2.127-.944a10.97 10.97 0 0 0 5.143-6.751m-4.9-1.325a6 6 0 0 1 3.088.273a8.98 8.98 0 0 1-4.33 6.071a8.95 8.95 0 0 1-4.98 1.19a10 10 0 0 1-2.477-2.282a7.97 7.97 0 0 0 5.158-.988a7.97 7.97 0 0 0 3.54-4.264M4.244 5.687C4.085 6.433 4 7.207 4 8c0 3.064 1.255 5.836 3.274 7.83a6 6 0 0 1-4.6-.222A10 10 0 0 1 2 12c0-2.394.842-4.592 2.245-6.313m6.796 2.4a8.98 8.98 0 0 1 7.423.717a8.95 8.95 0 0 1 3.522 3.717a10 10 0 0 1-.74 3.288a7.97 7.97 0 0 0-3.433-3.975a7.97 7.97 0 0 0-5.464-.936a5.97 5.97 0 0 1-1.308-2.811m-.368-5.997A7.97 7.97 0 0 0 8.95 7.05c0 1.984.726 3.8 1.922 5.198a5.97 5.97 0 0 1-1.781 2.538A8.98 8.98 0 0 1 6 8c0-1.811.536-3.496 1.457-4.908a9.9 9.9 0 0 1 3.216-1.002m2.865.027a10.01 10.01 0 0 1 7.808 6.325a11 11 0 0 0-1.882-1.37a10.97 10.97 0 0 0-8.418-1.08a6 6 0 0 1 2.492-3.875"/></svg> </template>
CSS
.icon-volleyball-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.679%2014.177a6%206%200%200%201%202.11%204.092a9.98%209.98%200%200%201-9.38%203.603c.726-.235%201.44-.547%202.127-.944a10.97%2010.97%200%200%200%205.143-6.751m-4.9-1.325a6%206%200%200%201%203.088.273a8.98%208.98%200%200%201-4.33%206.071a8.95%208.95%200%200%201-4.98%201.19a10%2010%200%200%201-2.477-2.282a7.97%207.97%200%200%200%205.158-.988a7.97%207.97%200%200%200%203.54-4.264M4.244%205.687C4.085%206.433%204%207.207%204%208c0%203.064%201.255%205.836%203.274%207.83a6%206%200%200%201-4.6-.222A10%2010%200%200%201%202%2012c0-2.394.842-4.592%202.245-6.313m6.796%202.4a8.98%208.98%200%200%201%207.423.717a8.95%208.95%200%200%201%203.522%203.717a10%2010%200%200%201-.74%203.288a7.97%207.97%200%200%200-3.433-3.975a7.97%207.97%200%200%200-5.464-.936a5.97%205.97%200%200%201-1.308-2.811m-.368-5.997A7.97%207.97%200%200%200%208.95%207.05c0%201.984.726%203.8%201.922%205.198a5.97%205.97%200%200%201-1.781%202.538A8.98%208.98%200%200%201%206%208c0-1.811.536-3.496%201.457-4.908a9.9%209.9%200%200%201%203.216-1.002m2.865.027a10.01%2010.01%200%200%201%207.808%206.325a11%2011%200%200%200-1.882-1.37a10.97%2010.97%200%200%200-8.418-1.08a6%206%200%200%201%202.492-3.875%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.679%2014.177a6%206%200%200%201%202.11%204.092a9.98%209.98%200%200%201-9.38%203.603c.726-.235%201.44-.547%202.127-.944a10.97%2010.97%200%200%200%205.143-6.751m-4.9-1.325a6%206%200%200%201%203.088.273a8.98%208.98%200%200%201-4.33%206.071a8.95%208.95%200%200%201-4.98%201.19a10%2010%200%200%201-2.477-2.282a7.97%207.97%200%200%200%205.158-.988a7.97%207.97%200%200%200%203.54-4.264M4.244%205.687C4.085%206.433%204%207.207%204%208c0%203.064%201.255%205.836%203.274%207.83a6%206%200%200%201-4.6-.222A10%2010%200%200%201%202%2012c0-2.394.842-4.592%202.245-6.313m6.796%202.4a8.98%208.98%200%200%201%207.423.717a8.95%208.95%200%200%201%203.522%203.717a10%2010%200%200%201-.74%203.288a7.97%207.97%200%200%200-3.433-3.975a7.97%207.97%200%200%200-5.464-.936a5.97%205.97%200%200%201-1.308-2.811m-.368-5.997A7.97%207.97%200%200%200%208.95%207.05c0%201.984.726%203.8%201.922%205.198a5.97%205.97%200%200%201-1.781%202.538A8.98%208.98%200%200%201%206%208c0-1.811.536-3.496%201.457-4.908a9.9%209.9%200%200%201%203.216-1.002m2.865.027a10.01%2010.01%200%200%201%207.808%206.325a11%2011%200%200%200-1.882-1.37a10.97%2010.97%200%200%200-8.418-1.08a6%206%200%200%201%202.492-3.875%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/volleyball-fill.svg?color=%231a73e8&size=48