equal approximately icon
equal-approximately from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- equal-approximately
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the equal approximately icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 15c-1.777 0-3.231-.873-4.514-1.642C14.322 12.659 13.223 12 12 12c-1.398 0-2.449.863-3.293 1.707l-1.414-1.414C8.36 11.225 9.86 10 12 10c1.777 0 3.231.873 4.514 1.642C17.678 12.341 18.777 13 20 13c1.398 0 2.449-.863 3.293-1.707l1.414 1.414C23.64 13.775 22.14 15 20 15m0 7c-1.777 0-3.231-.873-4.514-1.642C14.322 19.659 13.223 19 12 19c-1.398 0-2.449.863-3.293 1.707l-1.414-1.414C8.36 18.225 9.86 17 12 17c1.777 0 3.231.873 4.514 1.642C17.678 19.341 18.777 20 20 20c1.398 0 2.449-.863 3.293-1.707l1.414 1.414C23.64 20.775 22.14 22 20 22"/><path fill="currentColor" d="M16 30C8.28 30 2 23.72 2 16S8.28 2 16 2s14 6.28 14 14s-6.28 14-14 14m0-26C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4"/></svg>
React
import type { SVGProps } from "react";
export function CarbonEqualApproximately(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 15c-1.777 0-3.231-.873-4.514-1.642C14.322 12.659 13.223 12 12 12c-1.398 0-2.449.863-3.293 1.707l-1.414-1.414C8.36 11.225 9.86 10 12 10c1.777 0 3.231.873 4.514 1.642C17.678 12.341 18.777 13 20 13c1.398 0 2.449-.863 3.293-1.707l1.414 1.414C23.64 13.775 22.14 15 20 15m0 7c-1.777 0-3.231-.873-4.514-1.642C14.322 19.659 13.223 19 12 19c-1.398 0-2.449.863-3.293 1.707l-1.414-1.414C8.36 18.225 9.86 17 12 17c1.777 0 3.231.873 4.514 1.642C17.678 19.341 18.777 20 20 20c1.398 0 2.449-.863 3.293-1.707l1.414 1.414C23.64 20.775 22.14 22 20 22"/><path fill="currentColor" d="M16 30C8.28 30 2 23.72 2 16S8.28 2 16 2s14 6.28 14 14s-6.28 14-14 14m0-26C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 15c-1.777 0-3.231-.873-4.514-1.642C14.322 12.659 13.223 12 12 12c-1.398 0-2.449.863-3.293 1.707l-1.414-1.414C8.36 11.225 9.86 10 12 10c1.777 0 3.231.873 4.514 1.642C17.678 12.341 18.777 13 20 13c1.398 0 2.449-.863 3.293-1.707l1.414 1.414C23.64 13.775 22.14 15 20 15m0 7c-1.777 0-3.231-.873-4.514-1.642C14.322 19.659 13.223 19 12 19c-1.398 0-2.449.863-3.293 1.707l-1.414-1.414C8.36 18.225 9.86 17 12 17c1.777 0 3.231.873 4.514 1.642C17.678 19.341 18.777 20 20 20c1.398 0 2.449-.863 3.293-1.707l1.414 1.414C23.64 20.775 22.14 22 20 22"/><path fill="currentColor" d="M16 30C8.28 30 2 23.72 2 16S8.28 2 16 2s14 6.28 14 14s-6.28 14-14 14m0-26C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4"/></svg> </template>
CSS
.icon-equal-approximately {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2015c-1.777%200-3.231-.873-4.514-1.642C14.322%2012.659%2013.223%2012%2012%2012c-1.398%200-2.449.863-3.293%201.707l-1.414-1.414C8.36%2011.225%209.86%2010%2012%2010c1.777%200%203.231.873%204.514%201.642C17.678%2012.341%2018.777%2013%2020%2013c1.398%200%202.449-.863%203.293-1.707l1.414%201.414C23.64%2013.775%2022.14%2015%2020%2015m0%207c-1.777%200-3.231-.873-4.514-1.642C14.322%2019.659%2013.223%2019%2012%2019c-1.398%200-2.449.863-3.293%201.707l-1.414-1.414C8.36%2018.225%209.86%2017%2012%2017c1.777%200%203.231.873%204.514%201.642C17.678%2019.341%2018.777%2020%2020%2020c1.398%200%202.449-.863%203.293-1.707l1.414%201.414C23.64%2020.775%2022.14%2022%2020%2022%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2030C8.28%2030%202%2023.72%202%2016S8.28%202%2016%202s14%206.28%2014%2014s-6.28%2014-14%2014m0-26C9.383%204%204%209.383%204%2016s5.383%2012%2012%2012s12-5.383%2012-12S22.617%204%2016%204%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2015c-1.777%200-3.231-.873-4.514-1.642C14.322%2012.659%2013.223%2012%2012%2012c-1.398%200-2.449.863-3.293%201.707l-1.414-1.414C8.36%2011.225%209.86%2010%2012%2010c1.777%200%203.231.873%204.514%201.642C17.678%2012.341%2018.777%2013%2020%2013c1.398%200%202.449-.863%203.293-1.707l1.414%201.414C23.64%2013.775%2022.14%2015%2020%2015m0%207c-1.777%200-3.231-.873-4.514-1.642C14.322%2019.659%2013.223%2019%2012%2019c-1.398%200-2.449.863-3.293%201.707l-1.414-1.414C8.36%2018.225%209.86%2017%2012%2017c1.777%200%203.231.873%204.514%201.642C17.678%2019.341%2018.777%2020%2020%2020c1.398%200%202.449-.863%203.293-1.707l1.414%201.414C23.64%2020.775%2022.14%2022%2020%2022%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2030C8.28%2030%202%2023.72%202%2016S8.28%202%2016%202s14%206.28%2014%2014s-6.28%2014-14%2014m0-26C9.383%204%204%209.383%204%2016s5.383%2012%2012%2012s12-5.383%2012-12S22.617%204%2016%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/equal-approximately.svg?color=%231a73e8&size=48