approval delegation off icon
approval-delegation-off-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- approval-delegation-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
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.925 8.225l4.975-4.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7l-5.675 5.675q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213l-2.85-2.85q-.3-.3-.288-.7t.313-.7q.3-.275.7-.288t.7.288zM21.25 22.65q-.275.275-.7.275t-.7-.275L1.35 4.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5 18.5q.275.275.275.7t-.275.7M2 20v-7q0-.825.588-1.412T4 11t1.413.588T6 13v7q0 .825-.587 1.413T4 22t-1.412-.587T2 20m6 .025V11h1.6q.175 0 .35.038t.35.087l1.275.45L16 16h-1.825q-.125 0-.187-.012t-.163-.063l-1.6-.625q-.2-.075-.387.025t-.263.3t.025.388t.3.262l1.925.675q.05.025.15.038t.175.012H17l3.075 3.075l-4.425 1.7q-.3.125-.612.138t-.638-.088z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsApprovalDelegationOffRounded(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.925 8.225l4.975-4.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7l-5.675 5.675q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213l-2.85-2.85q-.3-.3-.288-.7t.313-.7q.3-.275.7-.288t.7.288zM21.25 22.65q-.275.275-.7.275t-.7-.275L1.35 4.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5 18.5q.275.275.275.7t-.275.7M2 20v-7q0-.825.588-1.412T4 11t1.413.588T6 13v7q0 .825-.587 1.413T4 22t-1.412-.587T2 20m6 .025V11h1.6q.175 0 .35.038t.35.087l1.275.45L16 16h-1.825q-.125 0-.187-.012t-.163-.063l-1.6-.625q-.2-.075-.387.025t-.263.3t.025.388t.3.262l1.925.675q.05.025.15.038t.175.012H17l3.075 3.075l-4.425 1.7q-.3.125-.612.138t-.638-.088z"/></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.925 8.225l4.975-4.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7l-5.675 5.675q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213l-2.85-2.85q-.3-.3-.288-.7t.313-.7q.3-.275.7-.288t.7.288zM21.25 22.65q-.275.275-.7.275t-.7-.275L1.35 4.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5 18.5q.275.275.275.7t-.275.7M2 20v-7q0-.825.588-1.412T4 11t1.413.588T6 13v7q0 .825-.587 1.413T4 22t-1.412-.587T2 20m6 .025V11h1.6q.175 0 .35.038t.35.087l1.275.45L16 16h-1.825q-.125 0-.187-.012t-.163-.063l-1.6-.625q-.2-.075-.387.025t-.263.3t.025.388t.3.262l1.925.675q.05.025.15.038t.175.012H17l3.075 3.075l-4.425 1.7q-.3.125-.612.138t-.638-.088z"/></svg> </template>
CSS
.icon-approval-delegation-off-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.925%208.225l4.975-4.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7l-5.675%205.675q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213l-2.85-2.85q-.3-.3-.288-.7t.313-.7q.3-.275.7-.288t.7.288zM21.25%2022.65q-.275.275-.7.275t-.7-.275L1.35%204.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5%2018.5q.275.275.275.7t-.275.7M2%2020v-7q0-.825.588-1.412T4%2011t1.413.588T6%2013v7q0%20.825-.587%201.413T4%2022t-1.412-.587T2%2020m6%20.025V11h1.6q.175%200%20.35.038t.35.087l1.275.45L16%2016h-1.825q-.125%200-.187-.012t-.163-.063l-1.6-.625q-.2-.075-.387.025t-.263.3t.025.388t.3.262l1.925.675q.05.025.15.038t.175.012H17l3.075%203.075l-4.425%201.7q-.3.125-.612.138t-.638-.088z%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.925%208.225l4.975-4.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7l-5.675%205.675q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213l-2.85-2.85q-.3-.3-.288-.7t.313-.7q.3-.275.7-.288t.7.288zM21.25%2022.65q-.275.275-.7.275t-.7-.275L1.35%204.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5%2018.5q.275.275.275.7t-.275.7M2%2020v-7q0-.825.588-1.412T4%2011t1.413.588T6%2013v7q0%20.825-.587%201.413T4%2022t-1.412-.587T2%2020m6%20.025V11h1.6q.175%200%20.35.038t.35.087l1.275.45L16%2016h-1.825q-.125%200-.187-.012t-.163-.063l-1.6-.625q-.2-.075-.387.025t-.263.3t.025.388t.3.262l1.925.675q.05.025.15.038t.175.012H17l3.075%203.075l-4.425%201.7q-.3.125-.612.138t-.638-.088z%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-off-rounded.svg?color=%231a73e8&size=48