approval delegation icon

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

Name
approval-delegation-rounded
Set
Material Symbols
Style
Rounded
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="M14.375 21.825L8 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-.063L12.7 15.5q-.2-.075-.4.025t-.25.275q-.05.2.025.375t.275.25l1.475.525q.05.025.15.038t.175.012H21q.8 0 1.4.575T23 19l-7.375 2.775q-.25.1-.612.113t-.638-.063M2 20v-7q0-.825.588-1.412T4 11t1.413.588T6 13v7q0 .825-.587 1.413T4 22t-1.412-.587T2 20M13.925 8.225l4.975-4.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7l-5.675 5.675q-.3.3-.7.3t-.7-.3l-2.85-2.85q-.3-.3-.288-.7t.313-.7q.3-.275.7-.288t.7.288z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsApprovalDelegationRounded(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="M14.375 21.825L8 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-.063L12.7 15.5q-.2-.075-.4.025t-.25.275q-.05.2.025.375t.275.25l1.475.525q.05.025.15.038t.175.012H21q.8 0 1.4.575T23 19l-7.375 2.775q-.25.1-.612.113t-.638-.063M2 20v-7q0-.825.588-1.412T4 11t1.413.588T6 13v7q0 .825-.587 1.413T4 22t-1.412-.587T2 20M13.925 8.225l4.975-4.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7l-5.675 5.675q-.3.3-.7.3t-.7-.3l-2.85-2.85q-.3-.3-.288-.7t.313-.7q.3-.275.7-.288t.7.288z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.375 21.825L8 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-.063L12.7 15.5q-.2-.075-.4.025t-.25.275q-.05.2.025.375t.275.25l1.475.525q.05.025.15.038t.175.012H21q.8 0 1.4.575T23 19l-7.375 2.775q-.25.1-.612.113t-.638-.063M2 20v-7q0-.825.588-1.412T4 11t1.413.588T6 13v7q0 .825-.587 1.413T4 22t-1.412-.587T2 20M13.925 8.225l4.975-4.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7l-5.675 5.675q-.3.3-.7.3t-.7-.3l-2.85-2.85q-.3-.3-.288-.7t.313-.7q.3-.275.7-.288t.7.288z"/></svg>
</template>

CSS

.icon-approval-delegation-rounded {
  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%22M14.375%2021.825L8%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-.063L12.7%2015.5q-.2-.075-.4.025t-.25.275q-.05.2.025.375t.275.25l1.475.525q.05.025.15.038t.175.012H21q.8%200%201.4.575T23%2019l-7.375%202.775q-.25.1-.612.113t-.638-.063M2%2020v-7q0-.825.588-1.412T4%2011t1.413.588T6%2013v7q0%20.825-.587%201.413T4%2022t-1.412-.587T2%2020M13.925%208.225l4.975-4.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7l-5.675%205.675q-.3.3-.7.3t-.7-.3l-2.85-2.85q-.3-.3-.288-.7t.313-.7q.3-.275.7-.288t.7.288z%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%22M14.375%2021.825L8%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-.063L12.7%2015.5q-.2-.075-.4.025t-.25.275q-.05.2.025.375t.275.25l1.475.525q.05.025.15.038t.175.012H21q.8%200%201.4.575T23%2019l-7.375%202.775q-.25.1-.612.113t-.638-.063M2%2020v-7q0-.825.588-1.412T4%2011t1.413.588T6%2013v7q0%20.825-.587%201.413T4%2022t-1.412-.587T2%2020M13.925%208.225l4.975-4.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7l-5.675%205.675q-.3.3-.7.3t-.7-.3l-2.85-2.85q-.3-.3-.288-.7t.313-.7q.3-.275.7-.288t.7.288z%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-rounded.svg?color=%231a73e8&size=48