undertake hold up icon

undertake-hold-up-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
undertake-hold-up-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the undertake hold up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.557 13.526l.123.02a2.558 2.558 0 0 1 1.688 3.854c-.25.404-.607.73-1.032.942l-.027.014l-3.74 1.595l-6.196 1.549H0v-7.25h4.086l2.052-2.052a3.25 3.25 0 0 1 1.251-.776a5.358 5.358 0 0 1 7.613-7.46a5.357 5.357 0 0 1 7.21 7.91zM3.5 16.25H2v3.25h1.5zm2 3.25h5.627l5.804-1.45l3.531-1.508a.555.555 0 0 0-.416-1.022l-.02.005L13.614 17H10v-2h3.125a.874.874 0 1 0 0-1.75h-4.69a1.25 1.25 0 0 0-.885.364l-2.05 2.05z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignUndertakeHoldUpFilled(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="m20.557 13.526l.123.02a2.558 2.558 0 0 1 1.688 3.854c-.25.404-.607.73-1.032.942l-.027.014l-3.74 1.595l-6.196 1.549H0v-7.25h4.086l2.052-2.052a3.25 3.25 0 0 1 1.251-.776a5.358 5.358 0 0 1 7.613-7.46a5.357 5.357 0 0 1 7.21 7.91zM3.5 16.25H2v3.25h1.5zm2 3.25h5.627l5.804-1.45l3.531-1.508a.555.555 0 0 0-.416-1.022l-.02.005L13.614 17H10v-2h3.125a.874.874 0 1 0 0-1.75h-4.69a1.25 1.25 0 0 0-.885.364l-2.05 2.05z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.557 13.526l.123.02a2.558 2.558 0 0 1 1.688 3.854c-.25.404-.607.73-1.032.942l-.027.014l-3.74 1.595l-6.196 1.549H0v-7.25h4.086l2.052-2.052a3.25 3.25 0 0 1 1.251-.776a5.358 5.358 0 0 1 7.613-7.46a5.357 5.357 0 0 1 7.21 7.91zM3.5 16.25H2v3.25h1.5zm2 3.25h5.627l5.804-1.45l3.531-1.508a.555.555 0 0 0-.416-1.022l-.02.005L13.614 17H10v-2h3.125a.874.874 0 1 0 0-1.75h-4.69a1.25 1.25 0 0 0-.885.364l-2.05 2.05z"/></svg>
</template>

CSS

.icon-undertake-hold-up-filled {
  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%22m20.557%2013.526l.123.02a2.558%202.558%200%200%201%201.688%203.854c-.25.404-.607.73-1.032.942l-.027.014l-3.74%201.595l-6.196%201.549H0v-7.25h4.086l2.052-2.052a3.25%203.25%200%200%201%201.251-.776a5.358%205.358%200%200%201%207.613-7.46a5.357%205.357%200%200%201%207.21%207.91zM3.5%2016.25H2v3.25h1.5zm2%203.25h5.627l5.804-1.45l3.531-1.508a.555.555%200%200%200-.416-1.022l-.02.005L13.614%2017H10v-2h3.125a.874.874%200%201%200%200-1.75h-4.69a1.25%201.25%200%200%200-.885.364l-2.05%202.05z%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%22m20.557%2013.526l.123.02a2.558%202.558%200%200%201%201.688%203.854c-.25.404-.607.73-1.032.942l-.027.014l-3.74%201.595l-6.196%201.549H0v-7.25h4.086l2.052-2.052a3.25%203.25%200%200%201%201.251-.776a5.358%205.358%200%200%201%207.613-7.46a5.357%205.357%200%200%201%207.21%207.91zM3.5%2016.25H2v3.25h1.5zm2%203.25h5.627l5.804-1.45l3.531-1.508a.555.555%200%200%200-.416-1.022l-.02.005L13.614%2017H10v-2h3.125a.874.874%200%201%200%200-1.75h-4.69a1.25%201.25%200%200%200-.885.364l-2.05%202.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/undertake-hold-up-filled.svg?color=%231a73e8&size=48