acupuncture icon
acupuncture-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- acupuncture-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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.41 20q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h1.413l-.471-4.74q-.615-.089-1.224-.136t-1.224-.047q-.454 0-.898.029t-.898.098l.584 2.255q.062.189-.057.366q-.12.177-.318.239q-.198.061-.365-.055q-.167-.117-.229-.305l-.584-2.337q-.77.164-1.5.406q-.731.242-1.462.565q-.188.073-.39-.003t-.281-.258t-.006-.382t.256-.278q.767-.32 1.544-.563t1.589-.437L5.577 8.192q-1.054.054-1.815-.661Q3 6.815 3 5.73q0-1.042.725-1.771q.724-.73 1.76-.73q1.034 0 1.756.73q.72.729.72 1.77q0 .737-.378 1.317q-.38.58-1.017.89l1.317 5.297q.502-.088 1.003-.123q.501-.034 1.018-.034q.604 0 1.182.044t1.156.133l-.32-3.116q-.881-.16-1.46-.829q-.577-.669-.577-1.578q0-1.042.724-1.771q.725-.73 1.76-.73t1.756.73t.721 1.77q0 .893-.547 1.55t-1.378.847l.333 3.292q1.03.189 2.026.45t2.006.523l.941-6.438q-.65-.304-1.044-.893t-.395-1.33q0-1.042.725-1.771q.724-.73 1.76-.73q1.035 0 1.756.73q.721.729.721 1.77q0 1.036-.728 1.748q-.728.713-1.757.709l-.984 6.475q.625.151 1.24.252t1.26.132q.213.012.356.156q.144.144.144.356q0 .213-.144.36q-.143.146-.356.134q-.662-.03-1.323-.129q-.662-.098-1.324-.256l-.151.95q-.025.22-.193.336t-.38.086t-.333-.193q-.12-.162-.089-.375l.152-1.054q-.944-.258-1.876-.522t-1.9-.453L13.828 19h1.523q.213 0 .356.144t.144.357t-.144.356t-.356.143zm2.005-11.24q.431-.431.431-1.039t-.431-1.049t-1.05-.441t-1.049.441q-.431.442-.431 1.05q0 .607.431 1.039t1.05.431t1.049-.432m-6.885-2q.432-.431.432-1.039T6.53 4.672t-1.05-.441t-1.048.441T4 5.722t.432 1.039t1.049.431t1.049-.431m13.788 0q.432-.432.432-1.04q0-.607-.432-1.049t-1.049-.441t-1.049.441q-.431.442-.431 1.05q0 .607.431 1.039t1.05.431t1.048-.431M19.27 5.71"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAcupunctureOutlineRounded(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.41 20q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h1.413l-.471-4.74q-.615-.089-1.224-.136t-1.224-.047q-.454 0-.898.029t-.898.098l.584 2.255q.062.189-.057.366q-.12.177-.318.239q-.198.061-.365-.055q-.167-.117-.229-.305l-.584-2.337q-.77.164-1.5.406q-.731.242-1.462.565q-.188.073-.39-.003t-.281-.258t-.006-.382t.256-.278q.767-.32 1.544-.563t1.589-.437L5.577 8.192q-1.054.054-1.815-.661Q3 6.815 3 5.73q0-1.042.725-1.771q.724-.73 1.76-.73q1.034 0 1.756.73q.72.729.72 1.77q0 .737-.378 1.317q-.38.58-1.017.89l1.317 5.297q.502-.088 1.003-.123q.501-.034 1.018-.034q.604 0 1.182.044t1.156.133l-.32-3.116q-.881-.16-1.46-.829q-.577-.669-.577-1.578q0-1.042.724-1.771q.725-.73 1.76-.73t1.756.73t.721 1.77q0 .893-.547 1.55t-1.378.847l.333 3.292q1.03.189 2.026.45t2.006.523l.941-6.438q-.65-.304-1.044-.893t-.395-1.33q0-1.042.725-1.771q.724-.73 1.76-.73q1.035 0 1.756.73q.721.729.721 1.77q0 1.036-.728 1.748q-.728.713-1.757.709l-.984 6.475q.625.151 1.24.252t1.26.132q.213.012.356.156q.144.144.144.356q0 .213-.144.36q-.143.146-.356.134q-.662-.03-1.323-.129q-.662-.098-1.324-.256l-.151.95q-.025.22-.193.336t-.38.086t-.333-.193q-.12-.162-.089-.375l.152-1.054q-.944-.258-1.876-.522t-1.9-.453L13.828 19h1.523q.213 0 .356.144t.144.357t-.144.356t-.356.143zm2.005-11.24q.431-.431.431-1.039t-.431-1.049t-1.05-.441t-1.049.441q-.431.442-.431 1.05q0 .607.431 1.039t1.05.431t1.049-.432m-6.885-2q.432-.431.432-1.039T6.53 4.672t-1.05-.441t-1.048.441T4 5.722t.432 1.039t1.049.431t1.049-.431m13.788 0q.432-.432.432-1.04q0-.607-.432-1.049t-1.049-.441t-1.049.441q-.431.442-.431 1.05q0 .607.431 1.039t1.05.431t1.048-.431M19.27 5.71"/></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.41 20q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h1.413l-.471-4.74q-.615-.089-1.224-.136t-1.224-.047q-.454 0-.898.029t-.898.098l.584 2.255q.062.189-.057.366q-.12.177-.318.239q-.198.061-.365-.055q-.167-.117-.229-.305l-.584-2.337q-.77.164-1.5.406q-.731.242-1.462.565q-.188.073-.39-.003t-.281-.258t-.006-.382t.256-.278q.767-.32 1.544-.563t1.589-.437L5.577 8.192q-1.054.054-1.815-.661Q3 6.815 3 5.73q0-1.042.725-1.771q.724-.73 1.76-.73q1.034 0 1.756.73q.72.729.72 1.77q0 .737-.378 1.317q-.38.58-1.017.89l1.317 5.297q.502-.088 1.003-.123q.501-.034 1.018-.034q.604 0 1.182.044t1.156.133l-.32-3.116q-.881-.16-1.46-.829q-.577-.669-.577-1.578q0-1.042.724-1.771q.725-.73 1.76-.73t1.756.73t.721 1.77q0 .893-.547 1.55t-1.378.847l.333 3.292q1.03.189 2.026.45t2.006.523l.941-6.438q-.65-.304-1.044-.893t-.395-1.33q0-1.042.725-1.771q.724-.73 1.76-.73q1.035 0 1.756.73q.721.729.721 1.77q0 1.036-.728 1.748q-.728.713-1.757.709l-.984 6.475q.625.151 1.24.252t1.26.132q.213.012.356.156q.144.144.144.356q0 .213-.144.36q-.143.146-.356.134q-.662-.03-1.323-.129q-.662-.098-1.324-.256l-.151.95q-.025.22-.193.336t-.38.086t-.333-.193q-.12-.162-.089-.375l.152-1.054q-.944-.258-1.876-.522t-1.9-.453L13.828 19h1.523q.213 0 .356.144t.144.357t-.144.356t-.356.143zm2.005-11.24q.431-.431.431-1.039t-.431-1.049t-1.05-.441t-1.049.441q-.431.442-.431 1.05q0 .607.431 1.039t1.05.431t1.049-.432m-6.885-2q.432-.431.432-1.039T6.53 4.672t-1.05-.441t-1.048.441T4 5.722t.432 1.039t1.049.431t1.049-.431m13.788 0q.432-.432.432-1.04q0-.607-.432-1.049t-1.049-.441t-1.049.441q-.431.442-.431 1.05q0 .607.431 1.039t1.05.431t1.048-.431M19.27 5.71"/></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.41%2020q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h1.413l-.471-4.74q-.615-.089-1.224-.136t-1.224-.047q-.454%200-.898.029t-.898.098l.584%202.255q.062.189-.057.366q-.12.177-.318.239q-.198.061-.365-.055q-.167-.117-.229-.305l-.584-2.337q-.77.164-1.5.406q-.731.242-1.462.565q-.188.073-.39-.003t-.281-.258t-.006-.382t.256-.278q.767-.32%201.544-.563t1.589-.437L5.577%208.192q-1.054.054-1.815-.661Q3%206.815%203%205.73q0-1.042.725-1.771q.724-.73%201.76-.73q1.034%200%201.756.73q.72.729.72%201.77q0%20.737-.378%201.317q-.38.58-1.017.89l1.317%205.297q.502-.088%201.003-.123q.501-.034%201.018-.034q.604%200%201.182.044t1.156.133l-.32-3.116q-.881-.16-1.46-.829q-.577-.669-.577-1.578q0-1.042.724-1.771q.725-.73%201.76-.73t1.756.73t.721%201.77q0%20.893-.547%201.55t-1.378.847l.333%203.292q1.03.189%202.026.45t2.006.523l.941-6.438q-.65-.304-1.044-.893t-.395-1.33q0-1.042.725-1.771q.724-.73%201.76-.73q1.035%200%201.756.73q.721.729.721%201.77q0%201.036-.728%201.748q-.728.713-1.757.709l-.984%206.475q.625.151%201.24.252t1.26.132q.213.012.356.156q.144.144.144.356q0%20.213-.144.36q-.143.146-.356.134q-.662-.03-1.323-.129q-.662-.098-1.324-.256l-.151.95q-.025.22-.193.336t-.38.086t-.333-.193q-.12-.162-.089-.375l.152-1.054q-.944-.258-1.876-.522t-1.9-.453L13.828%2019h1.523q.213%200%20.356.144t.144.357t-.144.356t-.356.143zm2.005-11.24q.431-.431.431-1.039t-.431-1.049t-1.05-.441t-1.049.441q-.431.442-.431%201.05q0%20.607.431%201.039t1.05.431t1.049-.432m-6.885-2q.432-.431.432-1.039T6.53%204.672t-1.05-.441t-1.048.441T4%205.722t.432%201.039t1.049.431t1.049-.431m13.788%200q.432-.432.432-1.04q0-.607-.432-1.049t-1.049-.441t-1.049.441q-.431.442-.431%201.05q0%20.607.431%201.039t1.05.431t1.048-.431M19.27%205.71%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.41%2020q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h1.413l-.471-4.74q-.615-.089-1.224-.136t-1.224-.047q-.454%200-.898.029t-.898.098l.584%202.255q.062.189-.057.366q-.12.177-.318.239q-.198.061-.365-.055q-.167-.117-.229-.305l-.584-2.337q-.77.164-1.5.406q-.731.242-1.462.565q-.188.073-.39-.003t-.281-.258t-.006-.382t.256-.278q.767-.32%201.544-.563t1.589-.437L5.577%208.192q-1.054.054-1.815-.661Q3%206.815%203%205.73q0-1.042.725-1.771q.724-.73%201.76-.73q1.034%200%201.756.73q.72.729.72%201.77q0%20.737-.378%201.317q-.38.58-1.017.89l1.317%205.297q.502-.088%201.003-.123q.501-.034%201.018-.034q.604%200%201.182.044t1.156.133l-.32-3.116q-.881-.16-1.46-.829q-.577-.669-.577-1.578q0-1.042.724-1.771q.725-.73%201.76-.73t1.756.73t.721%201.77q0%20.893-.547%201.55t-1.378.847l.333%203.292q1.03.189%202.026.45t2.006.523l.941-6.438q-.65-.304-1.044-.893t-.395-1.33q0-1.042.725-1.771q.724-.73%201.76-.73q1.035%200%201.756.73q.721.729.721%201.77q0%201.036-.728%201.748q-.728.713-1.757.709l-.984%206.475q.625.151%201.24.252t1.26.132q.213.012.356.156q.144.144.144.356q0%20.213-.144.36q-.143.146-.356.134q-.662-.03-1.323-.129q-.662-.098-1.324-.256l-.151.95q-.025.22-.193.336t-.38.086t-.333-.193q-.12-.162-.089-.375l.152-1.054q-.944-.258-1.876-.522t-1.9-.453L13.828%2019h1.523q.213%200%20.356.144t.144.357t-.144.356t-.356.143zm2.005-11.24q.431-.431.431-1.039t-.431-1.049t-1.05-.441t-1.049.441q-.431.442-.431%201.05q0%20.607.431%201.039t1.05.431t1.049-.432m-6.885-2q.432-.431.432-1.039T6.53%204.672t-1.05-.441t-1.048.441T4%205.722t.432%201.039t1.049.431t1.049-.431m13.788%200q.432-.432.432-1.04q0-.607-.432-1.049t-1.049-.441t-1.049.441q-.431.442-.431%201.05q0%20.607.431%201.039t1.05.431t1.048-.431M19.27%205.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/acupuncture-outline-rounded.svg?color=%231a73e8&size=48