shortcut square icon

shortcut-square-solid from Iconoir by Luca Burgio · Solid · Navigation · MIT Free for personal and commercial use.

Name
shortcut-square-solid
Set
Iconoir
Style
Solid
Category
Navigation
Viewbox
24×24
License
MIT

1 other variant in Iconoir

More navigation icons from Iconoir

Use the shortcut square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.25 3.6c0-.746.604-1.35 1.35-1.35h16.8c.746 0 1.35.604 1.35 1.35v16.8a1.35 1.35 0 0 1-1.35 1.35H3.6a1.35 1.35 0 0 1-1.35-1.35zm13.33 3.92a.75.75 0 0 0-.555-.245h-4.95a.75.75 0 1 0 0 1.5h3.14l-2.256 2.256c-.711.711-1.101 1.46-1.25 2.2a3.8 3.8 0 0 0 .14 1.97a5 5 0 0 0 .682 1.32c.197.275.36.45.412.504c.29.295.78.312 1.077.016a.75.75 0 0 0 0-1.06a3 3 0 0 1-.268-.332a3.6 3.6 0 0 1-.48-.922a2.3 2.3 0 0 1-.091-1.202c.084-.419.313-.908.839-1.434l2.255-2.255v3.14a.75.75 0 0 0 1.5 0v-4.95a.75.75 0 0 0-.196-.506" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function IconoirShortcutSquareSolid(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" fillRule="evenodd" d="M2.25 3.6c0-.746.604-1.35 1.35-1.35h16.8c.746 0 1.35.604 1.35 1.35v16.8a1.35 1.35 0 0 1-1.35 1.35H3.6a1.35 1.35 0 0 1-1.35-1.35zm13.33 3.92a.75.75 0 0 0-.555-.245h-4.95a.75.75 0 1 0 0 1.5h3.14l-2.256 2.256c-.711.711-1.101 1.46-1.25 2.2a3.8 3.8 0 0 0 .14 1.97a5 5 0 0 0 .682 1.32c.197.275.36.45.412.504c.29.295.78.312 1.077.016a.75.75 0 0 0 0-1.06a3 3 0 0 1-.268-.332a3.6 3.6 0 0 1-.48-.922a2.3 2.3 0 0 1-.091-1.202c.084-.419.313-.908.839-1.434l2.255-2.255v3.14a.75.75 0 0 0 1.5 0v-4.95a.75.75 0 0 0-.196-.506" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.25 3.6c0-.746.604-1.35 1.35-1.35h16.8c.746 0 1.35.604 1.35 1.35v16.8a1.35 1.35 0 0 1-1.35 1.35H3.6a1.35 1.35 0 0 1-1.35-1.35zm13.33 3.92a.75.75 0 0 0-.555-.245h-4.95a.75.75 0 1 0 0 1.5h3.14l-2.256 2.256c-.711.711-1.101 1.46-1.25 2.2a3.8 3.8 0 0 0 .14 1.97a5 5 0 0 0 .682 1.32c.197.275.36.45.412.504c.29.295.78.312 1.077.016a.75.75 0 0 0 0-1.06a3 3 0 0 1-.268-.332a3.6 3.6 0 0 1-.48-.922a2.3 2.3 0 0 1-.091-1.202c.084-.419.313-.908.839-1.434l2.255-2.255v3.14a.75.75 0 0 0 1.5 0v-4.95a.75.75 0 0 0-.196-.506" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-shortcut-square-solid {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%203.6c0-.746.604-1.35%201.35-1.35h16.8c.746%200%201.35.604%201.35%201.35v16.8a1.35%201.35%200%200%201-1.35%201.35H3.6a1.35%201.35%200%200%201-1.35-1.35zm13.33%203.92a.75.75%200%200%200-.555-.245h-4.95a.75.75%200%201%200%200%201.5h3.14l-2.256%202.256c-.711.711-1.101%201.46-1.25%202.2a3.8%203.8%200%200%200%20.14%201.97a5%205%200%200%200%20.682%201.32c.197.275.36.45.412.504c.29.295.78.312%201.077.016a.75.75%200%200%200%200-1.06a3%203%200%200%201-.268-.332a3.6%203.6%200%200%201-.48-.922a2.3%202.3%200%200%201-.091-1.202c.084-.419.313-.908.839-1.434l2.255-2.255v3.14a.75.75%200%200%200%201.5%200v-4.95a.75.75%200%200%200-.196-.506%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%203.6c0-.746.604-1.35%201.35-1.35h16.8c.746%200%201.35.604%201.35%201.35v16.8a1.35%201.35%200%200%201-1.35%201.35H3.6a1.35%201.35%200%200%201-1.35-1.35zm13.33%203.92a.75.75%200%200%200-.555-.245h-4.95a.75.75%200%201%200%200%201.5h3.14l-2.256%202.256c-.711.711-1.101%201.46-1.25%202.2a3.8%203.8%200%200%200%20.14%201.97a5%205%200%200%200%20.682%201.32c.197.275.36.45.412.504c.29.295.78.312%201.077.016a.75.75%200%200%200%200-1.06a3%203%200%200%201-.268-.332a3.6%203.6%200%200%201-.48-.922a2.3%202.3%200%200%201-.091-1.202c.084-.419.313-.908.839-1.434l2.255-2.255v3.14a.75.75%200%200%200%201.5%200v-4.95a.75.75%200%200%200-.196-.506%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/shortcut-square-solid.svg?color=%231a73e8&size=48