approval delegation off icon
approval-delegation-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- approval-delegation-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the approval delegation off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.521 9.648l5.34-5.315q.141-.14.332-.134t.338.153q.14.14.14.344t-.14.345l-5.444 5.444q-.131.13-.268.183q-.136.053-.298.053t-.298-.053q-.136-.052-.267-.183l-2.62-2.62q-.145-.146-.152-.353t.158-.354q.147-.14.354-.134q.208.007.354.153zM7 13.846v4.808l7.566 2.208l4.693-1.448L18 18.154h-3.011q-.558 0-1.11-.047q-.552-.048-1.098-.242l-2.19-.717q-.208-.067-.296-.264q-.087-.196-.02-.409t.257-.298t.397-.018l2.025.733q.477.183.995.222t1.04.04h1.242l-1.168-1.168l-5.751-2.102q-.058-.019-.106-.028t-.106-.01zm7.156 7.946L7 19.704q0 .542-.377.919t-.92.377H4.616q-.67 0-1.143-.472T3 19.385V14.46q0-.67.472-1.143q.472-.472 1.144-.472H9.08q.136 0 .283.028q.145.028.276.078l4.98 1.821l5.47 5.466l-5.015 1.548q-.217.061-.46.061q-.242 0-.46-.056m6.422-.353q-.16.159-.354.159t-.354-.16L2.773 4.343q-.14-.14-.15-.344t.15-.364t.354-.159t.354.16L20.577 20.73q.14.14.15.344t-.15.364M4 19.385q0 .269.173.442t.443.173h.769q.269 0 .442-.144Q6 19.71 6 19.384v-5.538H4.615q-.269 0-.442.173T4 14.462z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightApprovalDelegationOffOutlineRounded(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="m13.521 9.648l5.34-5.315q.141-.14.332-.134t.338.153q.14.14.14.344t-.14.345l-5.444 5.444q-.131.13-.268.183q-.136.053-.298.053t-.298-.053q-.136-.052-.267-.183l-2.62-2.62q-.145-.146-.152-.353t.158-.354q.147-.14.354-.134q.208.007.354.153zM7 13.846v4.808l7.566 2.208l4.693-1.448L18 18.154h-3.011q-.558 0-1.11-.047q-.552-.048-1.098-.242l-2.19-.717q-.208-.067-.296-.264q-.087-.196-.02-.409t.257-.298t.397-.018l2.025.733q.477.183.995.222t1.04.04h1.242l-1.168-1.168l-5.751-2.102q-.058-.019-.106-.028t-.106-.01zm7.156 7.946L7 19.704q0 .542-.377.919t-.92.377H4.616q-.67 0-1.143-.472T3 19.385V14.46q0-.67.472-1.143q.472-.472 1.144-.472H9.08q.136 0 .283.028q.145.028.276.078l4.98 1.821l5.47 5.466l-5.015 1.548q-.217.061-.46.061q-.242 0-.46-.056m6.422-.353q-.16.159-.354.159t-.354-.16L2.773 4.343q-.14-.14-.15-.344t.15-.364t.354-.159t.354.16L20.577 20.73q.14.14.15.344t-.15.364M4 19.385q0 .269.173.442t.443.173h.769q.269 0 .442-.144Q6 19.71 6 19.384v-5.538H4.615q-.269 0-.442.173T4 14.462z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.521 9.648l5.34-5.315q.141-.14.332-.134t.338.153q.14.14.14.344t-.14.345l-5.444 5.444q-.131.13-.268.183q-.136.053-.298.053t-.298-.053q-.136-.052-.267-.183l-2.62-2.62q-.145-.146-.152-.353t.158-.354q.147-.14.354-.134q.208.007.354.153zM7 13.846v4.808l7.566 2.208l4.693-1.448L18 18.154h-3.011q-.558 0-1.11-.047q-.552-.048-1.098-.242l-2.19-.717q-.208-.067-.296-.264q-.087-.196-.02-.409t.257-.298t.397-.018l2.025.733q.477.183.995.222t1.04.04h1.242l-1.168-1.168l-5.751-2.102q-.058-.019-.106-.028t-.106-.01zm7.156 7.946L7 19.704q0 .542-.377.919t-.92.377H4.616q-.67 0-1.143-.472T3 19.385V14.46q0-.67.472-1.143q.472-.472 1.144-.472H9.08q.136 0 .283.028q.145.028.276.078l4.98 1.821l5.47 5.466l-5.015 1.548q-.217.061-.46.061q-.242 0-.46-.056m6.422-.353q-.16.159-.354.159t-.354-.16L2.773 4.343q-.14-.14-.15-.344t.15-.364t.354-.159t.354.16L20.577 20.73q.14.14.15.344t-.15.364M4 19.385q0 .269.173.442t.443.173h.769q.269 0 .442-.144Q6 19.71 6 19.384v-5.538H4.615q-.269 0-.442.173T4 14.462z"/></svg> </template>
CSS
.icon-approval-delegation-off-outline-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%22m13.521%209.648l5.34-5.315q.141-.14.332-.134t.338.153q.14.14.14.344t-.14.345l-5.444%205.444q-.131.13-.268.183q-.136.053-.298.053t-.298-.053q-.136-.052-.267-.183l-2.62-2.62q-.145-.146-.152-.353t.158-.354q.147-.14.354-.134q.208.007.354.153zM7%2013.846v4.808l7.566%202.208l4.693-1.448L18%2018.154h-3.011q-.558%200-1.11-.047q-.552-.048-1.098-.242l-2.19-.717q-.208-.067-.296-.264q-.087-.196-.02-.409t.257-.298t.397-.018l2.025.733q.477.183.995.222t1.04.04h1.242l-1.168-1.168l-5.751-2.102q-.058-.019-.106-.028t-.106-.01zm7.156%207.946L7%2019.704q0%20.542-.377.919t-.92.377H4.616q-.67%200-1.143-.472T3%2019.385V14.46q0-.67.472-1.143q.472-.472%201.144-.472H9.08q.136%200%20.283.028q.145.028.276.078l4.98%201.821l5.47%205.466l-5.015%201.548q-.217.061-.46.061q-.242%200-.46-.056m6.422-.353q-.16.159-.354.159t-.354-.16L2.773%204.343q-.14-.14-.15-.344t.15-.364t.354-.159t.354.16L20.577%2020.73q.14.14.15.344t-.15.364M4%2019.385q0%20.269.173.442t.443.173h.769q.269%200%20.442-.144Q6%2019.71%206%2019.384v-5.538H4.615q-.269%200-.442.173T4%2014.462z%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%22m13.521%209.648l5.34-5.315q.141-.14.332-.134t.338.153q.14.14.14.344t-.14.345l-5.444%205.444q-.131.13-.268.183q-.136.053-.298.053t-.298-.053q-.136-.052-.267-.183l-2.62-2.62q-.145-.146-.152-.353t.158-.354q.147-.14.354-.134q.208.007.354.153zM7%2013.846v4.808l7.566%202.208l4.693-1.448L18%2018.154h-3.011q-.558%200-1.11-.047q-.552-.048-1.098-.242l-2.19-.717q-.208-.067-.296-.264q-.087-.196-.02-.409t.257-.298t.397-.018l2.025.733q.477.183.995.222t1.04.04h1.242l-1.168-1.168l-5.751-2.102q-.058-.019-.106-.028t-.106-.01zm7.156%207.946L7%2019.704q0%20.542-.377.919t-.92.377H4.616q-.67%200-1.143-.472T3%2019.385V14.46q0-.67.472-1.143q.472-.472%201.144-.472H9.08q.136%200%20.283.028q.145.028.276.078l4.98%201.821l5.47%205.466l-5.015%201.548q-.217.061-.46.061q-.242%200-.46-.056m6.422-.353q-.16.159-.354.159t-.354-.16L2.773%204.343q-.14-.14-.15-.344t.15-.364t.354-.159t.354.16L20.577%2020.73q.14.14.15.344t-.15.364M4%2019.385q0%20.269.173.442t.443.173h.769q.269%200%20.442-.144Q6%2019.71%206%2019.384v-5.538H4.615q-.269%200-.442.173T4%2014.462z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/approval-delegation-off-outline-rounded.svg?color=%231a73e8&size=48