enable icon
enable from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- enable
- Set
- Material Symbols
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- enable-outline, enable-outline-sharp, enable-sharp
1 other variant in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the enable icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12q0-3.3 1.925-5.937T9 2.45V4.6q-2.275.925-3.637 2.938T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-2.45-1.362-4.462T15 4.6V2.45q3.15.975 5.075 3.613T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788M12 16l-5-5l1.4-1.4l2.6 2.575V2h2v10.175L15.6 9.6L17 11z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEnable(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.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12q0-3.3 1.925-5.937T9 2.45V4.6q-2.275.925-3.637 2.938T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-2.45-1.362-4.462T15 4.6V2.45q3.15.975 5.075 3.613T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788M12 16l-5-5l1.4-1.4l2.6 2.575V2h2v10.175L15.6 9.6L17 11z"/></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.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12q0-3.3 1.925-5.937T9 2.45V4.6q-2.275.925-3.637 2.938T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-2.45-1.362-4.462T15 4.6V2.45q3.15.975 5.075 3.613T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788M12 16l-5-5l1.4-1.4l2.6 2.575V2h2v10.175L15.6 9.6L17 11z"/></svg> </template>
CSS
.icon-enable {
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.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012q0-3.3%201.925-5.937T9%202.45V4.6q-2.275.925-3.637%202.938T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012q0-2.45-1.362-4.462T15%204.6V2.45q3.15.975%205.075%203.613T22%2012q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022t-3.9-.788M12%2016l-5-5l1.4-1.4l2.6%202.575V2h2v10.175L15.6%209.6L17%2011z%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.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012q0-3.3%201.925-5.937T9%202.45V4.6q-2.275.925-3.637%202.938T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012q0-2.45-1.362-4.462T15%204.6V2.45q3.15.975%205.075%203.613T22%2012q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022t-3.9-.788M12%2016l-5-5l1.4-1.4l2.6%202.575V2h2v10.175L15.6%209.6L17%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/enable.svg?color=%231a73e8&size=48