Sign Lemniscate Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign Lemniscate 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/308373.svg" alt="Sign Lemniscate Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308373.svg" alt="Sign Lemniscate Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308373.svg" alt="Sign Lemniscate Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----lemniscate---svg {
background-image: url('https://proicons.com/icon/308373.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 d="M6 8C8.20914 8 11 12 11 12C11 12 8.20914 16 6 16C3.79086 16 2 14.2091 2 12C2 9.79086 3.79086 8 6 8Z" stroke="#2B70C9" stroke-width="2" stroke-linejoin="round"/> <path d="M17 17C14.2386 17 11 12 11 12C11 12 14.2386 7 17 7C19.7614 7 22 9.23858 22 12C22 14.7614 19.7614 17 17 17Z" stroke="#1CB0F6" stroke-width="2" stroke-linejoin="round"/> </svg>
Copied!