sports-handball-rounded from Material Symbols Light by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.

Name
sports-handball-rounded
Set
Material Symbols Light
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
sports-handball-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the sports handball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.077 16.162L7.673 18.56q-.104.177-.305.231q-.2.055-.378-.049q-.177-.103-.231-.304t.049-.378l4.88-8.43q-.95-.782-1.415-1.618t-.465-1.873q0-.65.141-1.294q.142-.643.474-1.403q.073-.202.271-.276t.375.03t.232.312t-.012.415q-.241.587-.361 1.118t-.12 1.009q0 1.017.525 1.805T13 9.323l2.077 1.223q1.204.708 1.785 1.78q.58 1.072.58 2.086q0 .636-.144 1.289t-.529 1.47q-.092.189-.29.263t-.381-.03q-.177-.104-.235-.312t.03-.42q.278-.632.408-1.144t.13-1.066q0-.685-.312-1.358q-.311-.673-1.1-1.323L8.854 22.39q-.104.176-.305.231t-.378-.049t-.232-.305t.05-.377l2.75-4.768zm6.289-7.046q-.71 0-1.201-.492q-.492-.491-.492-1.201t.492-1.201t1.2-.491t1.201.491q.492.491.492 1.201t-.492 1.201t-1.2.492m-1.962-4.424q-.554 0-.931-.382q-.377-.383-.377-.925q0-.554.383-.931t.925-.377q.554 0 .93.383q.378.382.378.925q0 .554-.393.93q-.392.377-.915.377"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSportsHandballRounded(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="M9.077 16.162L7.673 18.56q-.104.177-.305.231q-.2.055-.378-.049q-.177-.103-.231-.304t.049-.378l4.88-8.43q-.95-.782-1.415-1.618t-.465-1.873q0-.65.141-1.294q.142-.643.474-1.403q.073-.202.271-.276t.375.03t.232.312t-.012.415q-.241.587-.361 1.118t-.12 1.009q0 1.017.525 1.805T13 9.323l2.077 1.223q1.204.708 1.785 1.78q.58 1.072.58 2.086q0 .636-.144 1.289t-.529 1.47q-.092.189-.29.263t-.381-.03q-.177-.104-.235-.312t.03-.42q.278-.632.408-1.144t.13-1.066q0-.685-.312-1.358q-.311-.673-1.1-1.323L8.854 22.39q-.104.176-.305.231t-.378-.049t-.232-.305t.05-.377l2.75-4.768zm6.289-7.046q-.71 0-1.201-.492q-.492-.491-.492-1.201t.492-1.201t1.2-.491t1.201.491q.492.491.492 1.201t-.492 1.201t-1.2.492m-1.962-4.424q-.554 0-.931-.382q-.377-.383-.377-.925q0-.554.383-.931t.925-.377q.554 0 .93.383q.378.382.378.925q0 .554-.393.93q-.392.377-.915.377"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.077 16.162L7.673 18.56q-.104.177-.305.231q-.2.055-.378-.049q-.177-.103-.231-.304t.049-.378l4.88-8.43q-.95-.782-1.415-1.618t-.465-1.873q0-.65.141-1.294q.142-.643.474-1.403q.073-.202.271-.276t.375.03t.232.312t-.012.415q-.241.587-.361 1.118t-.12 1.009q0 1.017.525 1.805T13 9.323l2.077 1.223q1.204.708 1.785 1.78q.58 1.072.58 2.086q0 .636-.144 1.289t-.529 1.47q-.092.189-.29.263t-.381-.03q-.177-.104-.235-.312t.03-.42q.278-.632.408-1.144t.13-1.066q0-.685-.312-1.358q-.311-.673-1.1-1.323L8.854 22.39q-.104.176-.305.231t-.378-.049t-.232-.305t.05-.377l2.75-4.768zm6.289-7.046q-.71 0-1.201-.492q-.492-.491-.492-1.201t.492-1.201t1.2-.491t1.201.491q.492.491.492 1.201t-.492 1.201t-1.2.492m-1.962-4.424q-.554 0-.931-.382q-.377-.383-.377-.925q0-.554.383-.931t.925-.377q.554 0 .93.383q.378.382.378.925q0 .554-.393.93q-.392.377-.915.377"/></svg>
</template>

CSS

.icon-sports-handball-rounded {
  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%22M9.077%2016.162L7.673%2018.56q-.104.177-.305.231q-.2.055-.378-.049q-.177-.103-.231-.304t.049-.378l4.88-8.43q-.95-.782-1.415-1.618t-.465-1.873q0-.65.141-1.294q.142-.643.474-1.403q.073-.202.271-.276t.375.03t.232.312t-.012.415q-.241.587-.361%201.118t-.12%201.009q0%201.017.525%201.805T13%209.323l2.077%201.223q1.204.708%201.785%201.78q.58%201.072.58%202.086q0%20.636-.144%201.289t-.529%201.47q-.092.189-.29.263t-.381-.03q-.177-.104-.235-.312t.03-.42q.278-.632.408-1.144t.13-1.066q0-.685-.312-1.358q-.311-.673-1.1-1.323L8.854%2022.39q-.104.176-.305.231t-.378-.049t-.232-.305t.05-.377l2.75-4.768zm6.289-7.046q-.71%200-1.201-.492q-.492-.491-.492-1.201t.492-1.201t1.2-.491t1.201.491q.492.491.492%201.201t-.492%201.201t-1.2.492m-1.962-4.424q-.554%200-.931-.382q-.377-.383-.377-.925q0-.554.383-.931t.925-.377q.554%200%20.93.383q.378.382.378.925q0%20.554-.393.93q-.392.377-.915.377%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%22M9.077%2016.162L7.673%2018.56q-.104.177-.305.231q-.2.055-.378-.049q-.177-.103-.231-.304t.049-.378l4.88-8.43q-.95-.782-1.415-1.618t-.465-1.873q0-.65.141-1.294q.142-.643.474-1.403q.073-.202.271-.276t.375.03t.232.312t-.012.415q-.241.587-.361%201.118t-.12%201.009q0%201.017.525%201.805T13%209.323l2.077%201.223q1.204.708%201.785%201.78q.58%201.072.58%202.086q0%20.636-.144%201.289t-.529%201.47q-.092.189-.29.263t-.381-.03q-.177-.104-.235-.312t.03-.42q.278-.632.408-1.144t.13-1.066q0-.685-.312-1.358q-.311-.673-1.1-1.323L8.854%2022.39q-.104.176-.305.231t-.378-.049t-.232-.305t.05-.377l2.75-4.768zm6.289-7.046q-.71%200-1.201-.492q-.492-.491-.492-1.201t.492-1.201t1.2-.491t1.201.491q.492.491.492%201.201t-.492%201.201t-1.2.492m-1.962-4.424q-.554%200-.931-.382q-.377-.383-.377-.925q0-.554.383-.931t.925-.377q.554%200%20.93.383q.378.382.378.925q0%20.554-.393.93q-.392.377-.915.377%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/sports-handball-rounded.svg?color=%231a73e8&size=48