instructure logo

instructure from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
instructure
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the instructure logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.996 0l-5.11 2.878L12 5.76l5.115-2.878ZM6.032 3.36L.918 6.237L6.036 9.12l5.115-2.879Zm11.929 0l-5.112 2.878l5.115 2.882l5.118-2.879zM12 11.52L.918 17.76L12 24l11.082-6.241Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsInstructure(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.996 0l-5.11 2.878L12 5.76l5.115-2.878ZM6.032 3.36L.918 6.237L6.036 9.12l5.115-2.879Zm11.929 0l-5.112 2.878l5.115 2.882l5.118-2.879zM12 11.52L.918 17.76L12 24l11.082-6.241Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.996 0l-5.11 2.878L12 5.76l5.115-2.878ZM6.032 3.36L.918 6.237L6.036 9.12l5.115-2.879Zm11.929 0l-5.112 2.878l5.115 2.882l5.118-2.879zM12 11.52L.918 17.76L12 24l11.082-6.241Z"/></svg>
</template>

CSS

.icon-instructure {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.996%200l-5.11%202.878L12%205.76l5.115-2.878ZM6.032%203.36L.918%206.237L6.036%209.12l5.115-2.879Zm11.929%200l-5.112%202.878l5.115%202.882l5.118-2.879zM12%2011.52L.918%2017.76L12%2024l11.082-6.241Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.996%200l-5.11%202.878L12%205.76l5.115-2.878ZM6.032%203.36L.918%206.237L6.036%209.12l5.115-2.879Zm11.929%200l-5.112%202.878l5.115%202.882l5.118-2.879zM12%2011.52L.918%2017.76L12%2024l11.082-6.241Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/instructure.svg?color=%231a73e8&size=48