Lagrange Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lagrange 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/342704.svg" alt="Lagrange icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342704.svg" alt="Lagrange icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342704.svg" alt="Lagrange icon" :width="24" :height="24" />
CSS background
.icon-lagrange {
background-image: url('https://proicons.com/icon/342704.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="15.4554" cy="28.1854" r="9.8748"/><circle class="a" cx="36.0689" cy="16.2842" r="6.5089"/><ellipse class="a" cx="21.7432" cy="25.3012" rx="6.6271" ry="18.7084" transform="translate(-9.7376 14.2613) rotate(-30)"/><ellipse class="a" cx="23.997" cy="24" rx="6.6271" ry="18.7084" transform="translate(-8.785 15.2139) rotate(-30)"/><path class="a" d="M33.6239,22.4419c3.84,7.8025,4.7876,14.8384,1.981,16.4588-3.17,1.83-9.9272-3.94-15.0934-12.8884S13.7269,8.3269,16.8966,6.4969C19.5814,4.9468,24.84,8.85,29.526,15.5178"/></svg>
Copied!