yin yang icon
yin-yang from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- yin-yang
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
yin-yangBootstrap Iconsyin-yangBoxIcons v2 Solidyin-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 Emoji
More user interface icons from Unicons
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="M12 15.5a1 1 0 1 0 1 1a1 1 0 0 0-1-1M12 2a6 6 0 0 0-.562.029A9.993 9.993 0 0 0 12 22a6 6 0 0 0 .562-.028A9.993 9.993 0 0 0 12 2m0 18A7.989 7.989 0 0 1 6.71 6.015A5.484 5.484 0 0 0 12 13a3.5 3.5 0 0 1 0 7m5.29-2.015A5.484 5.484 0 0 0 12 11a3.5 3.5 0 0 1 0-7a7.989 7.989 0 0 1 5.29 13.985M12 6.5a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></svg>
React
import type { SVGProps } from "react";
export function UilYinYang(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="M12 15.5a1 1 0 1 0 1 1a1 1 0 0 0-1-1M12 2a6 6 0 0 0-.562.029A9.993 9.993 0 0 0 12 22a6 6 0 0 0 .562-.028A9.993 9.993 0 0 0 12 2m0 18A7.989 7.989 0 0 1 6.71 6.015A5.484 5.484 0 0 0 12 13a3.5 3.5 0 0 1 0 7m5.29-2.015A5.484 5.484 0 0 0 12 11a3.5 3.5 0 0 1 0-7a7.989 7.989 0 0 1 5.29 13.985M12 6.5a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15.5a1 1 0 1 0 1 1a1 1 0 0 0-1-1M12 2a6 6 0 0 0-.562.029A9.993 9.993 0 0 0 12 22a6 6 0 0 0 .562-.028A9.993 9.993 0 0 0 12 2m0 18A7.989 7.989 0 0 1 6.71 6.015A5.484 5.484 0 0 0 12 13a3.5 3.5 0 0 1 0 7m5.29-2.015A5.484 5.484 0 0 0 12 11a3.5 3.5 0 0 1 0-7a7.989 7.989 0 0 1 5.29 13.985M12 6.5a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></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%22M12%2015.5a1%201%200%201%200%201%201a1%201%200%200%200-1-1M12%202a6%206%200%200%200-.562.029A9.993%209.993%200%200%200%2012%2022a6%206%200%200%200%20.562-.028A9.993%209.993%200%200%200%2012%202m0%2018A7.989%207.989%200%200%201%206.71%206.015A5.484%205.484%200%200%200%2012%2013a3.5%203.5%200%200%201%200%207m5.29-2.015A5.484%205.484%200%200%200%2012%2011a3.5%203.5%200%200%201%200-7a7.989%207.989%200%200%201%205.29%2013.985M12%206.5a1%201%200%201%200%201%201a1%201%200%200%200-1-1%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%22M12%2015.5a1%201%200%201%200%201%201a1%201%200%200%200-1-1M12%202a6%206%200%200%200-.562.029A9.993%209.993%200%200%200%2012%2022a6%206%200%200%200%20.562-.028A9.993%209.993%200%200%200%2012%202m0%2018A7.989%207.989%200%200%201%206.71%206.015A5.484%205.484%200%200%200%2012%2013a3.5%203.5%200%200%201%200%207m5.29-2.015A5.484%205.484%200%200%200%2012%2011a3.5%203.5%200%200%201%200-7a7.989%207.989%200%200%201%205.29%2013.985M12%206.5a1%201%200%201%200%201%201a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/yin-yang.svg?color=%231a73e8&size=48