Mgr Online Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mgr Online 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/329155.svg" alt="Mgr Online icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329155.svg" alt="Mgr Online icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329155.svg" alt="Mgr Online icon" :width="24" :height="24" />
CSS background
.icon-mgr-online {
background-image: url('https://proicons.com/icon/329155.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M11.835,31.9787h0c-1.0892.0079-1.9786-.8688-1.9865-1.958,0-.0095,0-.019,0-.0285v-2.0628c0-1.1458.917-2.0628,1.9865-2.0628h0c1.1348-.0044,2.0583.9119,2.0628,2.0468,0,.0053,0,.0107,0,.016v1.9865c.0044,1.1348-.9119,2.0583-2.0468,2.0628-.0053,0-.0107,0-.016,0Z"/><polyline class="c" points="38.1506 31.9787 35.0946 31.9787 35.0946 25.8667 38.1506 25.8667"/><line class="c" x1="35.0946" y1="28.9227" x2="37.0811" y2="28.9227"/><polyline class="c" points="29.0367 31.9787 29.0367 25.8667 33.0859 31.9787 33.0859 25.8667"/><polyline class="c" points="15.9064 31.9787 15.9064 25.8667 19.9556 31.9787 19.9556 25.8667"/><line class="c" x1="27.0281" y1="25.8667" x2="27.0281" y2="31.9787"/><polyline class="c" points="21.9643 25.8667 21.9643 31.9787 25.0203 31.9787"/><path class="c" d="M31.2289,16.0301h5.8956c.7627,0,1.3746.6562,1.3746,1.5032v.6092c0,.8469-.6119,1.5289-1.3746,1.5289h-5.8947"/><path class="c" d="M37.1245,19.6971c.7627,0,1.3755.6562,1.3755,1.5032v1.2699"/><line class="c" x1="31.2298" y1="16.0292" x2="31.2298" y2="22.4702"/><path class="c" d="M29.2522,17.3337c-.1313-.744-.9258-1.3125-1.8925-1.3125h-3.957c-1.0589,0-1.9102.6811-1.9102,1.528v3.401c0,.8469.8513,1.528,1.9102,1.528h3.957c1.058,0,1.9102-.6811,1.9102-1.528v-1.2416h-3.8816"/><polyline class="c" points="19.5326 22.456 19.5326 16.0434 18.9917 16.0434 15.0719 22.456 13.9607 22.456 10.041 16.0434 9.5 16.0434 9.5 22.456"/><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!