yin yang icon
yin-yang from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- yin-yang
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
yin-yangBootstrap Iconsyin-yangEmoji One (Colored)yin-yangFont Awesome 6 Solidyin-yangFont Awesome Solidyin-yangFluent Emojiyin-yangFluent Emoji Flatyin-yangFluent Emoji High Contrastyin-yangLine Awesomeyin-yangLucide Labyin-yangMaterial Design Iconsyin-yangNoto Emojiyin-yangOpenMojiyin-yangPhosphoryin-yangTabler Iconsyin-yangTwitter Emojiyin-yangUnicons
Use the yin yang icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.062 4.938A9.94 9.94 0 0 0 12.016 2h-.026a9.94 9.94 0 0 0-7.071 2.938c-3.898 3.898-3.898 10.243 0 14.143c1.895 1.895 4.405 2.938 7.071 2.938s5.177-1.043 7.071-2.938c3.9-3.899 3.9-10.243.001-14.143M13.5 15a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 13.5 15M6.333 6.353A7.95 7.95 0 0 1 11.99 4l.026.001c1.652.008 3.242 1.066 3.55 2.371c.366 1.552-1.098 3.278-4.018 4.737c-5.113 2.555-5.312 5.333-4.975 6.762l.008.021c-.082-.075-.169-.146-.249-.226c-3.118-3.119-3.118-8.194.001-11.313"/><circle cx="10.5" cy="7.5" r="1.5" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxsYinYang(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="M19.062 4.938A9.94 9.94 0 0 0 12.016 2h-.026a9.94 9.94 0 0 0-7.071 2.938c-3.898 3.898-3.898 10.243 0 14.143c1.895 1.895 4.405 2.938 7.071 2.938s5.177-1.043 7.071-2.938c3.9-3.899 3.9-10.243.001-14.143M13.5 15a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 13.5 15M6.333 6.353A7.95 7.95 0 0 1 11.99 4l.026.001c1.652.008 3.242 1.066 3.55 2.371c.366 1.552-1.098 3.278-4.018 4.737c-5.113 2.555-5.312 5.333-4.975 6.762l.008.021c-.082-.075-.169-.146-.249-.226c-3.118-3.119-3.118-8.194.001-11.313"/><circle cx="10.5" cy="7.5" r="1.5" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.062 4.938A9.94 9.94 0 0 0 12.016 2h-.026a9.94 9.94 0 0 0-7.071 2.938c-3.898 3.898-3.898 10.243 0 14.143c1.895 1.895 4.405 2.938 7.071 2.938s5.177-1.043 7.071-2.938c3.9-3.899 3.9-10.243.001-14.143M13.5 15a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 13.5 15M6.333 6.353A7.95 7.95 0 0 1 11.99 4l.026.001c1.652.008 3.242 1.066 3.55 2.371c.366 1.552-1.098 3.278-4.018 4.737c-5.113 2.555-5.312 5.333-4.975 6.762l.008.021c-.082-.075-.169-.146-.249-.226c-3.118-3.119-3.118-8.194.001-11.313"/><circle cx="10.5" cy="7.5" r="1.5" fill="currentColor"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.062%204.938A9.94%209.94%200%200%200%2012.016%202h-.026a9.94%209.94%200%200%200-7.071%202.938c-3.898%203.898-3.898%2010.243%200%2014.143c1.895%201.895%204.405%202.938%207.071%202.938s5.177-1.043%207.071-2.938c3.9-3.899%203.9-10.243.001-14.143M13.5%2015a1.5%201.5%200%201%201-.001%203.001A1.5%201.5%200%200%201%2013.5%2015M6.333%206.353A7.95%207.95%200%200%201%2011.99%204l.026.001c1.652.008%203.242%201.066%203.55%202.371c.366%201.552-1.098%203.278-4.018%204.737c-5.113%202.555-5.312%205.333-4.975%206.762l.008.021c-.082-.075-.169-.146-.249-.226c-3.118-3.119-3.118-8.194.001-11.313%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%227.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%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%22M19.062%204.938A9.94%209.94%200%200%200%2012.016%202h-.026a9.94%209.94%200%200%200-7.071%202.938c-3.898%203.898-3.898%2010.243%200%2014.143c1.895%201.895%204.405%202.938%207.071%202.938s5.177-1.043%207.071-2.938c3.9-3.899%203.9-10.243.001-14.143M13.5%2015a1.5%201.5%200%201%201-.001%203.001A1.5%201.5%200%200%201%2013.5%2015M6.333%206.353A7.95%207.95%200%200%201%2011.99%204l.026.001c1.652.008%203.242%201.066%203.55%202.371c.366%201.552-1.098%203.278-4.018%204.737c-5.113%202.555-5.312%205.333-4.975%206.762l.008.021c-.082-.075-.169-.146-.249-.226c-3.118-3.119-3.118-8.194.001-11.313%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%227.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/yin-yang.svg?color=%231a73e8&size=48