set forward icon

set-forward from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
set-forward
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

Related icons in Jam Icons

Use the set forward icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M13.82 9.523a.976.976 0 0 0-.324-1.363L3.574 2.128a1.03 1.03 0 0 0-.535-.149c-.56 0-1.013.443-1.013.99V15.03c0 .185.053.366.153.523c.296.464.92.606 1.395.317l9.922-6.031c.131-.08.243-.189.325-.317zm.18 2.341l-9.355 5.687c-1.425.867-3.3.44-4.186-.951A2.9 2.9 0 0 1 0 15.03V2.97C0 1.329 1.36 0 3.04 0c.567 0 1.123.155 1.605.448L14 6.135V2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2zM16 2v14h2V2z"/></svg>

React

import type { SVGProps } from "react";

export function JamSetForward(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M13.82 9.523a.976.976 0 0 0-.324-1.363L3.574 2.128a1.03 1.03 0 0 0-.535-.149c-.56 0-1.013.443-1.013.99V15.03c0 .185.053.366.153.523c.296.464.92.606 1.395.317l9.922-6.031c.131-.08.243-.189.325-.317zm.18 2.341l-9.355 5.687c-1.425.867-3.3.44-4.186-.951A2.9 2.9 0 0 1 0 15.03V2.97C0 1.329 1.36 0 3.04 0c.567 0 1.123.155 1.605.448L14 6.135V2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2zM16 2v14h2V2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M13.82 9.523a.976.976 0 0 0-.324-1.363L3.574 2.128a1.03 1.03 0 0 0-.535-.149c-.56 0-1.013.443-1.013.99V15.03c0 .185.053.366.153.523c.296.464.92.606 1.395.317l9.922-6.031c.131-.08.243-.189.325-.317zm.18 2.341l-9.355 5.687c-1.425.867-3.3.44-4.186-.951A2.9 2.9 0 0 1 0 15.03V2.97C0 1.329 1.36 0 3.04 0c.567 0 1.123.155 1.605.448L14 6.135V2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2zM16 2v14h2V2z"/></svg>
</template>

CSS

.icon-set-forward {
  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%22-2%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.82%209.523a.976.976%200%200%200-.324-1.363L3.574%202.128a1.03%201.03%200%200%200-.535-.149c-.56%200-1.013.443-1.013.99V15.03c0%20.185.053.366.153.523c.296.464.92.606%201.395.317l9.922-6.031c.131-.08.243-.189.325-.317zm.18%202.341l-9.355%205.687c-1.425.867-3.3.44-4.186-.951A2.9%202.9%200%200%201%200%2015.03V2.97C0%201.329%201.36%200%203.04%200c.567%200%201.123.155%201.605.448L14%206.135V2a2%202%200%200%201%202-2h2a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202h-2a2%202%200%200%201-2-2zM16%202v14h2V2z%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%22-2%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.82%209.523a.976.976%200%200%200-.324-1.363L3.574%202.128a1.03%201.03%200%200%200-.535-.149c-.56%200-1.013.443-1.013.99V15.03c0%20.185.053.366.153.523c.296.464.92.606%201.395.317l9.922-6.031c.131-.08.243-.189.325-.317zm.18%202.341l-9.355%205.687c-1.425.867-3.3.44-4.186-.951A2.9%202.9%200%200%201%200%2015.03V2.97C0%201.329%201.36%200%203.04%200c.567%200%201.123.155%201.605.448L14%206.135V2a2%202%200%200%201%202-2h2a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202h-2a2%202%200%200%201-2-2zM16%202v14h2V2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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