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

Name
dock-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the dock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.794 9.997h4.698a.75.75 0 0 1 .102 1.493l-.102.007H4.794c-.672 0-1.203.45-1.267 1.001l-.006.112l-.021 4.776c0 .561.49 1.046 1.14 1.104l.133.006h14.454c.672 0 1.203-.45 1.267-1.001l.006-.112l.02-4.776c0-.561-.488-1.046-1.14-1.104l-.132-.006h-4.695a.75.75 0 0 1-.102-1.493l.102-.007h4.695c1.46 0 2.676 1.066 2.767 2.446l.006.167L22 17.386c0 1.4-1.16 2.52-2.599 2.605l-.174.005H4.773c-1.46 0-2.676-1.067-2.767-2.446L2 17.383l.02-4.776c0-1.4 1.16-2.521 2.6-2.605zh4.698zm7.652-6.85l.084.073l3.925 3.925a.75.75 0 0 1-.976 1.133l-.084-.073l-2.657-2.66l.002 9.709a.75.75 0 0 1-1.5 0V5.569L8.606 8.205a.75.75 0 0 1-.976.073l-.084-.073a.75.75 0 0 1-.073-.976l.073-.084L11.47 3.22a.75.75 0 0 1 .976-.073"/></svg>

React

import type { SVGProps } from "react";

export function FluentDock24Regular(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="M4.794 9.997h4.698a.75.75 0 0 1 .102 1.493l-.102.007H4.794c-.672 0-1.203.45-1.267 1.001l-.006.112l-.021 4.776c0 .561.49 1.046 1.14 1.104l.133.006h14.454c.672 0 1.203-.45 1.267-1.001l.006-.112l.02-4.776c0-.561-.488-1.046-1.14-1.104l-.132-.006h-4.695a.75.75 0 0 1-.102-1.493l.102-.007h4.695c1.46 0 2.676 1.066 2.767 2.446l.006.167L22 17.386c0 1.4-1.16 2.52-2.599 2.605l-.174.005H4.773c-1.46 0-2.676-1.067-2.767-2.446L2 17.383l.02-4.776c0-1.4 1.16-2.521 2.6-2.605zh4.698zm7.652-6.85l.084.073l3.925 3.925a.75.75 0 0 1-.976 1.133l-.084-.073l-2.657-2.66l.002 9.709a.75.75 0 0 1-1.5 0V5.569L8.606 8.205a.75.75 0 0 1-.976.073l-.084-.073a.75.75 0 0 1-.073-.976l.073-.084L11.47 3.22a.75.75 0 0 1 .976-.073"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.794 9.997h4.698a.75.75 0 0 1 .102 1.493l-.102.007H4.794c-.672 0-1.203.45-1.267 1.001l-.006.112l-.021 4.776c0 .561.49 1.046 1.14 1.104l.133.006h14.454c.672 0 1.203-.45 1.267-1.001l.006-.112l.02-4.776c0-.561-.488-1.046-1.14-1.104l-.132-.006h-4.695a.75.75 0 0 1-.102-1.493l.102-.007h4.695c1.46 0 2.676 1.066 2.767 2.446l.006.167L22 17.386c0 1.4-1.16 2.52-2.599 2.605l-.174.005H4.773c-1.46 0-2.676-1.067-2.767-2.446L2 17.383l.02-4.776c0-1.4 1.16-2.521 2.6-2.605zh4.698zm7.652-6.85l.084.073l3.925 3.925a.75.75 0 0 1-.976 1.133l-.084-.073l-2.657-2.66l.002 9.709a.75.75 0 0 1-1.5 0V5.569L8.606 8.205a.75.75 0 0 1-.976.073l-.084-.073a.75.75 0 0 1-.073-.976l.073-.084L11.47 3.22a.75.75 0 0 1 .976-.073"/></svg>
</template>

CSS

.icon-dock-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%22M4.794%209.997h4.698a.75.75%200%200%201%20.102%201.493l-.102.007H4.794c-.672%200-1.203.45-1.267%201.001l-.006.112l-.021%204.776c0%20.561.49%201.046%201.14%201.104l.133.006h14.454c.672%200%201.203-.45%201.267-1.001l.006-.112l.02-4.776c0-.561-.488-1.046-1.14-1.104l-.132-.006h-4.695a.75.75%200%200%201-.102-1.493l.102-.007h4.695c1.46%200%202.676%201.066%202.767%202.446l.006.167L22%2017.386c0%201.4-1.16%202.52-2.599%202.605l-.174.005H4.773c-1.46%200-2.676-1.067-2.767-2.446L2%2017.383l.02-4.776c0-1.4%201.16-2.521%202.6-2.605zh4.698zm7.652-6.85l.084.073l3.925%203.925a.75.75%200%200%201-.976%201.133l-.084-.073l-2.657-2.66l.002%209.709a.75.75%200%200%201-1.5%200V5.569L8.606%208.205a.75.75%200%200%201-.976.073l-.084-.073a.75.75%200%200%201-.073-.976l.073-.084L11.47%203.22a.75.75%200%200%201%20.976-.073%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%22M4.794%209.997h4.698a.75.75%200%200%201%20.102%201.493l-.102.007H4.794c-.672%200-1.203.45-1.267%201.001l-.006.112l-.021%204.776c0%20.561.49%201.046%201.14%201.104l.133.006h14.454c.672%200%201.203-.45%201.267-1.001l.006-.112l.02-4.776c0-.561-.488-1.046-1.14-1.104l-.132-.006h-4.695a.75.75%200%200%201-.102-1.493l.102-.007h4.695c1.46%200%202.676%201.066%202.767%202.446l.006.167L22%2017.386c0%201.4-1.16%202.52-2.599%202.605l-.174.005H4.773c-1.46%200-2.676-1.067-2.767-2.446L2%2017.383l.02-4.776c0-1.4%201.16-2.521%202.6-2.605zh4.698zm7.652-6.85l.084.073l3.925%203.925a.75.75%200%200%201-.976%201.133l-.084-.073l-2.657-2.66l.002%209.709a.75.75%200%200%201-1.5%200V5.569L8.606%208.205a.75.75%200%200%201-.976.073l-.084-.073a.75.75%200%200%201-.073-.976l.073-.084L11.47%203.22a.75.75%200%200%201%20.976-.073%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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