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

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

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.11 21.46L2.39 1.73L1.11 3L4 5.88L2.34 8.73c-.13.22-.07.49.12.64L4.57 11l-.07 1l.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-.2.96-.48 1.39-.78l4.58 4.58zM10 11.9l2.1 2.1H12a2 2 0 0 1-2-2zm3.13 5.49L12.76 20h-1.52l-.37-2.62a5.44 5.44 0 0 1-3.01-1.76l-2.43 1.04l-.75-1.3L6.8 13.8a5.55 5.55 0 0 1 0-3.6L4.69 8.65l.75-1.3l.06.02l2.9 2.92C8.15 10.8 8 11.38 8 12c0 2.21 1.79 4 4 4c.62 0 1.2-.14 1.71-.4l1.12 1.12c-.52.31-1.09.54-1.7.67M10.06 6.86L8.55 5.35c.19-.09.38-.2.58-.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.13.22.07.49-.12.64L19.43 11l.07 1l-.07 1l2.11 1.63c.19.15.25.42.12.64l-1.16 2.02l-1.46-1.45l.28-.48l-2.12-1.55c.4-1.17.4-2.44 0-3.61l2.11-1.55l-.75-1.3l-2.41 1.04a5.42 5.42 0 0 0-3.03-1.77L12.75 4h-1.5l-.37 2.61c-.28.06-.56.14-.82.25M12 8c2.21 0 4 1.79 4 4c0 .25-.03.5-.07.73l-4.66-4.66c.23-.04.48-.07.73-.07"/></svg>

React

import type { SVGProps } from "react";

export function MdiCogOffOutline(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.11 21.46L2.39 1.73L1.11 3L4 5.88L2.34 8.73c-.13.22-.07.49.12.64L4.57 11l-.07 1l.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-.2.96-.48 1.39-.78l4.58 4.58zM10 11.9l2.1 2.1H12a2 2 0 0 1-2-2zm3.13 5.49L12.76 20h-1.52l-.37-2.62a5.44 5.44 0 0 1-3.01-1.76l-2.43 1.04l-.75-1.3L6.8 13.8a5.55 5.55 0 0 1 0-3.6L4.69 8.65l.75-1.3l.06.02l2.9 2.92C8.15 10.8 8 11.38 8 12c0 2.21 1.79 4 4 4c.62 0 1.2-.14 1.71-.4l1.12 1.12c-.52.31-1.09.54-1.7.67M10.06 6.86L8.55 5.35c.19-.09.38-.2.58-.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.13.22.07.49-.12.64L19.43 11l.07 1l-.07 1l2.11 1.63c.19.15.25.42.12.64l-1.16 2.02l-1.46-1.45l.28-.48l-2.12-1.55c.4-1.17.4-2.44 0-3.61l2.11-1.55l-.75-1.3l-2.41 1.04a5.42 5.42 0 0 0-3.03-1.77L12.75 4h-1.5l-.37 2.61c-.28.06-.56.14-.82.25M12 8c2.21 0 4 1.79 4 4c0 .25-.03.5-.07.73l-4.66-4.66c.23-.04.48-.07.73-.07"/></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.11 21.46L2.39 1.73L1.11 3L4 5.88L2.34 8.73c-.13.22-.07.49.12.64L4.57 11l-.07 1l.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-.2.96-.48 1.39-.78l4.58 4.58zM10 11.9l2.1 2.1H12a2 2 0 0 1-2-2zm3.13 5.49L12.76 20h-1.52l-.37-2.62a5.44 5.44 0 0 1-3.01-1.76l-2.43 1.04l-.75-1.3L6.8 13.8a5.55 5.55 0 0 1 0-3.6L4.69 8.65l.75-1.3l.06.02l2.9 2.92C8.15 10.8 8 11.38 8 12c0 2.21 1.79 4 4 4c.62 0 1.2-.14 1.71-.4l1.12 1.12c-.52.31-1.09.54-1.7.67M10.06 6.86L8.55 5.35c.19-.09.38-.2.58-.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.13.22.07.49-.12.64L19.43 11l.07 1l-.07 1l2.11 1.63c.19.15.25.42.12.64l-1.16 2.02l-1.46-1.45l.28-.48l-2.12-1.55c.4-1.17.4-2.44 0-3.61l2.11-1.55l-.75-1.3l-2.41 1.04a5.42 5.42 0 0 0-3.03-1.77L12.75 4h-1.5l-.37 2.61c-.28.06-.56.14-.82.25M12 8c2.21 0 4 1.79 4 4c0 .25-.03.5-.07.73l-4.66-4.66c.23-.04.48-.07.73-.07"/></svg>
</template>

CSS

.icon-cog-off-outline {
  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.11%2021.46L2.39%201.73L1.11%203L4%205.88L2.34%208.73c-.13.22-.07.49.12.64L4.57%2011l-.07%201l.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-.2.96-.48%201.39-.78l4.58%204.58zM10%2011.9l2.1%202.1H12a2%202%200%200%201-2-2zm3.13%205.49L12.76%2020h-1.52l-.37-2.62a5.44%205.44%200%200%201-3.01-1.76l-2.43%201.04l-.75-1.3L6.8%2013.8a5.55%205.55%200%200%201%200-3.6L4.69%208.65l.75-1.3l.06.02l2.9%202.92C8.15%2010.8%208%2011.38%208%2012c0%202.21%201.79%204%204%204c.62%200%201.2-.14%201.71-.4l1.12%201.12c-.52.31-1.09.54-1.7.67M10.06%206.86L8.55%205.35c.19-.09.38-.2.58-.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.13.22.07.49-.12.64L19.43%2011l.07%201l-.07%201l2.11%201.63c.19.15.25.42.12.64l-1.16%202.02l-1.46-1.45l.28-.48l-2.12-1.55c.4-1.17.4-2.44%200-3.61l2.11-1.55l-.75-1.3l-2.41%201.04a5.42%205.42%200%200%200-3.03-1.77L12.75%204h-1.5l-.37%202.61c-.28.06-.56.14-.82.25M12%208c2.21%200%204%201.79%204%204c0%20.25-.03.5-.07.73l-4.66-4.66c.23-.04.48-.07.73-.07%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.11%2021.46L2.39%201.73L1.11%203L4%205.88L2.34%208.73c-.13.22-.07.49.12.64L4.57%2011l-.07%201l.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-.2.96-.48%201.39-.78l4.58%204.58zM10%2011.9l2.1%202.1H12a2%202%200%200%201-2-2zm3.13%205.49L12.76%2020h-1.52l-.37-2.62a5.44%205.44%200%200%201-3.01-1.76l-2.43%201.04l-.75-1.3L6.8%2013.8a5.55%205.55%200%200%201%200-3.6L4.69%208.65l.75-1.3l.06.02l2.9%202.92C8.15%2010.8%208%2011.38%208%2012c0%202.21%201.79%204%204%204c.62%200%201.2-.14%201.71-.4l1.12%201.12c-.52.31-1.09.54-1.7.67M10.06%206.86L8.55%205.35c.19-.09.38-.2.58-.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.13.22.07.49-.12.64L19.43%2011l.07%201l-.07%201l2.11%201.63c.19.15.25.42.12.64l-1.16%202.02l-1.46-1.45l.28-.48l-2.12-1.55c.4-1.17.4-2.44%200-3.61l2.11-1.55l-.75-1.3l-2.41%201.04a5.42%205.42%200%200%200-3.03-1.77L12.75%204h-1.5l-.37%202.61c-.28.06-.56.14-.82.25M12%208c2.21%200%204%201.79%204%204c0%20.25-.03.5-.07.73l-4.66-4.66c.23-.04.48-.07.73-.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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