Sign Equal Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign Equal Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/308979.svg" alt="Sign Equal Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308979.svg" alt="Sign Equal Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308979.svg" alt="Sign Equal Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----equal---svg {
background-image: url('https://proicons.com/icon/308979.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M6 8C5.44772 8 5 8.44772 5 9C5 9.55228 5.44772 10 6 10H18C18.5523 10 19 9.55228 19 9C19 8.44772 18.5523 8 18 8H6ZM6 14C5.44772 14 5 14.4477 5 15C5 15.5523 5.44772 16 6 16H18C18.5523 16 19 15.5523 19 15C19 14.4477 18.5523 14 18 14H6Z" fill="#292929"/> </svg>
Copied!