yin-yang from Fluent Emoji by Microsoft Corporation · Default · MIT Free for personal and commercial use.

Name
yin-yang
Set
Fluent Emoji
Style
Default
Viewbox
32×32
License
MIT

The same emoji in other sets

Use the yin yang emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g filter="url(#iCb4ZZb)"><rect width="27.875" height="27.875" x="2.512" y="2.063" fill="url(#iwX8Ffb)" rx="3.6"/><rect width="27.875" height="27.875" x="2.512" y="2.063" fill="url(#igPNHUd)" rx="3.6"/></g><g filter="url(#iDIDS3b)"><path stroke="url(#iPMIxWh)" stroke-linecap="round" stroke-width="1.5" d="M28.7 4.563v22.875"/></g><g filter="url(#ihmKbqd)"><path stroke="url(#io6KV8d)" stroke-linecap="round" stroke-width="1.5" d="M5.976 3.875h21.781"/></g><path fill="#fff" d="M16.867 24.5h-.031a4.25 4.25 0 0 0 0-8.5a4.25 4.25 0 1 1-.076-8.5h.107a8.5 8.5 0 1 1 0 17m0 1.5a10 10 0 1 0 0-20a10 10 0 0 0 0 20m-.031-3.625a2.125 2.125 0 1 1 0-4.25a2.125 2.125 0 0 1 0 4.25m.03-8.375a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><defs><linearGradient id="iwX8Ffb" x1="16.45" x2="16.45" y1="5.637" y2="38.89" gradientUnits="userSpaceOnUse"><stop stop-color="#9865EE"/><stop offset="1" stop-color="#7764C6"/></linearGradient><linearGradient id="iPMIxWh" x1="29.2" x2="29.2" y1="4.563" y2="27.438" gradientUnits="userSpaceOnUse"><stop stop-color="#AE7EFF"/><stop offset="1" stop-color="#8777D6"/></linearGradient><linearGradient id="io6KV8d" x1="28.914" x2="3.382" y1="4.125" y2="4.125" gradientUnits="userSpaceOnUse"><stop stop-color="#A672FF"/><stop offset="1" stop-color="#9A6CEB"/></linearGradient><filter id="iCb4ZZb" width="29.875" height="28.875" x="2.512" y="1.063" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx="2" dy="-1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0.298039 0 0 0 0 0.235294 0 0 0 0 0.6 0 0 0 1 0"/><feBlend in2="shape" result="effect1_innerShadow_18590_1039"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="-1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0.352941 0 0 0 0 0.211765 0 0 0 0 0.709804 0 0 0 1 0"/><feBlend in2="effect1_innerShadow_18590_1039" result="effect2_innerShadow_18590_1039"/></filter><filter id="iDIDS3b" width="5.5" height="28.375" x="25.95" y="1.813" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_18590_1039" stdDeviation="1"/></filter><filter id="ihmKbqd" width="27.281" height="5.5" x="3.226" y="1.125" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_18590_1039" stdDeviation="1"/></filter><radialGradient id="igPNHUd" cx="0" cy="0" r="1" gradientTransform="matrix(-1.56249 1.46876 -1.71548 -1.82495 28.169 4.156)" gradientUnits="userSpaceOnUse"><stop stop-color="#BB8DFF"/><stop offset="1" stop-color="#BB8DFF" stop-opacity="0"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiYinYang(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g filter="url(#iCb4ZZb)"><rect width="27.875" height="27.875" x="2.512" y="2.063" fill="url(#iwX8Ffb)" rx="3.6"/><rect width="27.875" height="27.875" x="2.512" y="2.063" fill="url(#igPNHUd)" rx="3.6"/></g><g filter="url(#iDIDS3b)"><path stroke="url(#iPMIxWh)" strokeLinecap="round" strokeWidth="1.5" d="M28.7 4.563v22.875"/></g><g filter="url(#ihmKbqd)"><path stroke="url(#io6KV8d)" strokeLinecap="round" strokeWidth="1.5" d="M5.976 3.875h21.781"/></g><path fill="#fff" d="M16.867 24.5h-.031a4.25 4.25 0 0 0 0-8.5a4.25 4.25 0 1 1-.076-8.5h.107a8.5 8.5 0 1 1 0 17m0 1.5a10 10 0 1 0 0-20a10 10 0 0 0 0 20m-.031-3.625a2.125 2.125 0 1 1 0-4.25a2.125 2.125 0 0 1 0 4.25m.03-8.375a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><defs><linearGradient id="iwX8Ffb" x1="16.45" x2="16.45" y1="5.637" y2="38.89" gradientUnits="userSpaceOnUse"><stop stopColor="#9865EE"/><stop offset="1" stopColor="#7764C6"/></linearGradient><linearGradient id="iPMIxWh" x1="29.2" x2="29.2" y1="4.563" y2="27.438" gradientUnits="userSpaceOnUse"><stop stopColor="#AE7EFF"/><stop offset="1" stopColor="#8777D6"/></linearGradient><linearGradient id="io6KV8d" x1="28.914" x2="3.382" y1="4.125" y2="4.125" gradientUnits="userSpaceOnUse"><stop stopColor="#A672FF"/><stop offset="1" stopColor="#9A6CEB"/></linearGradient><filter id="iCb4ZZb" width="29.875" height="28.875" x="2.512" y="1.063" colorInterpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood floodOpacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx="2" dy="-1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0.298039 0 0 0 0 0.235294 0 0 0 0 0.6 0 0 0 1 0"/><feBlend in2="shape" result="effect1_innerShadow_18590_1039"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="-1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0.352941 0 0 0 0 0.211765 0 0 0 0 0.709804 0 0 0 1 0"/><feBlend in2="effect1_innerShadow_18590_1039" result="effect2_innerShadow_18590_1039"/></filter><filter id="iDIDS3b" width="5.5" height="28.375" x="25.95" y="1.813" colorInterpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood floodOpacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_18590_1039" stdDeviation="1"/></filter><filter id="ihmKbqd" width="27.281" height="5.5" x="3.226" y="1.125" colorInterpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood floodOpacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_18590_1039" stdDeviation="1"/></filter><radialGradient id="igPNHUd" cx="0" cy="0" r="1" gradientTransform="matrix(-1.56249 1.46876 -1.71548 -1.82495 28.169 4.156)" gradientUnits="userSpaceOnUse"><stop stopColor="#BB8DFF"/><stop offset="1" stopColor="#BB8DFF" stopOpacity="0"/></radialGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g filter="url(#iCb4ZZb)"><rect width="27.875" height="27.875" x="2.512" y="2.063" fill="url(#iwX8Ffb)" rx="3.6"/><rect width="27.875" height="27.875" x="2.512" y="2.063" fill="url(#igPNHUd)" rx="3.6"/></g><g filter="url(#iDIDS3b)"><path stroke="url(#iPMIxWh)" stroke-linecap="round" stroke-width="1.5" d="M28.7 4.563v22.875"/></g><g filter="url(#ihmKbqd)"><path stroke="url(#io6KV8d)" stroke-linecap="round" stroke-width="1.5" d="M5.976 3.875h21.781"/></g><path fill="#fff" d="M16.867 24.5h-.031a4.25 4.25 0 0 0 0-8.5a4.25 4.25 0 1 1-.076-8.5h.107a8.5 8.5 0 1 1 0 17m0 1.5a10 10 0 1 0 0-20a10 10 0 0 0 0 20m-.031-3.625a2.125 2.125 0 1 1 0-4.25a2.125 2.125 0 0 1 0 4.25m.03-8.375a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><defs><linearGradient id="iwX8Ffb" x1="16.45" x2="16.45" y1="5.637" y2="38.89" gradientUnits="userSpaceOnUse"><stop stop-color="#9865EE"/><stop offset="1" stop-color="#7764C6"/></linearGradient><linearGradient id="iPMIxWh" x1="29.2" x2="29.2" y1="4.563" y2="27.438" gradientUnits="userSpaceOnUse"><stop stop-color="#AE7EFF"/><stop offset="1" stop-color="#8777D6"/></linearGradient><linearGradient id="io6KV8d" x1="28.914" x2="3.382" y1="4.125" y2="4.125" gradientUnits="userSpaceOnUse"><stop stop-color="#A672FF"/><stop offset="1" stop-color="#9A6CEB"/></linearGradient><filter id="iCb4ZZb" width="29.875" height="28.875" x="2.512" y="1.063" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx="2" dy="-1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0.298039 0 0 0 0 0.235294 0 0 0 0 0.6 0 0 0 1 0"/><feBlend in2="shape" result="effect1_innerShadow_18590_1039"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="-1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0.352941 0 0 0 0 0.211765 0 0 0 0 0.709804 0 0 0 1 0"/><feBlend in2="effect1_innerShadow_18590_1039" result="effect2_innerShadow_18590_1039"/></filter><filter id="iDIDS3b" width="5.5" height="28.375" x="25.95" y="1.813" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_18590_1039" stdDeviation="1"/></filter><filter id="ihmKbqd" width="27.281" height="5.5" x="3.226" y="1.125" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_18590_1039" stdDeviation="1"/></filter><radialGradient id="igPNHUd" cx="0" cy="0" r="1" gradientTransform="matrix(-1.56249 1.46876 -1.71548 -1.82495 28.169 4.156)" gradientUnits="userSpaceOnUse"><stop stop-color="#BB8DFF"/><stop offset="1" stop-color="#BB8DFF" stop-opacity="0"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-yin-yang {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20filter%3D%22url(%23iCb4ZZb)%22%3E%3Crect%20width%3D%2227.875%22%20height%3D%2227.875%22%20x%3D%222.512%22%20y%3D%222.063%22%20fill%3D%22url(%23iwX8Ffb)%22%20rx%3D%223.6%22%2F%3E%3Crect%20width%3D%2227.875%22%20height%3D%2227.875%22%20x%3D%222.512%22%20y%3D%222.063%22%20fill%3D%22url(%23igPNHUd)%22%20rx%3D%223.6%22%2F%3E%3C%2Fg%3E%3Cg%20filter%3D%22url(%23iDIDS3b)%22%3E%3Cpath%20stroke%3D%22url(%23iPMIxWh)%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M28.7%204.563v22.875%22%2F%3E%3C%2Fg%3E%3Cg%20filter%3D%22url(%23ihmKbqd)%22%3E%3Cpath%20stroke%3D%22url(%23io6KV8d)%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.976%203.875h21.781%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.867%2024.5h-.031a4.25%204.25%200%200%200%200-8.5a4.25%204.25%200%201%201-.076-8.5h.107a8.5%208.5%200%201%201%200%2017m0%201.5a10%2010%200%201%200%200-20a10%2010%200%200%200%200%2020m-.031-3.625a2.125%202.125%200%201%201%200-4.25a2.125%202.125%200%200%201%200%204.25m.03-8.375a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22iwX8Ffb%22%20x1%3D%2216.45%22%20x2%3D%2216.45%22%20y1%3D%225.637%22%20y2%3D%2238.89%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239865EE%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237764C6%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22iPMIxWh%22%20x1%3D%2229.2%22%20x2%3D%2229.2%22%20y1%3D%224.563%22%20y2%3D%2227.438%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23AE7EFF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238777D6%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22io6KV8d%22%20x1%3D%2228.914%22%20x2%3D%223.382%22%20y1%3D%224.125%22%20y2%3D%224.125%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23A672FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239A6CEB%22%2F%3E%3C%2FlinearGradient%3E%3Cfilter%20id%3D%22iCb4ZZb%22%20width%3D%2229.875%22%20height%3D%2228.875%22%20x%3D%222.512%22%20y%3D%221.063%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20result%3D%22hardAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%2F%3E%3CfeOffset%20dx%3D%222%22%20dy%3D%22-1%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%221.5%22%2F%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20k2%3D%22-1%22%20k3%3D%221%22%20operator%3D%22arithmetic%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200.298039%200%200%200%200%200.235294%200%200%200%200%200.6%200%200%200%201%200%22%2F%3E%3CfeBlend%20in2%3D%22shape%22%20result%3D%22effect1_innerShadow_18590_1039%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20result%3D%22hardAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%2F%3E%3CfeOffset%20dy%3D%22-1%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%221.5%22%2F%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20k2%3D%22-1%22%20k3%3D%221%22%20operator%3D%22arithmetic%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200.352941%200%200%200%200%200.211765%200%200%200%200%200.709804%200%200%200%201%200%22%2F%3E%3CfeBlend%20in2%3D%22effect1_innerShadow_18590_1039%22%20result%3D%22effect2_innerShadow_18590_1039%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22iDIDS3b%22%20width%3D%225.5%22%20height%3D%2228.375%22%20x%3D%2225.95%22%20y%3D%221.813%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20result%3D%22effect1_foregroundBlur_18590_1039%22%20stdDeviation%3D%221%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22ihmKbqd%22%20width%3D%2227.281%22%20height%3D%225.5%22%20x%3D%223.226%22%20y%3D%221.125%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20result%3D%22effect1_foregroundBlur_18590_1039%22%20stdDeviation%3D%221%22%2F%3E%3C%2Ffilter%3E%3CradialGradient%20id%3D%22igPNHUd%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-1.56249%201.46876%20-1.71548%20-1.82495%2028.169%204.156)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23BB8DFF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23BB8DFF%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20filter%3D%22url(%23iCb4ZZb)%22%3E%3Crect%20width%3D%2227.875%22%20height%3D%2227.875%22%20x%3D%222.512%22%20y%3D%222.063%22%20fill%3D%22url(%23iwX8Ffb)%22%20rx%3D%223.6%22%2F%3E%3Crect%20width%3D%2227.875%22%20height%3D%2227.875%22%20x%3D%222.512%22%20y%3D%222.063%22%20fill%3D%22url(%23igPNHUd)%22%20rx%3D%223.6%22%2F%3E%3C%2Fg%3E%3Cg%20filter%3D%22url(%23iDIDS3b)%22%3E%3Cpath%20stroke%3D%22url(%23iPMIxWh)%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M28.7%204.563v22.875%22%2F%3E%3C%2Fg%3E%3Cg%20filter%3D%22url(%23ihmKbqd)%22%3E%3Cpath%20stroke%3D%22url(%23io6KV8d)%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.976%203.875h21.781%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.867%2024.5h-.031a4.25%204.25%200%200%200%200-8.5a4.25%204.25%200%201%201-.076-8.5h.107a8.5%208.5%200%201%201%200%2017m0%201.5a10%2010%200%201%200%200-20a10%2010%200%200%200%200%2020m-.031-3.625a2.125%202.125%200%201%201%200-4.25a2.125%202.125%200%200%201%200%204.25m.03-8.375a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22iwX8Ffb%22%20x1%3D%2216.45%22%20x2%3D%2216.45%22%20y1%3D%225.637%22%20y2%3D%2238.89%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239865EE%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237764C6%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22iPMIxWh%22%20x1%3D%2229.2%22%20x2%3D%2229.2%22%20y1%3D%224.563%22%20y2%3D%2227.438%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23AE7EFF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238777D6%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22io6KV8d%22%20x1%3D%2228.914%22%20x2%3D%223.382%22%20y1%3D%224.125%22%20y2%3D%224.125%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23A672FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239A6CEB%22%2F%3E%3C%2FlinearGradient%3E%3Cfilter%20id%3D%22iCb4ZZb%22%20width%3D%2229.875%22%20height%3D%2228.875%22%20x%3D%222.512%22%20y%3D%221.063%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20result%3D%22hardAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%2F%3E%3CfeOffset%20dx%3D%222%22%20dy%3D%22-1%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%221.5%22%2F%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20k2%3D%22-1%22%20k3%3D%221%22%20operator%3D%22arithmetic%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200.298039%200%200%200%200%200.235294%200%200%200%200%200.6%200%200%200%201%200%22%2F%3E%3CfeBlend%20in2%3D%22shape%22%20result%3D%22effect1_innerShadow_18590_1039%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20result%3D%22hardAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%2F%3E%3CfeOffset%20dy%3D%22-1%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%221.5%22%2F%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20k2%3D%22-1%22%20k3%3D%221%22%20operator%3D%22arithmetic%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200.352941%200%200%200%200%200.211765%200%200%200%200%200.709804%200%200%200%201%200%22%2F%3E%3CfeBlend%20in2%3D%22effect1_innerShadow_18590_1039%22%20result%3D%22effect2_innerShadow_18590_1039%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22iDIDS3b%22%20width%3D%225.5%22%20height%3D%2228.375%22%20x%3D%2225.95%22%20y%3D%221.813%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20result%3D%22effect1_foregroundBlur_18590_1039%22%20stdDeviation%3D%221%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22ihmKbqd%22%20width%3D%2227.281%22%20height%3D%225.5%22%20x%3D%223.226%22%20y%3D%221.125%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20result%3D%22effect1_foregroundBlur_18590_1039%22%20stdDeviation%3D%221%22%2F%3E%3C%2Ffilter%3E%3CradialGradient%20id%3D%22igPNHUd%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-1.56249%201.46876%20-1.71548%20-1.82495%2028.169%204.156)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23BB8DFF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23BB8DFF%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji/yin-yang.svg?color=%231a73e8&size=48