approximate equals icon

approximate-equals from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
approximate-equals
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the approximate equals icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222.16 153.26a8 8 0 0 1-1 11.25c-17.36 14.38-32.86 19.49-47 19.49c-18.58 0-34.82-8.81-49.93-17c-25.35-13.75-47.24-25.63-79.07.74a8 8 0 1 1-10.22-12.3c40.17-33.27 70.32-16.92 96.93-2.48c25.35 13.75 47.24 25.62 79.07-.75a8 8 0 0 1 11.22 1.05m-177-49.46c31.83-26.37 53.72-14.5 79.07-.75c15.11 8.2 31.35 17 49.93 17c14.14 0 29.64-5.11 47-19.49a8 8 0 1 0-10.22-12.3c-31.83 26.37-53.72 14.49-79.07.74c-26.61-14.43-56.76-30.79-96.93 2.48a8 8 0 0 0 10.17 12.32Z"/></svg>

React

import type { SVGProps } from "react";

export function PhApproximateEquals(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222.16 153.26a8 8 0 0 1-1 11.25c-17.36 14.38-32.86 19.49-47 19.49c-18.58 0-34.82-8.81-49.93-17c-25.35-13.75-47.24-25.63-79.07.74a8 8 0 1 1-10.22-12.3c40.17-33.27 70.32-16.92 96.93-2.48c25.35 13.75 47.24 25.62 79.07-.75a8 8 0 0 1 11.22 1.05m-177-49.46c31.83-26.37 53.72-14.5 79.07-.75c15.11 8.2 31.35 17 49.93 17c14.14 0 29.64-5.11 47-19.49a8 8 0 1 0-10.22-12.3c-31.83 26.37-53.72 14.49-79.07.74c-26.61-14.43-56.76-30.79-96.93 2.48a8 8 0 0 0 10.17 12.32Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222.16 153.26a8 8 0 0 1-1 11.25c-17.36 14.38-32.86 19.49-47 19.49c-18.58 0-34.82-8.81-49.93-17c-25.35-13.75-47.24-25.63-79.07.74a8 8 0 1 1-10.22-12.3c40.17-33.27 70.32-16.92 96.93-2.48c25.35 13.75 47.24 25.62 79.07-.75a8 8 0 0 1 11.22 1.05m-177-49.46c31.83-26.37 53.72-14.5 79.07-.75c15.11 8.2 31.35 17 49.93 17c14.14 0 29.64-5.11 47-19.49a8 8 0 1 0-10.22-12.3c-31.83 26.37-53.72 14.49-79.07.74c-26.61-14.43-56.76-30.79-96.93 2.48a8 8 0 0 0 10.17 12.32Z"/></svg>
</template>

CSS

.icon-approximate-equals {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M222.16%20153.26a8%208%200%200%201-1%2011.25c-17.36%2014.38-32.86%2019.49-47%2019.49c-18.58%200-34.82-8.81-49.93-17c-25.35-13.75-47.24-25.63-79.07.74a8%208%200%201%201-10.22-12.3c40.17-33.27%2070.32-16.92%2096.93-2.48c25.35%2013.75%2047.24%2025.62%2079.07-.75a8%208%200%200%201%2011.22%201.05m-177-49.46c31.83-26.37%2053.72-14.5%2079.07-.75c15.11%208.2%2031.35%2017%2049.93%2017c14.14%200%2029.64-5.11%2047-19.49a8%208%200%201%200-10.22-12.3c-31.83%2026.37-53.72%2014.49-79.07.74c-26.61-14.43-56.76-30.79-96.93%202.48a8%208%200%200%200%2010.17%2012.32Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M222.16%20153.26a8%208%200%200%201-1%2011.25c-17.36%2014.38-32.86%2019.49-47%2019.49c-18.58%200-34.82-8.81-49.93-17c-25.35-13.75-47.24-25.63-79.07.74a8%208%200%201%201-10.22-12.3c40.17-33.27%2070.32-16.92%2096.93-2.48c25.35%2013.75%2047.24%2025.62%2079.07-.75a8%208%200%200%201%2011.22%201.05m-177-49.46c31.83-26.37%2053.72-14.5%2079.07-.75c15.11%208.2%2031.35%2017%2049.93%2017c14.14%200%2029.64-5.11%2047-19.49a8%208%200%201%200-10.22-12.3c-31.83%2026.37-53.72%2014.49-79.07.74c-26.61-14.43-56.76-30.79-96.93%202.48a8%208%200%200%200%2010.17%2012.32Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/approximate-equals.svg?color=%231a73e8&size=48