apple shortcuts icon

apple-shortcuts-solid from Iconoir by Luca Burgio · Solid · System · MIT Free for personal and commercial use.

Name
apple-shortcuts-solid
Set
Iconoir
Style
Solid
Category
System
Viewbox
24×24
License
MIT

1 other variant in Iconoir

More system icons from Iconoir

Use the apple shortcuts icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M3.249 11.32c-1.698-1.08-1.698-3.56 0-4.64l6.2-3.946a4.75 4.75 0 0 1 5.101 0l6.201 3.946c1.698 1.08 1.698 3.56 0 4.64l-6.2 3.946a4.75 4.75 0 0 1-5.101 0z"/><path d="m19.66 11.986l-5.11-3.252a4.75 4.75 0 0 0-5.1 0l-5.11 3.252l5.915 3.765a3.25 3.25 0 0 0 3.49 0zm1.362.889q-.127.104-.27.195l-6.202 3.946a4.75 4.75 0 0 1-5.1 0L3.249 13.07a3 3 0 0 1-.27-.195c-1.423 1.16-1.333 3.425.27 4.445l6.2 3.946a4.75 4.75 0 0 0 5.101 0l6.201-3.946c1.603-1.02 1.693-3.285.27-4.445"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirAppleShortcutsSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M3.249 11.32c-1.698-1.08-1.698-3.56 0-4.64l6.2-3.946a4.75 4.75 0 0 1 5.101 0l6.201 3.946c1.698 1.08 1.698 3.56 0 4.64l-6.2 3.946a4.75 4.75 0 0 1-5.101 0z"/><path d="m19.66 11.986l-5.11-3.252a4.75 4.75 0 0 0-5.1 0l-5.11 3.252l5.915 3.765a3.25 3.25 0 0 0 3.49 0zm1.362.889q-.127.104-.27.195l-6.202 3.946a4.75 4.75 0 0 1-5.1 0L3.249 13.07a3 3 0 0 1-.27-.195c-1.423 1.16-1.333 3.425.27 4.445l6.2 3.946a4.75 4.75 0 0 0 5.101 0l6.201-3.946c1.603-1.02 1.693-3.285.27-4.445"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M3.249 11.32c-1.698-1.08-1.698-3.56 0-4.64l6.2-3.946a4.75 4.75 0 0 1 5.101 0l6.201 3.946c1.698 1.08 1.698 3.56 0 4.64l-6.2 3.946a4.75 4.75 0 0 1-5.101 0z"/><path d="m19.66 11.986l-5.11-3.252a4.75 4.75 0 0 0-5.1 0l-5.11 3.252l5.915 3.765a3.25 3.25 0 0 0 3.49 0zm1.362.889q-.127.104-.27.195l-6.202 3.946a4.75 4.75 0 0 1-5.1 0L3.249 13.07a3 3 0 0 1-.27-.195c-1.423 1.16-1.333 3.425.27 4.445l6.2 3.946a4.75 4.75 0 0 0 5.101 0l6.201-3.946c1.603-1.02 1.693-3.285.27-4.445"/></g></svg>
</template>

CSS

.icon-apple-shortcuts-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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M3.249%2011.32c-1.698-1.08-1.698-3.56%200-4.64l6.2-3.946a4.75%204.75%200%200%201%205.101%200l6.201%203.946c1.698%201.08%201.698%203.56%200%204.64l-6.2%203.946a4.75%204.75%200%200%201-5.101%200z%22%2F%3E%3Cpath%20d%3D%22m19.66%2011.986l-5.11-3.252a4.75%204.75%200%200%200-5.1%200l-5.11%203.252l5.915%203.765a3.25%203.25%200%200%200%203.49%200zm1.362.889q-.127.104-.27.195l-6.202%203.946a4.75%204.75%200%200%201-5.1%200L3.249%2013.07a3%203%200%200%201-.27-.195c-1.423%201.16-1.333%203.425.27%204.445l6.2%203.946a4.75%204.75%200%200%200%205.101%200l6.201-3.946c1.603-1.02%201.693-3.285.27-4.445%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M3.249%2011.32c-1.698-1.08-1.698-3.56%200-4.64l6.2-3.946a4.75%204.75%200%200%201%205.101%200l6.201%203.946c1.698%201.08%201.698%203.56%200%204.64l-6.2%203.946a4.75%204.75%200%200%201-5.101%200z%22%2F%3E%3Cpath%20d%3D%22m19.66%2011.986l-5.11-3.252a4.75%204.75%200%200%200-5.1%200l-5.11%203.252l5.915%203.765a3.25%203.25%200%200%200%203.49%200zm1.362.889q-.127.104-.27.195l-6.202%203.946a4.75%204.75%200%200%201-5.1%200L3.249%2013.07a3%203%200%200%201-.27-.195c-1.423%201.16-1.333%203.425.27%204.445l6.2%203.946a4.75%204.75%200%200%200%205.101%200l6.201-3.946c1.603-1.02%201.693-3.285.27-4.445%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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