Instructure Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Instructure 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/314776.svg" alt="Instructure icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314776.svg" alt="Instructure icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314776.svg" alt="Instructure icon" :width="24" :height="24" />
CSS background
.icon-instructure {
background-image: url('https://proicons.com/icon/314776.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>Instructure</title><path d="m11.996 0-5.11 2.878L12 5.76l5.115-2.878ZM6.032 3.36.918 6.237 6.036 9.12l5.115-2.879Zm11.929 0-5.112 2.878 5.115 2.882 5.118-2.879zM12 11.52.918 17.76 12 24l11.082-6.241Z"/></svg>
Copied!