My Ee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Ee 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/344303.svg" alt="My Ee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344303.svg" alt="My Ee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344303.svg" alt="My Ee icon" :width="24" :height="24" />
CSS background
.icon-my-ee {
background-image: url('https://proicons.com/icon/344303.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m31.0691,24c2.4215-2.0239,3.9638-5.0645,3.9638-8.4671,0-6.0933-4.9396-11.0329-11.0329-11.0329s-11.0329,4.9396-11.0329,11.0329c0,3.4026,1.5424,6.4432,3.9638,8.4671-2.4215,2.0239-3.9638,5.0645-3.9638,8.4671,0,6.0933,4.9397,11.0329,11.0329,11.0329s11.0329-4.9396,11.0329-11.0329c0-3.4026-1.5424-6.4432-3.9638-8.4671Z"/><g><line class="c" x1="21.6601" y1="32.4671" x2="24.7113" y2="32.4671"/><polyline class="c" points="26.3399 37.1469 21.6601 37.1469 21.6601 27.7872 26.3399 27.7872"/></g><g><line class="c" x1="21.6601" y1="15.5329" x2="24.7113" y2="15.5329"/><polyline class="c" points="26.3399 20.2128 21.6601 20.2128 21.6601 10.8531 26.3399 10.8531"/></g></svg>
Copied!