approval delegation off icon
approval-delegation-off-outline-rounded from Material Symbols by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- approval-delegation-off-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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.288zM8 13v5.5l6.95 1.9l4.175-1.275L18 18h-3.05q-.5 0-.975-.038t-.925-.212l-2.325-.775q-.4-.125-.612-.475t-.088-.775t.488-.625t.762-.075l2.025.675q.4.125.813.213t.837.087H16l-.975-.975L9.6 13zm6.425 9.35L8 20.55q0 .6-.425 1.025T6.55 22H4q-.825 0-1.412-.587T2 20v-7q0-.825.588-1.412T4 11h5.6q.175 0 .35.038t.325.087l1.325.475l9.125 9.1l-5.15 1.625q-.275.1-.575.1t-.575-.075m6.825.3q-.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.7M4 20h2v-7H4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsApprovalDelegationOffOutlineRounded(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.288zM8 13v5.5l6.95 1.9l4.175-1.275L18 18h-3.05q-.5 0-.975-.038t-.925-.212l-2.325-.775q-.4-.125-.612-.475t-.088-.775t.488-.625t.762-.075l2.025.675q.4.125.813.213t.837.087H16l-.975-.975L9.6 13zm6.425 9.35L8 20.55q0 .6-.425 1.025T6.55 22H4q-.825 0-1.412-.587T2 20v-7q0-.825.588-1.412T4 11h5.6q.175 0 .35.038t.325.087l1.325.475l9.125 9.1l-5.15 1.625q-.275.1-.575.1t-.575-.075m6.825.3q-.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.7M4 20h2v-7H4z"/></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.288zM8 13v5.5l6.95 1.9l4.175-1.275L18 18h-3.05q-.5 0-.975-.038t-.925-.212l-2.325-.775q-.4-.125-.612-.475t-.088-.775t.488-.625t.762-.075l2.025.675q.4.125.813.213t.837.087H16l-.975-.975L9.6 13zm6.425 9.35L8 20.55q0 .6-.425 1.025T6.55 22H4q-.825 0-1.412-.587T2 20v-7q0-.825.588-1.412T4 11h5.6q.175 0 .35.038t.325.087l1.325.475l9.125 9.1l-5.15 1.625q-.275.1-.575.1t-.575-.075m6.825.3q-.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.7M4 20h2v-7H4z"/></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.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.288zM8%2013v5.5l6.95%201.9l4.175-1.275L18%2018h-3.05q-.5%200-.975-.038t-.925-.212l-2.325-.775q-.4-.125-.612-.475t-.088-.775t.488-.625t.762-.075l2.025.675q.4.125.813.213t.837.087H16l-.975-.975L9.6%2013zm6.425%209.35L8%2020.55q0%20.6-.425%201.025T6.55%2022H4q-.825%200-1.412-.587T2%2020v-7q0-.825.588-1.412T4%2011h5.6q.175%200%20.35.038t.325.087l1.325.475l9.125%209.1l-5.15%201.625q-.275.1-.575.1t-.575-.075m6.825.3q-.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.7M4%2020h2v-7H4z%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.288zM8%2013v5.5l6.95%201.9l4.175-1.275L18%2018h-3.05q-.5%200-.975-.038t-.925-.212l-2.325-.775q-.4-.125-.612-.475t-.088-.775t.488-.625t.762-.075l2.025.675q.4.125.813.213t.837.087H16l-.975-.975L9.6%2013zm6.425%209.35L8%2020.55q0%20.6-.425%201.025T6.55%2022H4q-.825%200-1.412-.587T2%2020v-7q0-.825.588-1.412T4%2011h5.6q.175%200%20.35.038t.325.087l1.325.475l9.125%209.1l-5.15%201.625q-.275.1-.575.1t-.575-.075m6.825.3q-.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.7M4%2020h2v-7H4z%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-outline-rounded.svg?color=%231a73e8&size=48