Acupuncture icon

Acupuncture is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

acupuncture_outlined_fill0_wght400.svg

Acupuncture icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=acupuncture" />

<span class="material-symbols-outlined">acupuncture</span>

Acupuncture icon in React

// With the font from the HTML tab:
export function AcupunctureIcon() {
  return (
    <span className="material-symbols-outlined">
      acupuncture
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import AcupunctureIcon from "@material-symbols/svg-400/outlined/acupuncture.svg?react";

Acupuncture icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">acupuncture</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import AcupunctureIcon from "@material-symbols/svg-400/outlined/acupuncture.svg?component"; -->

Acupuncture icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">acupuncture</mat-icon>

Acupuncture icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.acupuncture, fill: 0, weight: 400)

Acupuncture icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/acupuncture.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M10.65 21v-1.5h2.1l-.5-4.875q-.625-.1-1.237-.137T9.775 14.45q-.425 0-.862 .025t-.863 .075l.75 3-1.45 .375-.775-3.125q-.925 .2-1.8 .5t-1.725 .725l-.625-1.375q.925-.425 1.875-.737t1.925-.538l-1.375-5.525q-1.2-.025-2.025-.875t-.825-2.05q0-1.219 .855-2.072 .854-.853 2.075-.853Q6.15 2 7 2.853q.85 .853 .85 2.072 0 .832-.425 1.516Q7 7.125 6.325 7.5l1.375 5.6q.5-.075 1.022-.112 .522-.038 1.059-.038 .569 0 1.152 .038Q11.517 13.025 12.1 13.1l-.3-3.125q-.95-.225-1.6-1.015T9.55 7.125q0-1.219 .855-2.072 .854-.853 2.075-.853Q13.7 4.2 14.55 5.053q.85 .853 .85 2.072 0 1-.587 1.763T13.3 9.925l.358 3.451Q14.7 13.575 15.688 13.838T17.675 14.375l1-6.85q-.7-.375-1.137-1.062T17.1 4.925q0-1.219 .855-2.072 .854-.853 2.075-.853Q21.25 2 22.1 2.853q.85 .853 .85 2.072 0 1.175-.8 2.013T20.2 7.85l-1.025 6.9q.775 .175 1.526 .275 .752 .1 1.549 .1v1.5q-.85 0-1.67-.102T18.925 16.25l-.225 1.575-1.475-.225 .25-1.725q-.919-.269-1.82-.521Q14.753 15.102 13.8 14.9l.475 4.6h2.2v1.5H10.65Zm2.825-12.875q.425-.425 .425-1t-.425-1q-.425-.425-1-.425t-1 .425q-.425 .425-.425 1t.425 1q.425 .425 1 .425t1-.425Zm-7.55-2.2q.425-.425 .425-1t-.425-1q-.425-.425-1-.425t-1 .425q-.425 .425-.425 1t.425 1q.425 .425 1 .425t1-.425Zm15.1 0q.425-.425 .425-1t-.425-1q-.425-.425-1-.425t-1 .425q-.425 .425-.425 1t.425 1q.425 .425 1 .425t1-.425Zm-8.55 1.2Zm-7.55-2.2Zm15.1 0Z" />
</vector>

Acupuncture icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/acupuncture.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/acupuncture.svg" width="24" height="24" alt="Acupuncture">

Acupuncture icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameAcupuncture
Ligatureacupuncture
Code pointU+F2C4
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/acupuncture.svg, acupuncture-fill.svg
FlutterSymbols.acupuncture
LicenseApache License 2.0 (© Google LLC)

Keywords

socialhealthbodymedicalhealthcarecliniccarewellnesstreatmentsharprelaxationtherapyrelax

Related icons