meditation icon

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

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

2 other variants in Reicon

The same icon in other sets

More sports icons from Reicon

Use the meditation 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 0m4.119 5.322a5.3 5.3 0 0 0-1.738 0c-2.507.423-4.38 2.624-4.38 5.198c0 .564-.317 1.085-.824 1.341L3.338 17.67a.75.75 0 0 1-.676-1.338l2.587-1.308l.001-.003c0-3.306 2.402-6.133 5.632-6.677a6.8 6.8 0 0 1 2.236 0c3.23.544 5.632 3.371 5.632 6.677v.003l2.588 1.308a.75.75 0 1 1-.676 1.338l-2.589-1.308a1.5 1.5 0 0 1-.823-1.341c0-2.574-1.873-4.775-4.381-5.198M9.95 15.4a.75.75 0 0 1 .15 1.05l-1.046 1.395l-.071.093a2.75 2.75 0 0 1-1.534.973l-.008.002l-1.485.371a1.59 1.59 0 0 0-1.206 1.545c0 .232.189.421.421.421h1.556c.617 0 .865-.001 1.103-.03a4.25 4.25 0 0 0 1.64-.546c.206-.12.405-.268.898-.638l.182-.136l2-1.5a.75.75 0 0 1 .9 1.2l-.904.678l1.257.472c.627.235.88.328 1.137.389q.207.048.42.076c.261.034.53.035 1.2.035h2.269a.42.42 0 0 0 .421-.421c0-.73-.497-1.368-1.206-1.545l-1.493-.373l-.112-.03a2.75 2.75 0 0 1-1.492-1.036l-.005-.006L13.9 16.45a.75.75 0 1 1 1.2-.9l1.042 1.389l.052.069a1.25 1.25 0 0 0 .729.45l1.485.37a3.09 3.09 0 0 1 2.342 3c0 1.062-.86 1.922-1.921 1.922h-2.32c-.603 0-.974 0-1.343-.048a6 6 0 0 1-.568-.103c-.362-.085-.71-.215-1.273-.426l-2.203-.826c-.381.285-.632.47-.9.624a5.75 5.75 0 0 1-2.217.74c-.335.04-.676.039-1.23.039H5.172a1.92 1.92 0 0 1-1.92-1.921a3.09 3.09 0 0 1 2.341-3l1.485-.371l.084-.022a1.25 1.25 0 0 0 .697-.497L8.9 15.55a.75.75 0 0 1 1.05-.15" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMeditation(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 0m4.119 5.322a5.3 5.3 0 0 0-1.738 0c-2.507.423-4.38 2.624-4.38 5.198c0 .564-.317 1.085-.824 1.341L3.338 17.67a.75.75 0 0 1-.676-1.338l2.587-1.308l.001-.003c0-3.306 2.402-6.133 5.632-6.677a6.8 6.8 0 0 1 2.236 0c3.23.544 5.632 3.371 5.632 6.677v.003l2.588 1.308a.75.75 0 1 1-.676 1.338l-2.589-1.308a1.5 1.5 0 0 1-.823-1.341c0-2.574-1.873-4.775-4.381-5.198M9.95 15.4a.75.75 0 0 1 .15 1.05l-1.046 1.395l-.071.093a2.75 2.75 0 0 1-1.534.973l-.008.002l-1.485.371a1.59 1.59 0 0 0-1.206 1.545c0 .232.189.421.421.421h1.556c.617 0 .865-.001 1.103-.03a4.25 4.25 0 0 0 1.64-.546c.206-.12.405-.268.898-.638l.182-.136l2-1.5a.75.75 0 0 1 .9 1.2l-.904.678l1.257.472c.627.235.88.328 1.137.389q.207.048.42.076c.261.034.53.035 1.2.035h2.269a.42.42 0 0 0 .421-.421c0-.73-.497-1.368-1.206-1.545l-1.493-.373l-.112-.03a2.75 2.75 0 0 1-1.492-1.036l-.005-.006L13.9 16.45a.75.75 0 1 1 1.2-.9l1.042 1.389l.052.069a1.25 1.25 0 0 0 .729.45l1.485.37a3.09 3.09 0 0 1 2.342 3c0 1.062-.86 1.922-1.921 1.922h-2.32c-.603 0-.974 0-1.343-.048a6 6 0 0 1-.568-.103c-.362-.085-.71-.215-1.273-.426l-2.203-.826c-.381.285-.632.47-.9.624a5.75 5.75 0 0 1-2.217.74c-.335.04-.676.039-1.23.039H5.172a1.92 1.92 0 0 1-1.92-1.921a3.09 3.09 0 0 1 2.341-3l1.485-.371l.084-.022a1.25 1.25 0 0 0 .697-.497L8.9 15.55a.75.75 0 0 1 1.05-.15" 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 0m4.119 5.322a5.3 5.3 0 0 0-1.738 0c-2.507.423-4.38 2.624-4.38 5.198c0 .564-.317 1.085-.824 1.341L3.338 17.67a.75.75 0 0 1-.676-1.338l2.587-1.308l.001-.003c0-3.306 2.402-6.133 5.632-6.677a6.8 6.8 0 0 1 2.236 0c3.23.544 5.632 3.371 5.632 6.677v.003l2.588 1.308a.75.75 0 1 1-.676 1.338l-2.589-1.308a1.5 1.5 0 0 1-.823-1.341c0-2.574-1.873-4.775-4.381-5.198M9.95 15.4a.75.75 0 0 1 .15 1.05l-1.046 1.395l-.071.093a2.75 2.75 0 0 1-1.534.973l-.008.002l-1.485.371a1.59 1.59 0 0 0-1.206 1.545c0 .232.189.421.421.421h1.556c.617 0 .865-.001 1.103-.03a4.25 4.25 0 0 0 1.64-.546c.206-.12.405-.268.898-.638l.182-.136l2-1.5a.75.75 0 0 1 .9 1.2l-.904.678l1.257.472c.627.235.88.328 1.137.389q.207.048.42.076c.261.034.53.035 1.2.035h2.269a.42.42 0 0 0 .421-.421c0-.73-.497-1.368-1.206-1.545l-1.493-.373l-.112-.03a2.75 2.75 0 0 1-1.492-1.036l-.005-.006L13.9 16.45a.75.75 0 1 1 1.2-.9l1.042 1.389l.052.069a1.25 1.25 0 0 0 .729.45l1.485.37a3.09 3.09 0 0 1 2.342 3c0 1.062-.86 1.922-1.921 1.922h-2.32c-.603 0-.974 0-1.343-.048a6 6 0 0 1-.568-.103c-.362-.085-.71-.215-1.273-.426l-2.203-.826c-.381.285-.632.47-.9.624a5.75 5.75 0 0 1-2.217.74c-.335.04-.676.039-1.23.039H5.172a1.92 1.92 0 0 1-1.92-1.921a3.09 3.09 0 0 1 2.341-3l1.485-.371l.084-.022a1.25 1.25 0 0 0 .697-.497L8.9 15.55a.75.75 0 0 1 1.05-.15" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-meditation {
  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%200m4.119%205.322a5.3%205.3%200%200%200-1.738%200c-2.507.423-4.38%202.624-4.38%205.198c0%20.564-.317%201.085-.824%201.341L3.338%2017.67a.75.75%200%200%201-.676-1.338l2.587-1.308l.001-.003c0-3.306%202.402-6.133%205.632-6.677a6.8%206.8%200%200%201%202.236%200c3.23.544%205.632%203.371%205.632%206.677v.003l2.588%201.308a.75.75%200%201%201-.676%201.338l-2.589-1.308a1.5%201.5%200%200%201-.823-1.341c0-2.574-1.873-4.775-4.381-5.198M9.95%2015.4a.75.75%200%200%201%20.15%201.05l-1.046%201.395l-.071.093a2.75%202.75%200%200%201-1.534.973l-.008.002l-1.485.371a1.59%201.59%200%200%200-1.206%201.545c0%20.232.189.421.421.421h1.556c.617%200%20.865-.001%201.103-.03a4.25%204.25%200%200%200%201.64-.546c.206-.12.405-.268.898-.638l.182-.136l2-1.5a.75.75%200%200%201%20.9%201.2l-.904.678l1.257.472c.627.235.88.328%201.137.389q.207.048.42.076c.261.034.53.035%201.2.035h2.269a.42.42%200%200%200%20.421-.421c0-.73-.497-1.368-1.206-1.545l-1.493-.373l-.112-.03a2.75%202.75%200%200%201-1.492-1.036l-.005-.006L13.9%2016.45a.75.75%200%201%201%201.2-.9l1.042%201.389l.052.069a1.25%201.25%200%200%200%20.729.45l1.485.37a3.09%203.09%200%200%201%202.342%203c0%201.062-.86%201.922-1.921%201.922h-2.32c-.603%200-.974%200-1.343-.048a6%206%200%200%201-.568-.103c-.362-.085-.71-.215-1.273-.426l-2.203-.826c-.381.285-.632.47-.9.624a5.75%205.75%200%200%201-2.217.74c-.335.04-.676.039-1.23.039H5.172a1.92%201.92%200%200%201-1.92-1.921a3.09%203.09%200%200%201%202.341-3l1.485-.371l.084-.022a1.25%201.25%200%200%200%20.697-.497L8.9%2015.55a.75.75%200%200%201%201.05-.15%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%200m4.119%205.322a5.3%205.3%200%200%200-1.738%200c-2.507.423-4.38%202.624-4.38%205.198c0%20.564-.317%201.085-.824%201.341L3.338%2017.67a.75.75%200%200%201-.676-1.338l2.587-1.308l.001-.003c0-3.306%202.402-6.133%205.632-6.677a6.8%206.8%200%200%201%202.236%200c3.23.544%205.632%203.371%205.632%206.677v.003l2.588%201.308a.75.75%200%201%201-.676%201.338l-2.589-1.308a1.5%201.5%200%200%201-.823-1.341c0-2.574-1.873-4.775-4.381-5.198M9.95%2015.4a.75.75%200%200%201%20.15%201.05l-1.046%201.395l-.071.093a2.75%202.75%200%200%201-1.534.973l-.008.002l-1.485.371a1.59%201.59%200%200%200-1.206%201.545c0%20.232.189.421.421.421h1.556c.617%200%20.865-.001%201.103-.03a4.25%204.25%200%200%200%201.64-.546c.206-.12.405-.268.898-.638l.182-.136l2-1.5a.75.75%200%200%201%20.9%201.2l-.904.678l1.257.472c.627.235.88.328%201.137.389q.207.048.42.076c.261.034.53.035%201.2.035h2.269a.42.42%200%200%200%20.421-.421c0-.73-.497-1.368-1.206-1.545l-1.493-.373l-.112-.03a2.75%202.75%200%200%201-1.492-1.036l-.005-.006L13.9%2016.45a.75.75%200%201%201%201.2-.9l1.042%201.389l.052.069a1.25%201.25%200%200%200%20.729.45l1.485.37a3.09%203.09%200%200%201%202.342%203c0%201.062-.86%201.922-1.921%201.922h-2.32c-.603%200-.974%200-1.343-.048a6%206%200%200%201-.568-.103c-.362-.085-.71-.215-1.273-.426l-2.203-.826c-.381.285-.632.47-.9.624a5.75%205.75%200%200%201-2.217.74c-.335.04-.676.039-1.23.039H5.172a1.92%201.92%200%200%201-1.92-1.921a3.09%203.09%200%200%201%202.341-3l1.485-.371l.084-.022a1.25%201.25%200%200%200%20.697-.497L8.9%2015.55a.75.75%200%200%201%201.05-.15%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/meditation.svg?color=%231a73e8&size=48