equal icon
equal from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- equal
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
Related icons in Framework7 Icons
Use the equal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.797 22.691h28.43c1.125 0 2.086-.96 2.086-2.109c0-1.148-.961-2.086-2.086-2.086h-28.43c-1.125 0-2.11.938-2.11 2.086s.985 2.11 2.11 2.11m0 14.813h28.43c1.125 0 2.086-.938 2.086-2.086s-.961-2.11-2.086-2.11h-28.43c-1.125 0-2.11.962-2.11 2.11s.985 2.086 2.11 2.086"/></svg>
React
import type { SVGProps } from "react";
export function F7Equal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.797 22.691h28.43c1.125 0 2.086-.96 2.086-2.109c0-1.148-.961-2.086-2.086-2.086h-28.43c-1.125 0-2.11.938-2.11 2.086s.985 2.11 2.11 2.11m0 14.813h28.43c1.125 0 2.086-.938 2.086-2.086s-.961-2.11-2.086-2.11h-28.43c-1.125 0-2.11.962-2.11 2.11s.985 2.086 2.11 2.086"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.797 22.691h28.43c1.125 0 2.086-.96 2.086-2.109c0-1.148-.961-2.086-2.086-2.086h-28.43c-1.125 0-2.11.938-2.11 2.086s.985 2.11 2.11 2.11m0 14.813h28.43c1.125 0 2.086-.938 2.086-2.086s-.961-2.11-2.086-2.11h-28.43c-1.125 0-2.11.962-2.11 2.11s.985 2.086 2.11 2.086"/></svg> </template>
CSS
.icon-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.797%2022.691h28.43c1.125%200%202.086-.96%202.086-2.109c0-1.148-.961-2.086-2.086-2.086h-28.43c-1.125%200-2.11.938-2.11%202.086s.985%202.11%202.11%202.11m0%2014.813h28.43c1.125%200%202.086-.938%202.086-2.086s-.961-2.11-2.086-2.11h-28.43c-1.125%200-2.11.962-2.11%202.11s.985%202.086%202.11%202.086%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.797%2022.691h28.43c1.125%200%202.086-.96%202.086-2.109c0-1.148-.961-2.086-2.086-2.086h-28.43c-1.125%200-2.11.938-2.11%202.086s.985%202.11%202.11%202.11m0%2014.813h28.43c1.125%200%202.086-.938%202.086-2.086s-.961-2.11-2.086-2.11h-28.43c-1.125%200-2.11.962-2.11%202.11s.985%202.086%202.11%202.086%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/equal.svg?color=%231a73e8&size=48