bxs yin yang icon

bxs-yin-yang from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxs-yin-yang
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxs yin yang icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.062 4.938A9.942 9.942 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.143zM13.5 15a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 13.5 15zM6.333 6.353A7.953 7.953 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.313z" fill="currentColor"/><circle cx="10.5" cy="7.5" r="1.5" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsYinYang(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.062 4.938A9.942 9.942 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.143zM13.5 15a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 13.5 15zM6.333 6.353A7.953 7.953 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.313z" fill="currentColor"/><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 d="M19.062 4.938A9.942 9.942 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.143zM13.5 15a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 13.5 15zM6.333 6.353A7.953 7.953 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.313z" fill="currentColor"/><circle cx="10.5" cy="7.5" r="1.5" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-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%20d%3D%22M19.062%204.938A9.942%209.942%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.143zM13.5%2015a1.5%201.5%200%201%201-.001%203.001A1.5%201.5%200%200%201%2013.5%2015zM6.333%206.353A7.953%207.953%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.313z%22%20fill%3D%22currentColor%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%20d%3D%22M19.062%204.938A9.942%209.942%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.143zM13.5%2015a1.5%201.5%200%201%201-.001%203.001A1.5%201.5%200%200%201%2013.5%2015zM6.333%206.353A7.953%207.953%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.313z%22%20fill%3D%22currentColor%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/bx/bxs-yin-yang.svg?color=%231a73e8&size=48