cog-off from Material Design Icons by Pictogrammers · Filled · Settings · Apache-2.0 Free for personal and commercial use.

Name
cog-off
Set
Material Design Icons
Style
Filled
Category
Settings
Viewbox
24×24
License
Apache 2.0
Aliases
settings-off

1 other variant in Material Design Icons

The same icon in other sets

More settings icons from Material Design Icons

Use the cog off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.12 21.46L2.4 1.73L1.12 3L4 5.87L2.34 8.73c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1s.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.51-.21.96-.48 1.39-.79l4.59 4.59zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5c0-.5.12-.92.29-1.33l4.54 4.54c-.41.18-.83.29-1.33.29m-.26-6.97L8.56 5.35c.19-.1.37-.2.57-.28l.37-2.65c.04-.24.25-.42.5-.42h4c.25 0 .46.18.5.42l.37 2.65c.63.25 1.17.59 1.69.98l2.49-1c.22-.09.49 0 .61.22l2 3.46c.12.22.07.49-.12.64L19.43 11c.04.34.07.67.07 1s-.03.65-.07.97l2.11 1.66c.19.15.24.42.12.64l-1.16 2.02l-5.03-5.03c.03-.08.03-.17.03-.26c0-1.93-1.57-3.5-3.5-3.5c-.09 0-.17 0-.26.03"/></svg>

React

import type { SVGProps } from "react";

export function MdiCogOff(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="M22.12 21.46L2.4 1.73L1.12 3L4 5.87L2.34 8.73c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1s.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.51-.21.96-.48 1.39-.79l4.59 4.59zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5c0-.5.12-.92.29-1.33l4.54 4.54c-.41.18-.83.29-1.33.29m-.26-6.97L8.56 5.35c.19-.1.37-.2.57-.28l.37-2.65c.04-.24.25-.42.5-.42h4c.25 0 .46.18.5.42l.37 2.65c.63.25 1.17.59 1.69.98l2.49-1c.22-.09.49 0 .61.22l2 3.46c.12.22.07.49-.12.64L19.43 11c.04.34.07.67.07 1s-.03.65-.07.97l2.11 1.66c.19.15.24.42.12.64l-1.16 2.02l-5.03-5.03c.03-.08.03-.17.03-.26c0-1.93-1.57-3.5-3.5-3.5c-.09 0-.17 0-.26.03"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.12 21.46L2.4 1.73L1.12 3L4 5.87L2.34 8.73c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1s.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.51-.21.96-.48 1.39-.79l4.59 4.59zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5c0-.5.12-.92.29-1.33l4.54 4.54c-.41.18-.83.29-1.33.29m-.26-6.97L8.56 5.35c.19-.1.37-.2.57-.28l.37-2.65c.04-.24.25-.42.5-.42h4c.25 0 .46.18.5.42l.37 2.65c.63.25 1.17.59 1.69.98l2.49-1c.22-.09.49 0 .61.22l2 3.46c.12.22.07.49-.12.64L19.43 11c.04.34.07.67.07 1s-.03.65-.07.97l2.11 1.66c.19.15.24.42.12.64l-1.16 2.02l-5.03-5.03c.03-.08.03-.17.03-.26c0-1.93-1.57-3.5-3.5-3.5c-.09 0-.17 0-.26.03"/></svg>
</template>

CSS

.icon-cog-off {
  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%22M22.12%2021.46L2.4%201.73L1.12%203L4%205.87L2.34%208.73c-.13.22-.07.49.12.64L4.57%2011c-.04.34-.07.67-.07%201s.03.65.07.97l-2.11%201.66c-.19.15-.25.42-.12.64l2%203.46c.12.22.39.3.61.22l2.49-1.01c.52.4%201.06.74%201.69.99l.37%202.65c.04.24.25.42.5.42h4c.25%200%20.46-.18.5-.42l.37-2.65c.51-.21.96-.48%201.39-.79l4.59%204.59zM12%2015.5c-1.93%200-3.5-1.57-3.5-3.5c0-.5.12-.92.29-1.33l4.54%204.54c-.41.18-.83.29-1.33.29m-.26-6.97L8.56%205.35c.19-.1.37-.2.57-.28l.37-2.65c.04-.24.25-.42.5-.42h4c.25%200%20.46.18.5.42l.37%202.65c.63.25%201.17.59%201.69.98l2.49-1c.22-.09.49%200%20.61.22l2%203.46c.12.22.07.49-.12.64L19.43%2011c.04.34.07.67.07%201s-.03.65-.07.97l2.11%201.66c.19.15.24.42.12.64l-1.16%202.02l-5.03-5.03c.03-.08.03-.17.03-.26c0-1.93-1.57-3.5-3.5-3.5c-.09%200-.17%200-.26.03%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%22M22.12%2021.46L2.4%201.73L1.12%203L4%205.87L2.34%208.73c-.13.22-.07.49.12.64L4.57%2011c-.04.34-.07.67-.07%201s.03.65.07.97l-2.11%201.66c-.19.15-.25.42-.12.64l2%203.46c.12.22.39.3.61.22l2.49-1.01c.52.4%201.06.74%201.69.99l.37%202.65c.04.24.25.42.5.42h4c.25%200%20.46-.18.5-.42l.37-2.65c.51-.21.96-.48%201.39-.79l4.59%204.59zM12%2015.5c-1.93%200-3.5-1.57-3.5-3.5c0-.5.12-.92.29-1.33l4.54%204.54c-.41.18-.83.29-1.33.29m-.26-6.97L8.56%205.35c.19-.1.37-.2.57-.28l.37-2.65c.04-.24.25-.42.5-.42h4c.25%200%20.46.18.5.42l.37%202.65c.63.25%201.17.59%201.69.98l2.49-1c.22-.09.49%200%20.61.22l2%203.46c.12.22.07.49-.12.64L19.43%2011c.04.34.07.67.07%201s-.03.65-.07.97l2.11%201.66c.19.15.24.42.12.64l-1.16%202.02l-5.03-5.03c.03-.08.03-.17.03-.26c0-1.93-1.57-3.5-3.5-3.5c-.09%200-.17%200-.26.03%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cog-off.svg?color=%231a73e8&size=48