approximately equal icon
approximately-equal from Material Design Icons by Pictogrammers · Filled · Math · Apache-2.0 Free for personal and commercial use.
- Name
- approximately-equal
- Set
- Material Design Icons
- Style
- Filled
- Category
- Math
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More math icons from Material Design Icons
abacusangle-acuteangle-obtuseangle-rightapproximately-equal-boxcalculatorcalculator-variantchart-arcchart-areasplinechart-areaspline-variantchart-barchart-bar-stackedchart-bell-curvechart-bell-curve-cumulativechart-boxchart-box-multiplechart-box-plus-outlinechart-bubblechart-donutchart-donut-variantchart-ganttchart-histogramchart-linechart-line-stacked
Use the approximately equal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.9 9.2c-.8.9-2.3 1.8-3.9 1.8c-1.5 0-2.4-.5-3.2-.9c-.8-.3-1.6-.8-2.9-.8c-1.2 0-2.3.7-2.9 1.3L5 9.1c.9-.9 2.3-1.9 3.9-1.9c1.5 0 2.4.6 3.2.9s1.6.9 2.9.9c1.2 0 2.3-.8 2.9-1.4zm.1 4.9c-.9.9-2.3 1.9-3.9 1.9c-1.5 0-2.4-.5-3.2-.9c-.8-.3-1.6-.9-2.9-.9c-1.2 0-2.3.8-2.9 1.4l-1-1.6c.9-.9 2.3-1.9 3.9-1.9c1.5 0 2.4.5 3.2.9c.8.3 1.6.8 2.9.8c1.2 0 2.3-.8 2.9-1.4z"/></svg>
React
import type { SVGProps } from "react";
export function MdiApproximatelyEqual(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="M18.9 9.2c-.8.9-2.3 1.8-3.9 1.8c-1.5 0-2.4-.5-3.2-.9c-.8-.3-1.6-.8-2.9-.8c-1.2 0-2.3.7-2.9 1.3L5 9.1c.9-.9 2.3-1.9 3.9-1.9c1.5 0 2.4.6 3.2.9s1.6.9 2.9.9c1.2 0 2.3-.8 2.9-1.4zm.1 4.9c-.9.9-2.3 1.9-3.9 1.9c-1.5 0-2.4-.5-3.2-.9c-.8-.3-1.6-.9-2.9-.9c-1.2 0-2.3.8-2.9 1.4l-1-1.6c.9-.9 2.3-1.9 3.9-1.9c1.5 0 2.4.5 3.2.9c.8.3 1.6.8 2.9.8c1.2 0 2.3-.8 2.9-1.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.9 9.2c-.8.9-2.3 1.8-3.9 1.8c-1.5 0-2.4-.5-3.2-.9c-.8-.3-1.6-.8-2.9-.8c-1.2 0-2.3.7-2.9 1.3L5 9.1c.9-.9 2.3-1.9 3.9-1.9c1.5 0 2.4.6 3.2.9s1.6.9 2.9.9c1.2 0 2.3-.8 2.9-1.4zm.1 4.9c-.9.9-2.3 1.9-3.9 1.9c-1.5 0-2.4-.5-3.2-.9c-.8-.3-1.6-.9-2.9-.9c-1.2 0-2.3.8-2.9 1.4l-1-1.6c.9-.9 2.3-1.9 3.9-1.9c1.5 0 2.4.5 3.2.9c.8.3 1.6.8 2.9.8c1.2 0 2.3-.8 2.9-1.4z"/></svg> </template>
CSS
.icon-approximately-equal {
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%22M18.9%209.2c-.8.9-2.3%201.8-3.9%201.8c-1.5%200-2.4-.5-3.2-.9c-.8-.3-1.6-.8-2.9-.8c-1.2%200-2.3.7-2.9%201.3L5%209.1c.9-.9%202.3-1.9%203.9-1.9c1.5%200%202.4.6%203.2.9s1.6.9%202.9.9c1.2%200%202.3-.8%202.9-1.4zm.1%204.9c-.9.9-2.3%201.9-3.9%201.9c-1.5%200-2.4-.5-3.2-.9c-.8-.3-1.6-.9-2.9-.9c-1.2%200-2.3.8-2.9%201.4l-1-1.6c.9-.9%202.3-1.9%203.9-1.9c1.5%200%202.4.5%203.2.9c.8.3%201.6.8%202.9.8c1.2%200%202.3-.8%202.9-1.4z%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%22M18.9%209.2c-.8.9-2.3%201.8-3.9%201.8c-1.5%200-2.4-.5-3.2-.9c-.8-.3-1.6-.8-2.9-.8c-1.2%200-2.3.7-2.9%201.3L5%209.1c.9-.9%202.3-1.9%203.9-1.9c1.5%200%202.4.6%203.2.9s1.6.9%202.9.9c1.2%200%202.3-.8%202.9-1.4zm.1%204.9c-.9.9-2.3%201.9-3.9%201.9c-1.5%200-2.4-.5-3.2-.9c-.8-.3-1.6-.9-2.9-.9c-1.2%200-2.3.8-2.9%201.4l-1-1.6c.9-.9%202.3-1.9%203.9-1.9c1.5%200%202.4.5%203.2.9c.8.3%201.6.8%202.9.8c1.2%200%202.3-.8%202.9-1.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/approximately-equal.svg?color=%231a73e8&size=48