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

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

Use the scrimba logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 6.222a2.22 2.22 0 0 1-2.222 2.222h-8.89a2.222 2.222 0 0 1 0-4.444h8.89C23.005 4 24 4.995 24 6.222m-7.333 9.334h-8.89a2.222 2.222 0 0 0 0 4.444h8.89a2.222 2.222 0 0 0 0-4.444m0-5.778H13.11a2.222 2.222 0 0 0 0 4.444h3.556a2.222 2.222 0 0 0 0-4.444zM2.222 15.556a2.222 2.222 0 1 0 0 4.444a2.222 2.222 0 0 0 0-4.444"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsScrimba(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="M24 6.222a2.22 2.22 0 0 1-2.222 2.222h-8.89a2.222 2.222 0 0 1 0-4.444h8.89C23.005 4 24 4.995 24 6.222m-7.333 9.334h-8.89a2.222 2.222 0 0 0 0 4.444h8.89a2.222 2.222 0 0 0 0-4.444m0-5.778H13.11a2.222 2.222 0 0 0 0 4.444h3.556a2.222 2.222 0 0 0 0-4.444zM2.222 15.556a2.222 2.222 0 1 0 0 4.444a2.222 2.222 0 0 0 0-4.444"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 6.222a2.22 2.22 0 0 1-2.222 2.222h-8.89a2.222 2.222 0 0 1 0-4.444h8.89C23.005 4 24 4.995 24 6.222m-7.333 9.334h-8.89a2.222 2.222 0 0 0 0 4.444h8.89a2.222 2.222 0 0 0 0-4.444m0-5.778H13.11a2.222 2.222 0 0 0 0 4.444h3.556a2.222 2.222 0 0 0 0-4.444zM2.222 15.556a2.222 2.222 0 1 0 0 4.444a2.222 2.222 0 0 0 0-4.444"/></svg>
</template>

CSS

.icon-scrimba {
  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%22M24%206.222a2.22%202.22%200%200%201-2.222%202.222h-8.89a2.222%202.222%200%200%201%200-4.444h8.89C23.005%204%2024%204.995%2024%206.222m-7.333%209.334h-8.89a2.222%202.222%200%200%200%200%204.444h8.89a2.222%202.222%200%200%200%200-4.444m0-5.778H13.11a2.222%202.222%200%200%200%200%204.444h3.556a2.222%202.222%200%200%200%200-4.444zM2.222%2015.556a2.222%202.222%200%201%200%200%204.444a2.222%202.222%200%200%200%200-4.444%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%22M24%206.222a2.22%202.22%200%200%201-2.222%202.222h-8.89a2.222%202.222%200%200%201%200-4.444h8.89C23.005%204%2024%204.995%2024%206.222m-7.333%209.334h-8.89a2.222%202.222%200%200%200%200%204.444h8.89a2.222%202.222%200%200%200%200-4.444m0-5.778H13.11a2.222%202.222%200%200%200%200%204.444h3.556a2.222%202.222%200%200%200%200-4.444zM2.222%2015.556a2.222%202.222%200%201%200%200%204.444a2.222%202.222%200%200%200%200-4.444%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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