enable from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
enable
Set
Material Symbols Light
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 Light

The same icon in other sets

More ui actions icons from Material Symbols Light

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.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12q0-3.011 1.81-5.399T9.5 3.354v1.073q-2.467.81-3.984 2.89T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-2.604-1.516-4.684T14.5 4.427V3.354q2.88.86 4.69 3.247T21 12q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71M12 15.289L7.692 10.98l.708-.708l3.1 3.094V3.02h1v10.348l3.1-3.094l.708.708z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEnable(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.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12q0-3.011 1.81-5.399T9.5 3.354v1.073q-2.467.81-3.984 2.89T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-2.604-1.516-4.684T14.5 4.427V3.354q2.88.86 4.69 3.247T21 12q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71M12 15.289L7.692 10.98l.708-.708l3.1 3.094V3.02h1v10.348l3.1-3.094l.708.708z"/></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.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12q0-3.011 1.81-5.399T9.5 3.354v1.073q-2.467.81-3.984 2.89T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-2.604-1.516-4.684T14.5 4.427V3.354q2.88.86 4.69 3.247T21 12q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71M12 15.289L7.692 10.98l.708-.708l3.1 3.094V3.02h1v10.348l3.1-3.094l.708.708z"/></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.494%2020.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3%2012q0-3.011%201.81-5.399T9.5%203.354v1.073q-2.467.81-3.984%202.89T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012q0-2.604-1.516-4.684T14.5%204.427V3.354q2.88.86%204.69%203.247T21%2012q0%201.864-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71M12%2015.289L7.692%2010.98l.708-.708l3.1%203.094V3.02h1v10.348l3.1-3.094l.708.708z%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.494%2020.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3%2012q0-3.011%201.81-5.399T9.5%203.354v1.073q-2.467.81-3.984%202.89T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012q0-2.604-1.516-4.684T14.5%204.427V3.354q2.88.86%204.69%203.247T21%2012q0%201.864-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71M12%2015.289L7.692%2010.98l.708-.708l3.1%203.094V3.02h1v10.348l3.1-3.094l.708.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/enable.svg?color=%231a73e8&size=48