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/308981.svg" alt="Sign Lemniscate Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308981.svg" alt="Sign Lemniscate Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308981.svg" alt="Sign Lemniscate Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----lemniscate---svg {
background-image: url('https://proicons.com/icon/308981.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="M17 8C19.2091 8 21 9.79086 21 12C21 14.2091 19.2091 16 17 16C16.5981 16 16.0775 15.8103 15.4584 15.3908C14.8538 14.9813 14.2486 14.4163 13.699 13.8214C13.1533 13.2308 12.6856 12.6359 12.3531 12.1865C12.3046 12.1209 12.259 12.0586 12.2167 12C12.259 11.9414 12.3046 11.8791 12.3531 11.8135C12.6856 11.3641 13.1533 10.7692 13.699 10.1786C14.2486 9.58368 14.8538 9.01874 15.4584 8.60916C16.0775 8.18972 16.5981 8 17 8ZM10.9676 13.6716C10.7055 13.9854 10.3925 14.3407 10.0448 14.6977C9.53078 15.2255 8.91769 15.7813 8.2613 16.2114C7.62173 16.6305 6.83631 17 6 17C3.23858 17 1 14.7614 1 12C1 9.23858 3.23858 7 6 7C6.83631 7 7.62173 7.36949 8.2613 7.78857C8.91769 8.21867 9.53078 8.77447 10.0448 9.30232C10.3925 9.65933 10.7055 10.0146 10.9676 10.3284C11.3055 9.88651 11.7367 9.35534 12.2299 8.82141C12.8352 8.16632 13.5574 7.48126 14.3367 6.95334C15.1014 6.43528 16.0212 6 17 6C20.3137 6 23 8.68629 23 12C23 15.3137 20.3137 18 17 18C16.0212 18 15.1014 17.5647 14.3367 17.0467C13.5574 16.5187 12.8352 15.8337 12.2299 15.1786C11.7367 14.6447 11.3055 14.1135 10.9676 13.6716ZM6 15C4.34315 15 3 13.6569 3 12C3 10.3431 4.34315 9 6 9C6.26826 9 6.66012 9.13051 7.16516 9.46143C7.65337 9.78133 8.15221 10.2255 8.61202 10.6977C9.06788 11.1658 9.46269 11.6378 9.74464 11.9948L9.74876 12L9.74464 12.0052C9.46269 12.3622 9.06788 12.8342 8.61202 13.3023C8.15221 13.7745 7.65337 14.2187 7.16516 14.5386C6.66012 14.8695 6.26826 15 6 15Z" fill="#292929"/> </svg>
Copied!