Mentorcruise Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Mentorcruise 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/315163.svg" alt="Mentorcruise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315163.svg" alt="Mentorcruise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315163.svg" alt="Mentorcruise icon" :width="24" :height="24" />
CSS background
.icon-mentorcruise {
background-image: url('https://proicons.com/icon/315163.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>MentorCruise</title><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0Zm-.387 3.791v8.08H6.947c1.557-2.693 3.111-5.386 4.666-8.08Zm.774 0c1.554 2.694 3.11 5.387 4.666 8.08h-4.666Zm-9.244 8.854h17.714l-1.68 2.91H4.823Zm2.125 3.683h13.464l-1.68 2.908H6.948Z"/></svg>
Copied!