round sports martial arts icon

round-sports-martial-arts from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
round-sports-martial-arts
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the round sports martial arts icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.06 2.6L11.6 8.7l-1.21-1.04l2.48-1.43a1 1 0 0 0 .21-1.57l-2.95-2.95a.996.996 0 1 0-1.41 1.41l2.03 2.03l-5.4 3.11a1 1 0 0 0-.46.6l-.96 3.49c-.07.26-.04.53.1.77l1.74 3.02c.28.48.89.64 1.37.37c.48-.28.64-.89.37-1.37l-1.53-2.66l.36-1.29L9.5 13l.44 8c.03.56.49 1 1.05 1s1.02-.44 1.05-1l.45-9l7.87-7.96a.972.972 0 0 0-1.3-1.44"/><circle cx="5" cy="5" r="2" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSportsMartialArts(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="M19.06 2.6L11.6 8.7l-1.21-1.04l2.48-1.43a1 1 0 0 0 .21-1.57l-2.95-2.95a.996.996 0 1 0-1.41 1.41l2.03 2.03l-5.4 3.11a1 1 0 0 0-.46.6l-.96 3.49c-.07.26-.04.53.1.77l1.74 3.02c.28.48.89.64 1.37.37c.48-.28.64-.89.37-1.37l-1.53-2.66l.36-1.29L9.5 13l.44 8c.03.56.49 1 1.05 1s1.02-.44 1.05-1l.45-9l7.87-7.96a.972.972 0 0 0-1.3-1.44"/><circle cx="5" cy="5" r="2" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.06 2.6L11.6 8.7l-1.21-1.04l2.48-1.43a1 1 0 0 0 .21-1.57l-2.95-2.95a.996.996 0 1 0-1.41 1.41l2.03 2.03l-5.4 3.11a1 1 0 0 0-.46.6l-.96 3.49c-.07.26-.04.53.1.77l1.74 3.02c.28.48.89.64 1.37.37c.48-.28.64-.89.37-1.37l-1.53-2.66l.36-1.29L9.5 13l.44 8c.03.56.49 1 1.05 1s1.02-.44 1.05-1l.45-9l7.87-7.96a.972.972 0 0 0-1.3-1.44"/><circle cx="5" cy="5" r="2" fill="currentColor"/></svg>
</template>

CSS

.icon-round-sports-martial-arts {
  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%22M19.06%202.6L11.6%208.7l-1.21-1.04l2.48-1.43a1%201%200%200%200%20.21-1.57l-2.95-2.95a.996.996%200%201%200-1.41%201.41l2.03%202.03l-5.4%203.11a1%201%200%200%200-.46.6l-.96%203.49c-.07.26-.04.53.1.77l1.74%203.02c.28.48.89.64%201.37.37c.48-.28.64-.89.37-1.37l-1.53-2.66l.36-1.29L9.5%2013l.44%208c.03.56.49%201%201.05%201s1.02-.44%201.05-1l.45-9l7.87-7.96a.972.972%200%200%200-1.3-1.44%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%225%22%20r%3D%222%22%20fill%3D%22currentColor%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%22M19.06%202.6L11.6%208.7l-1.21-1.04l2.48-1.43a1%201%200%200%200%20.21-1.57l-2.95-2.95a.996.996%200%201%200-1.41%201.41l2.03%202.03l-5.4%203.11a1%201%200%200%200-.46.6l-.96%203.49c-.07.26-.04.53.1.77l1.74%203.02c.28.48.89.64%201.37.37c.48-.28.64-.89.37-1.37l-1.53-2.66l.36-1.29L9.5%2013l.44%208c.03.56.49%201%201.05%201s1.02-.44%201.05-1l.45-9l7.87-7.96a.972.972%200%200%200-1.3-1.44%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%225%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-sports-martial-arts.svg?color=%231a73e8&size=48