approval delegation icon

approval-delegation from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
approval-delegation
Set
Material Symbols
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the approval delegation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 20.025V11h1.6q.175 0 .35.038t.35.087l6.925 2.575q.35.125.563.45t.212.675q0 .525-.363.85T16.8 16h-2.625q-.125 0-.187-.012t-.163-.063l-1.6-.625l-.325.975l1.925.675q.05.025.15.038t.175.012H21q.8 0 1.4.575T23 19l-7.975 3zM2 22V11h4v11zm11.925-10.95L9.675 6.8L11.1 5.4l2.825 2.825l5.675-5.65l1.4 1.4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsApprovalDelegation(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="M8 20.025V11h1.6q.175 0 .35.038t.35.087l6.925 2.575q.35.125.563.45t.212.675q0 .525-.363.85T16.8 16h-2.625q-.125 0-.187-.012t-.163-.063l-1.6-.625l-.325.975l1.925.675q.05.025.15.038t.175.012H21q.8 0 1.4.575T23 19l-7.975 3zM2 22V11h4v11zm11.925-10.95L9.675 6.8L11.1 5.4l2.825 2.825l5.675-5.65l1.4 1.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 20.025V11h1.6q.175 0 .35.038t.35.087l6.925 2.575q.35.125.563.45t.212.675q0 .525-.363.85T16.8 16h-2.625q-.125 0-.187-.012t-.163-.063l-1.6-.625l-.325.975l1.925.675q.05.025.15.038t.175.012H21q.8 0 1.4.575T23 19l-7.975 3zM2 22V11h4v11zm11.925-10.95L9.675 6.8L11.1 5.4l2.825 2.825l5.675-5.65l1.4 1.4z"/></svg>
</template>

CSS

.icon-approval-delegation {
  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%22M8%2020.025V11h1.6q.175%200%20.35.038t.35.087l6.925%202.575q.35.125.563.45t.212.675q0%20.525-.363.85T16.8%2016h-2.625q-.125%200-.187-.012t-.163-.063l-1.6-.625l-.325.975l1.925.675q.05.025.15.038t.175.012H21q.8%200%201.4.575T23%2019l-7.975%203zM2%2022V11h4v11zm11.925-10.95L9.675%206.8L11.1%205.4l2.825%202.825l5.675-5.65l1.4%201.4z%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%22M8%2020.025V11h1.6q.175%200%20.35.038t.35.087l6.925%202.575q.35.125.563.45t.212.675q0%20.525-.363.85T16.8%2016h-2.625q-.125%200-.187-.012t-.163-.063l-1.6-.625l-.325.975l1.925.675q.05.025.15.038t.175.012H21q.8%200%201.4.575T23%2019l-7.975%203zM2%2022V11h4v11zm11.925-10.95L9.675%206.8L11.1%205.4l2.825%202.825l5.675-5.65l1.4%201.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/approval-delegation.svg?color=%231a73e8&size=48