meditation icon
meditation-duotone from Reicon by REICON · Duotone · Sports · MIT Free for personal and commercial use.
- Name
- meditation-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M14.5 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fill-rule="evenodd" d="M9.95 15.4a.75.75 0 0 1 .15 1.05l-1.047 1.395l-.07.093a2.75 2.75 0 0 1-1.421.944l-.113.029l-.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.102-.03a4.25 4.25 0 0 0 1.64-.546c.206-.12.406-.268.9-.638L12.55 18.4a.75.75 0 1 1 .9 1.2l-.905.678l1.258.472c.627.235.88.328 1.136.389q.21.048.42.076c.262.034.531.035 1.2.035h2.27a.42.42 0 0 0 .421-.421c0-.73-.497-1.368-1.206-1.545l-1.493-.373l-.113-.03a2.75 2.75 0 0 1-1.42-.943c-.023-.028-.044-.057-.072-.093L13.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.321c-.602 0-.973 0-1.342-.048q-.286-.038-.568-.103c-.363-.085-.71-.215-1.273-.426l-2.204-.826c-.38.285-.631.47-.898.624a5.75 5.75 0 0 1-2.218.74c-.335.04-.676.039-1.23.039H5.171a1.92 1.92 0 0 1-1.921-1.921c0-1.42.966-2.656 2.342-3l1.485-.371l.083-.022a1.25 1.25 0 0 0 .698-.497L8.9 15.55a.75.75 0 0 1 1.05-.15" clip-rule="evenodd"/><path d="M12.869 9.822a5.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.002l2.588 1.309a.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.198" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMeditationDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.5 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fillRule="evenodd" d="M9.95 15.4a.75.75 0 0 1 .15 1.05l-1.047 1.395l-.07.093a2.75 2.75 0 0 1-1.421.944l-.113.029l-.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.102-.03a4.25 4.25 0 0 0 1.64-.546c.206-.12.406-.268.9-.638L12.55 18.4a.75.75 0 1 1 .9 1.2l-.905.678l1.258.472c.627.235.88.328 1.136.389q.21.048.42.076c.262.034.531.035 1.2.035h2.27a.42.42 0 0 0 .421-.421c0-.73-.497-1.368-1.206-1.545l-1.493-.373l-.113-.03a2.75 2.75 0 0 1-1.42-.943c-.023-.028-.044-.057-.072-.093L13.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.321c-.602 0-.973 0-1.342-.048q-.286-.038-.568-.103c-.363-.085-.71-.215-1.273-.426l-2.204-.826c-.38.285-.631.47-.898.624a5.75 5.75 0 0 1-2.218.74c-.335.04-.676.039-1.23.039H5.171a1.92 1.92 0 0 1-1.921-1.921c0-1.42.966-2.656 2.342-3l1.485-.371l.083-.022a1.25 1.25 0 0 0 .698-.497L8.9 15.55a.75.75 0 0 1 1.05-.15" clipRule="evenodd"/><path d="M12.869 9.822a5.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.002l2.588 1.309a.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.198" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.5 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fill-rule="evenodd" d="M9.95 15.4a.75.75 0 0 1 .15 1.05l-1.047 1.395l-.07.093a2.75 2.75 0 0 1-1.421.944l-.113.029l-.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.102-.03a4.25 4.25 0 0 0 1.64-.546c.206-.12.406-.268.9-.638L12.55 18.4a.75.75 0 1 1 .9 1.2l-.905.678l1.258.472c.627.235.88.328 1.136.389q.21.048.42.076c.262.034.531.035 1.2.035h2.27a.42.42 0 0 0 .421-.421c0-.73-.497-1.368-1.206-1.545l-1.493-.373l-.113-.03a2.75 2.75 0 0 1-1.42-.943c-.023-.028-.044-.057-.072-.093L13.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.321c-.602 0-.973 0-1.342-.048q-.286-.038-.568-.103c-.363-.085-.71-.215-1.273-.426l-2.204-.826c-.38.285-.631.47-.898.624a5.75 5.75 0 0 1-2.218.74c-.335.04-.676.039-1.23.039H5.171a1.92 1.92 0 0 1-1.921-1.921c0-1.42.966-2.656 2.342-3l1.485-.371l.083-.022a1.25 1.25 0 0 0 .698-.497L8.9 15.55a.75.75 0 0 1 1.05-.15" clip-rule="evenodd"/><path d="M12.869 9.822a5.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.002l2.588 1.309a.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.198" opacity=".5"/></g></svg> </template>
CSS
.icon-meditation-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.5%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.95%2015.4a.75.75%200%200%201%20.15%201.05l-1.047%201.395l-.07.093a2.75%202.75%200%200%201-1.421.944l-.113.029l-.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.102-.03a4.25%204.25%200%200%200%201.64-.546c.206-.12.406-.268.9-.638L12.55%2018.4a.75.75%200%201%201%20.9%201.2l-.905.678l1.258.472c.627.235.88.328%201.136.389q.21.048.42.076c.262.034.531.035%201.2.035h2.27a.42.42%200%200%200%20.421-.421c0-.73-.497-1.368-1.206-1.545l-1.493-.373l-.113-.03a2.75%202.75%200%200%201-1.42-.943c-.023-.028-.044-.057-.072-.093L13.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.321c-.602%200-.973%200-1.342-.048q-.286-.038-.568-.103c-.363-.085-.71-.215-1.273-.426l-2.204-.826c-.38.285-.631.47-.898.624a5.75%205.75%200%200%201-2.218.74c-.335.04-.676.039-1.23.039H5.171a1.92%201.92%200%200%201-1.921-1.921c0-1.42.966-2.656%202.342-3l1.485-.371l.083-.022a1.25%201.25%200%200%200%20.698-.497L8.9%2015.55a.75.75%200%200%201%201.05-.15%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.869%209.822a5.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.002l2.588%201.309a.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.198%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.5%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.95%2015.4a.75.75%200%200%201%20.15%201.05l-1.047%201.395l-.07.093a2.75%202.75%200%200%201-1.421.944l-.113.029l-.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.102-.03a4.25%204.25%200%200%200%201.64-.546c.206-.12.406-.268.9-.638L12.55%2018.4a.75.75%200%201%201%20.9%201.2l-.905.678l1.258.472c.627.235.88.328%201.136.389q.21.048.42.076c.262.034.531.035%201.2.035h2.27a.42.42%200%200%200%20.421-.421c0-.73-.497-1.368-1.206-1.545l-1.493-.373l-.113-.03a2.75%202.75%200%200%201-1.42-.943c-.023-.028-.044-.057-.072-.093L13.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.321c-.602%200-.973%200-1.342-.048q-.286-.038-.568-.103c-.363-.085-.71-.215-1.273-.426l-2.204-.826c-.38.285-.631.47-.898.624a5.75%205.75%200%200%201-2.218.74c-.335.04-.676.039-1.23.039H5.171a1.92%201.92%200%200%201-1.921-1.921c0-1.42.966-2.656%202.342-3l1.485-.371l.083-.022a1.25%201.25%200%200%200%20.698-.497L8.9%2015.55a.75.75%200%200%201%201.05-.15%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.869%209.822a5.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.002l2.588%201.309a.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.198%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/meditation-duotone.svg?color=%231a73e8&size=48