acupuncture-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
acupuncture-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the acupuncture icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.025 21q-.425 0-.712-.288T10.025 20t.288-.712t.712-.288h.875l-.375-3.875q-.5-.05-1.012-.088T9.5 15h-.6q-.3 0-.6.05l.45 1.775q.1.4-.125.75t-.625.45t-.75-.112t-.45-.613l-.45-1.875q-.5.125-1 .275t-1 .35q-.4.15-.775-.013t-.55-.537T3 14.75t.525-.525q.575-.225 1.15-.413t1.175-.337L4.75 9Q3.6 8.9 2.8 8.05T2 6q0-1.25.875-2.125T5 3t2.125.875T8 6q0 .775-.35 1.413T6.7 8.474L7.825 13.1q.425-.05.838-.075T9.5 13q.45 0 .9.025t.9.075l-.225-2.25q-.9-.275-1.487-1.05T9 8q0-1.25.875-2.125T12 5t2.125.875T15 8q0 .95-.537 1.713T13.075 10.8l.275 2.6q.8.15 1.613.363t1.612.437l.825-5.65q-.65-.4-1.025-1.075T16 6q0-1.25.875-2.125T19 3t2.125.875T22 6q0 1.15-.737 1.988t-1.863.987l-.85 5.725q.375.075.75.138t.75.112q.425.05.713.338t.287.712t-.288.725t-.712.25l-.9-.1q-.45-.05-.9-.15l-.075.45q-.05.425-.387.65t-.763.175t-.65-.375t-.175-.75l.075-.65q-.675-.2-1.337-.387t-1.363-.338l.35 3.5h1.1q.425 0 .713.288t.287.712t-.287.713t-.713.287zm1.688-12.288Q13 8.425 13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9t.713-.288m-7-2Q6 6.426 6 6t-.288-.712T5 5t-.712.288T4 6t.288.713T5 7t.713-.288m14 0Q20 6.426 20 6t-.288-.712T19 5t-.712.288T18 6t.288.713T19 7t.713-.288M19 6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAcupunctureOutlineRounded(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="M11.025 21q-.425 0-.712-.288T10.025 20t.288-.712t.712-.288h.875l-.375-3.875q-.5-.05-1.012-.088T9.5 15h-.6q-.3 0-.6.05l.45 1.775q.1.4-.125.75t-.625.45t-.75-.112t-.45-.613l-.45-1.875q-.5.125-1 .275t-1 .35q-.4.15-.775-.013t-.55-.537T3 14.75t.525-.525q.575-.225 1.15-.413t1.175-.337L4.75 9Q3.6 8.9 2.8 8.05T2 6q0-1.25.875-2.125T5 3t2.125.875T8 6q0 .775-.35 1.413T6.7 8.474L7.825 13.1q.425-.05.838-.075T9.5 13q.45 0 .9.025t.9.075l-.225-2.25q-.9-.275-1.487-1.05T9 8q0-1.25.875-2.125T12 5t2.125.875T15 8q0 .95-.537 1.713T13.075 10.8l.275 2.6q.8.15 1.613.363t1.612.437l.825-5.65q-.65-.4-1.025-1.075T16 6q0-1.25.875-2.125T19 3t2.125.875T22 6q0 1.15-.737 1.988t-1.863.987l-.85 5.725q.375.075.75.138t.75.112q.425.05.713.338t.287.712t-.288.725t-.712.25l-.9-.1q-.45-.05-.9-.15l-.075.45q-.05.425-.387.65t-.763.175t-.65-.375t-.175-.75l.075-.65q-.675-.2-1.337-.387t-1.363-.338l.35 3.5h1.1q.425 0 .713.288t.287.712t-.287.713t-.713.287zm1.688-12.288Q13 8.425 13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9t.713-.288m-7-2Q6 6.426 6 6t-.288-.712T5 5t-.712.288T4 6t.288.713T5 7t.713-.288m14 0Q20 6.426 20 6t-.288-.712T19 5t-.712.288T18 6t.288.713T19 7t.713-.288M19 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.025 21q-.425 0-.712-.288T10.025 20t.288-.712t.712-.288h.875l-.375-3.875q-.5-.05-1.012-.088T9.5 15h-.6q-.3 0-.6.05l.45 1.775q.1.4-.125.75t-.625.45t-.75-.112t-.45-.613l-.45-1.875q-.5.125-1 .275t-1 .35q-.4.15-.775-.013t-.55-.537T3 14.75t.525-.525q.575-.225 1.15-.413t1.175-.337L4.75 9Q3.6 8.9 2.8 8.05T2 6q0-1.25.875-2.125T5 3t2.125.875T8 6q0 .775-.35 1.413T6.7 8.474L7.825 13.1q.425-.05.838-.075T9.5 13q.45 0 .9.025t.9.075l-.225-2.25q-.9-.275-1.487-1.05T9 8q0-1.25.875-2.125T12 5t2.125.875T15 8q0 .95-.537 1.713T13.075 10.8l.275 2.6q.8.15 1.613.363t1.612.437l.825-5.65q-.65-.4-1.025-1.075T16 6q0-1.25.875-2.125T19 3t2.125.875T22 6q0 1.15-.737 1.988t-1.863.987l-.85 5.725q.375.075.75.138t.75.112q.425.05.713.338t.287.712t-.288.725t-.712.25l-.9-.1q-.45-.05-.9-.15l-.075.45q-.05.425-.387.65t-.763.175t-.65-.375t-.175-.75l.075-.65q-.675-.2-1.337-.387t-1.363-.338l.35 3.5h1.1q.425 0 .713.288t.287.712t-.287.713t-.713.287zm1.688-12.288Q13 8.425 13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9t.713-.288m-7-2Q6 6.426 6 6t-.288-.712T5 5t-.712.288T4 6t.288.713T5 7t.713-.288m14 0Q20 6.426 20 6t-.288-.712T19 5t-.712.288T18 6t.288.713T19 7t.713-.288M19 6"/></svg>
</template>

CSS

.icon-acupuncture-outline-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%22M11.025%2021q-.425%200-.712-.288T10.025%2020t.288-.712t.712-.288h.875l-.375-3.875q-.5-.05-1.012-.088T9.5%2015h-.6q-.3%200-.6.05l.45%201.775q.1.4-.125.75t-.625.45t-.75-.112t-.45-.613l-.45-1.875q-.5.125-1%20.275t-1%20.35q-.4.15-.775-.013t-.55-.537T3%2014.75t.525-.525q.575-.225%201.15-.413t1.175-.337L4.75%209Q3.6%208.9%202.8%208.05T2%206q0-1.25.875-2.125T5%203t2.125.875T8%206q0%20.775-.35%201.413T6.7%208.474L7.825%2013.1q.425-.05.838-.075T9.5%2013q.45%200%20.9.025t.9.075l-.225-2.25q-.9-.275-1.487-1.05T9%208q0-1.25.875-2.125T12%205t2.125.875T15%208q0%20.95-.537%201.713T13.075%2010.8l.275%202.6q.8.15%201.613.363t1.612.437l.825-5.65q-.65-.4-1.025-1.075T16%206q0-1.25.875-2.125T19%203t2.125.875T22%206q0%201.15-.737%201.988t-1.863.987l-.85%205.725q.375.075.75.138t.75.112q.425.05.713.338t.287.712t-.288.725t-.712.25l-.9-.1q-.45-.05-.9-.15l-.075.45q-.05.425-.387.65t-.763.175t-.65-.375t-.175-.75l.075-.65q-.675-.2-1.337-.387t-1.363-.338l.35%203.5h1.1q.425%200%20.713.288t.287.712t-.287.713t-.713.287zm1.688-12.288Q13%208.425%2013%208t-.288-.712T12%207t-.712.288T11%208t.288.713T12%209t.713-.288m-7-2Q6%206.426%206%206t-.288-.712T5%205t-.712.288T4%206t.288.713T5%207t.713-.288m14%200Q20%206.426%2020%206t-.288-.712T19%205t-.712.288T18%206t.288.713T19%207t.713-.288M19%206%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%22M11.025%2021q-.425%200-.712-.288T10.025%2020t.288-.712t.712-.288h.875l-.375-3.875q-.5-.05-1.012-.088T9.5%2015h-.6q-.3%200-.6.05l.45%201.775q.1.4-.125.75t-.625.45t-.75-.112t-.45-.613l-.45-1.875q-.5.125-1%20.275t-1%20.35q-.4.15-.775-.013t-.55-.537T3%2014.75t.525-.525q.575-.225%201.15-.413t1.175-.337L4.75%209Q3.6%208.9%202.8%208.05T2%206q0-1.25.875-2.125T5%203t2.125.875T8%206q0%20.775-.35%201.413T6.7%208.474L7.825%2013.1q.425-.05.838-.075T9.5%2013q.45%200%20.9.025t.9.075l-.225-2.25q-.9-.275-1.487-1.05T9%208q0-1.25.875-2.125T12%205t2.125.875T15%208q0%20.95-.537%201.713T13.075%2010.8l.275%202.6q.8.15%201.613.363t1.612.437l.825-5.65q-.65-.4-1.025-1.075T16%206q0-1.25.875-2.125T19%203t2.125.875T22%206q0%201.15-.737%201.988t-1.863.987l-.85%205.725q.375.075.75.138t.75.112q.425.05.713.338t.287.712t-.288.725t-.712.25l-.9-.1q-.45-.05-.9-.15l-.075.45q-.05.425-.387.65t-.763.175t-.65-.375t-.175-.75l.075-.65q-.675-.2-1.337-.387t-1.363-.338l.35%203.5h1.1q.425%200%20.713.288t.287.712t-.287.713t-.713.287zm1.688-12.288Q13%208.425%2013%208t-.288-.712T12%207t-.712.288T11%208t.288.713T12%209t.713-.288m-7-2Q6%206.426%206%206t-.288-.712T5%205t-.712.288T4%206t.288.713T5%207t.713-.288m14%200Q20%206.426%2020%206t-.288-.712T19%205t-.712.288T18%206t.288.713T19%207t.713-.288M19%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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