meditation2 icon

meditation2 from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.

Name
meditation2
Set
Reicon
Style
Outline
Category
Sports
Viewbox
24×24
License
MIT

2 other variants in Reicon

More sports icons from Reicon

Use the meditation2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M8.75 4.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M12 9.77a6 6 0 0 0-.86.052l-.892.15c-2.013.339-3.498 2.102-3.498 4.178a3.25 3.25 0 0 1-1.43 2.696l-.1.069a3.4 3.4 0 0 1-.823.406l-1.157.39a.75.75 0 0 1-.48-1.422l1.159-.39q.246-.083.462-.228l.102-.069a1.75 1.75 0 0 0 .767-1.452c0-2.797 2.003-5.195 4.748-5.657l.89-.15A7 7 0 0 1 12 8.271a7 7 0 0 1 1.112.072l.89.15c2.746.462 4.748 2.86 4.748 5.657c0 .586.29 1.13.768 1.452l.101.069q.217.145.463.228l1.158.39a.75.75 0 0 1-.48 1.422l-1.157-.39a3.4 3.4 0 0 1-.822-.406l-.101-.069a3.25 3.25 0 0 1-1.43-2.696c0-2.076-1.485-3.839-3.497-4.178l-.892-.15a6 6 0 0 0-.86-.051m-3.1 5.78a.75.75 0 1 1 1.2.9l-.924 1.233l-.022.029a5 5 0 0 1-.34.42a2.75 2.75 0 0 1-1.007.67c-.155.058-.316.098-.52.15l-.035.008l-1.794.449a.935.935 0 0 0 .227 1.841h.684c1.546 0 3.05-.501 4.287-1.429L12.55 18.4a.75.75 0 1 1 .9 1.2l-.904.678l.491.185c.534.2.775.29 1.017.366a9.3 9.3 0 0 0 2.243.407c.253.014.51.014 1.08.014h.939a.935.935 0 0 0 .226-1.841l-1.473-.369l-.082-.02c-.476-.119-.851-.212-1.186-.406a3 3 0 0 1-.29-.192c-.308-.234-.54-.543-.833-.936l-.051-.067l-.727-.969a.75.75 0 1 1 1.2-.9l.727.969c.368.491.471.618.591.709q.063.046.132.087c.13.075.287.121.883.27l1.473.368a2.435 2.435 0 0 1-.59 4.797h-.963c-.539 0-.84 0-1.14-.017a10.8 10.8 0 0 1-2.607-.473c-.286-.09-.567-.195-1.072-.384l-1.432-.537a8.65 8.65 0 0 1-4.733 1.411h-.684a2.435 2.435 0 0 1-.59-4.797l1.793-.448c.255-.064.324-.082.384-.105c.173-.066.33-.17.458-.304c.044-.047.088-.102.246-.313z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMeditation2(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" fillRule="evenodd" d="M12 2.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M8.75 4.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M12 9.77a6 6 0 0 0-.86.052l-.892.15c-2.013.339-3.498 2.102-3.498 4.178a3.25 3.25 0 0 1-1.43 2.696l-.1.069a3.4 3.4 0 0 1-.823.406l-1.157.39a.75.75 0 0 1-.48-1.422l1.159-.39q.246-.083.462-.228l.102-.069a1.75 1.75 0 0 0 .767-1.452c0-2.797 2.003-5.195 4.748-5.657l.89-.15A7 7 0 0 1 12 8.271a7 7 0 0 1 1.112.072l.89.15c2.746.462 4.748 2.86 4.748 5.657c0 .586.29 1.13.768 1.452l.101.069q.217.145.463.228l1.158.39a.75.75 0 0 1-.48 1.422l-1.157-.39a3.4 3.4 0 0 1-.822-.406l-.101-.069a3.25 3.25 0 0 1-1.43-2.696c0-2.076-1.485-3.839-3.497-4.178l-.892-.15a6 6 0 0 0-.86-.051m-3.1 5.78a.75.75 0 1 1 1.2.9l-.924 1.233l-.022.029a5 5 0 0 1-.34.42a2.75 2.75 0 0 1-1.007.67c-.155.058-.316.098-.52.15l-.035.008l-1.794.449a.935.935 0 0 0 .227 1.841h.684c1.546 0 3.05-.501 4.287-1.429L12.55 18.4a.75.75 0 1 1 .9 1.2l-.904.678l.491.185c.534.2.775.29 1.017.366a9.3 9.3 0 0 0 2.243.407c.253.014.51.014 1.08.014h.939a.935.935 0 0 0 .226-1.841l-1.473-.369l-.082-.02c-.476-.119-.851-.212-1.186-.406a3 3 0 0 1-.29-.192c-.308-.234-.54-.543-.833-.936l-.051-.067l-.727-.969a.75.75 0 1 1 1.2-.9l.727.969c.368.491.471.618.591.709q.063.046.132.087c.13.075.287.121.883.27l1.473.368a2.435 2.435 0 0 1-.59 4.797h-.963c-.539 0-.84 0-1.14-.017a10.8 10.8 0 0 1-2.607-.473c-.286-.09-.567-.195-1.072-.384l-1.432-.537a8.65 8.65 0 0 1-4.733 1.411h-.684a2.435 2.435 0 0 1-.59-4.797l1.793-.448c.255-.064.324-.082.384-.105c.173-.066.33-.17.458-.304c.044-.047.088-.102.246-.313z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M8.75 4.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M12 9.77a6 6 0 0 0-.86.052l-.892.15c-2.013.339-3.498 2.102-3.498 4.178a3.25 3.25 0 0 1-1.43 2.696l-.1.069a3.4 3.4 0 0 1-.823.406l-1.157.39a.75.75 0 0 1-.48-1.422l1.159-.39q.246-.083.462-.228l.102-.069a1.75 1.75 0 0 0 .767-1.452c0-2.797 2.003-5.195 4.748-5.657l.89-.15A7 7 0 0 1 12 8.271a7 7 0 0 1 1.112.072l.89.15c2.746.462 4.748 2.86 4.748 5.657c0 .586.29 1.13.768 1.452l.101.069q.217.145.463.228l1.158.39a.75.75 0 0 1-.48 1.422l-1.157-.39a3.4 3.4 0 0 1-.822-.406l-.101-.069a3.25 3.25 0 0 1-1.43-2.696c0-2.076-1.485-3.839-3.497-4.178l-.892-.15a6 6 0 0 0-.86-.051m-3.1 5.78a.75.75 0 1 1 1.2.9l-.924 1.233l-.022.029a5 5 0 0 1-.34.42a2.75 2.75 0 0 1-1.007.67c-.155.058-.316.098-.52.15l-.035.008l-1.794.449a.935.935 0 0 0 .227 1.841h.684c1.546 0 3.05-.501 4.287-1.429L12.55 18.4a.75.75 0 1 1 .9 1.2l-.904.678l.491.185c.534.2.775.29 1.017.366a9.3 9.3 0 0 0 2.243.407c.253.014.51.014 1.08.014h.939a.935.935 0 0 0 .226-1.841l-1.473-.369l-.082-.02c-.476-.119-.851-.212-1.186-.406a3 3 0 0 1-.29-.192c-.308-.234-.54-.543-.833-.936l-.051-.067l-.727-.969a.75.75 0 1 1 1.2-.9l.727.969c.368.491.471.618.591.709q.063.046.132.087c.13.075.287.121.883.27l1.473.368a2.435 2.435 0 0 1-.59 4.797h-.963c-.539 0-.84 0-1.14-.017a10.8 10.8 0 0 1-2.607-.473c-.286-.09-.567-.195-1.072-.384l-1.432-.537a8.65 8.65 0 0 1-4.733 1.411h-.684a2.435 2.435 0 0 1-.59-4.797l1.793-.448c.255-.064.324-.082.384-.105c.173-.066.33-.17.458-.304c.044-.047.088-.102.246-.313z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-meditation2 {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5M8.75%204.5a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M12%209.77a6%206%200%200%200-.86.052l-.892.15c-2.013.339-3.498%202.102-3.498%204.178a3.25%203.25%200%200%201-1.43%202.696l-.1.069a3.4%203.4%200%200%201-.823.406l-1.157.39a.75.75%200%200%201-.48-1.422l1.159-.39q.246-.083.462-.228l.102-.069a1.75%201.75%200%200%200%20.767-1.452c0-2.797%202.003-5.195%204.748-5.657l.89-.15A7%207%200%200%201%2012%208.271a7%207%200%200%201%201.112.072l.89.15c2.746.462%204.748%202.86%204.748%205.657c0%20.586.29%201.13.768%201.452l.101.069q.217.145.463.228l1.158.39a.75.75%200%200%201-.48%201.422l-1.157-.39a3.4%203.4%200%200%201-.822-.406l-.101-.069a3.25%203.25%200%200%201-1.43-2.696c0-2.076-1.485-3.839-3.497-4.178l-.892-.15a6%206%200%200%200-.86-.051m-3.1%205.78a.75.75%200%201%201%201.2.9l-.924%201.233l-.022.029a5%205%200%200%201-.34.42a2.75%202.75%200%200%201-1.007.67c-.155.058-.316.098-.52.15l-.035.008l-1.794.449a.935.935%200%200%200%20.227%201.841h.684c1.546%200%203.05-.501%204.287-1.429L12.55%2018.4a.75.75%200%201%201%20.9%201.2l-.904.678l.491.185c.534.2.775.29%201.017.366a9.3%209.3%200%200%200%202.243.407c.253.014.51.014%201.08.014h.939a.935.935%200%200%200%20.226-1.841l-1.473-.369l-.082-.02c-.476-.119-.851-.212-1.186-.406a3%203%200%200%201-.29-.192c-.308-.234-.54-.543-.833-.936l-.051-.067l-.727-.969a.75.75%200%201%201%201.2-.9l.727.969c.368.491.471.618.591.709q.063.046.132.087c.13.075.287.121.883.27l1.473.368a2.435%202.435%200%200%201-.59%204.797h-.963c-.539%200-.84%200-1.14-.017a10.8%2010.8%200%200%201-2.607-.473c-.286-.09-.567-.195-1.072-.384l-1.432-.537a8.65%208.65%200%200%201-4.733%201.411h-.684a2.435%202.435%200%200%201-.59-4.797l1.793-.448c.255-.064.324-.082.384-.105c.173-.066.33-.17.458-.304c.044-.047.088-.102.246-.313z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5M8.75%204.5a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M12%209.77a6%206%200%200%200-.86.052l-.892.15c-2.013.339-3.498%202.102-3.498%204.178a3.25%203.25%200%200%201-1.43%202.696l-.1.069a3.4%203.4%200%200%201-.823.406l-1.157.39a.75.75%200%200%201-.48-1.422l1.159-.39q.246-.083.462-.228l.102-.069a1.75%201.75%200%200%200%20.767-1.452c0-2.797%202.003-5.195%204.748-5.657l.89-.15A7%207%200%200%201%2012%208.271a7%207%200%200%201%201.112.072l.89.15c2.746.462%204.748%202.86%204.748%205.657c0%20.586.29%201.13.768%201.452l.101.069q.217.145.463.228l1.158.39a.75.75%200%200%201-.48%201.422l-1.157-.39a3.4%203.4%200%200%201-.822-.406l-.101-.069a3.25%203.25%200%200%201-1.43-2.696c0-2.076-1.485-3.839-3.497-4.178l-.892-.15a6%206%200%200%200-.86-.051m-3.1%205.78a.75.75%200%201%201%201.2.9l-.924%201.233l-.022.029a5%205%200%200%201-.34.42a2.75%202.75%200%200%201-1.007.67c-.155.058-.316.098-.52.15l-.035.008l-1.794.449a.935.935%200%200%200%20.227%201.841h.684c1.546%200%203.05-.501%204.287-1.429L12.55%2018.4a.75.75%200%201%201%20.9%201.2l-.904.678l.491.185c.534.2.775.29%201.017.366a9.3%209.3%200%200%200%202.243.407c.253.014.51.014%201.08.014h.939a.935.935%200%200%200%20.226-1.841l-1.473-.369l-.082-.02c-.476-.119-.851-.212-1.186-.406a3%203%200%200%201-.29-.192c-.308-.234-.54-.543-.833-.936l-.051-.067l-.727-.969a.75.75%200%201%201%201.2-.9l.727.969c.368.491.471.618.591.709q.063.046.132.087c.13.075.287.121.883.27l1.473.368a2.435%202.435%200%200%201-.59%204.797h-.963c-.539%200-.84%200-1.14-.017a10.8%2010.8%200%200%201-2.607-.473c-.286-.09-.567-.195-1.072-.384l-1.432-.537a8.65%208.65%200%200%201-4.733%201.411h-.684a2.435%202.435%200%200%201-.59-4.797l1.793-.448c.255-.064.324-.082.384-.105c.173-.066.33-.17.458-.304c.044-.047.088-.102.246-.313z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/meditation2.svg?color=%231a73e8&size=48