position-forward-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
position-forward-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT
Aliases
forward-24-regular

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the position forward icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 22A3.25 3.25 0 0 0 22 18.75v-8a3.25 3.25 0 0 0-3.25-3.25H17.5V9h1.25c.966 0 1.75.784 1.75 1.75v8a1.75 1.75 0 0 1-1.75 1.75h-8A1.75 1.75 0 0 1 9 18.75V17.5H7.5v1.25A3.25 3.25 0 0 0 10.75 22zm-5.5-5.5a3.25 3.25 0 0 0 3.25-3.25v-8A3.25 3.25 0 0 0 13.25 2h-8A3.25 3.25 0 0 0 2 5.25v8a3.25 3.25 0 0 0 3.25 3.25zM15 13.25A1.75 1.75 0 0 1 13.25 15h-.78L15 12.47zm0-2.781L10.469 15h-2L15 8.469zM6.348 15H5.25c-.231 0-.452-.045-.655-.127L14.873 4.595q.125.307.127.655v1.098zm-2.77-1.23a1.8 1.8 0 0 1-.078-.52v-1.281L11.969 3.5h1.281q.271 0 .52.078zM3.5 9.847V7.969L7.969 3.5h1.879zm0-4V5.25c0-.966.784-1.75 1.75-1.75h.598z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPositionForward24Regular(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="M18.75 22A3.25 3.25 0 0 0 22 18.75v-8a3.25 3.25 0 0 0-3.25-3.25H17.5V9h1.25c.966 0 1.75.784 1.75 1.75v8a1.75 1.75 0 0 1-1.75 1.75h-8A1.75 1.75 0 0 1 9 18.75V17.5H7.5v1.25A3.25 3.25 0 0 0 10.75 22zm-5.5-5.5a3.25 3.25 0 0 0 3.25-3.25v-8A3.25 3.25 0 0 0 13.25 2h-8A3.25 3.25 0 0 0 2 5.25v8a3.25 3.25 0 0 0 3.25 3.25zM15 13.25A1.75 1.75 0 0 1 13.25 15h-.78L15 12.47zm0-2.781L10.469 15h-2L15 8.469zM6.348 15H5.25c-.231 0-.452-.045-.655-.127L14.873 4.595q.125.307.127.655v1.098zm-2.77-1.23a1.8 1.8 0 0 1-.078-.52v-1.281L11.969 3.5h1.281q.271 0 .52.078zM3.5 9.847V7.969L7.969 3.5h1.879zm0-4V5.25c0-.966.784-1.75 1.75-1.75h.598z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 22A3.25 3.25 0 0 0 22 18.75v-8a3.25 3.25 0 0 0-3.25-3.25H17.5V9h1.25c.966 0 1.75.784 1.75 1.75v8a1.75 1.75 0 0 1-1.75 1.75h-8A1.75 1.75 0 0 1 9 18.75V17.5H7.5v1.25A3.25 3.25 0 0 0 10.75 22zm-5.5-5.5a3.25 3.25 0 0 0 3.25-3.25v-8A3.25 3.25 0 0 0 13.25 2h-8A3.25 3.25 0 0 0 2 5.25v8a3.25 3.25 0 0 0 3.25 3.25zM15 13.25A1.75 1.75 0 0 1 13.25 15h-.78L15 12.47zm0-2.781L10.469 15h-2L15 8.469zM6.348 15H5.25c-.231 0-.452-.045-.655-.127L14.873 4.595q.125.307.127.655v1.098zm-2.77-1.23a1.8 1.8 0 0 1-.078-.52v-1.281L11.969 3.5h1.281q.271 0 .52.078zM3.5 9.847V7.969L7.969 3.5h1.879zm0-4V5.25c0-.966.784-1.75 1.75-1.75h.598z"/></svg>
</template>

CSS

.icon-position-forward-24-regular {
  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%22M18.75%2022A3.25%203.25%200%200%200%2022%2018.75v-8a3.25%203.25%200%200%200-3.25-3.25H17.5V9h1.25c.966%200%201.75.784%201.75%201.75v8a1.75%201.75%200%200%201-1.75%201.75h-8A1.75%201.75%200%200%201%209%2018.75V17.5H7.5v1.25A3.25%203.25%200%200%200%2010.75%2022zm-5.5-5.5a3.25%203.25%200%200%200%203.25-3.25v-8A3.25%203.25%200%200%200%2013.25%202h-8A3.25%203.25%200%200%200%202%205.25v8a3.25%203.25%200%200%200%203.25%203.25zM15%2013.25A1.75%201.75%200%200%201%2013.25%2015h-.78L15%2012.47zm0-2.781L10.469%2015h-2L15%208.469zM6.348%2015H5.25c-.231%200-.452-.045-.655-.127L14.873%204.595q.125.307.127.655v1.098zm-2.77-1.23a1.8%201.8%200%200%201-.078-.52v-1.281L11.969%203.5h1.281q.271%200%20.52.078zM3.5%209.847V7.969L7.969%203.5h1.879zm0-4V5.25c0-.966.784-1.75%201.75-1.75h.598z%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%22M18.75%2022A3.25%203.25%200%200%200%2022%2018.75v-8a3.25%203.25%200%200%200-3.25-3.25H17.5V9h1.25c.966%200%201.75.784%201.75%201.75v8a1.75%201.75%200%200%201-1.75%201.75h-8A1.75%201.75%200%200%201%209%2018.75V17.5H7.5v1.25A3.25%203.25%200%200%200%2010.75%2022zm-5.5-5.5a3.25%203.25%200%200%200%203.25-3.25v-8A3.25%203.25%200%200%200%2013.25%202h-8A3.25%203.25%200%200%200%202%205.25v8a3.25%203.25%200%200%200%203.25%203.25zM15%2013.25A1.75%201.75%200%200%201%2013.25%2015h-.78L15%2012.47zm0-2.781L10.469%2015h-2L15%208.469zM6.348%2015H5.25c-.231%200-.452-.045-.655-.127L14.873%204.595q.125.307.127.655v1.098zm-2.77-1.23a1.8%201.8%200%200%201-.078-.52v-1.281L11.969%203.5h1.281q.271%200%20.52.078zM3.5%209.847V7.969L7.969%203.5h1.879zm0-4V5.25c0-.966.784-1.75%201.75-1.75h.598z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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