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

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

1 other variant in Material Design Icons

The same icon in other sets

More settings icons from Material Design Icons

Use the cog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2m-2 12c-.25 0-.46-.18-.5-.42l-.37-2.65c-.63-.25-1.17-.59-1.69-.99l-2.49 1.01c-.22.08-.49 0-.61-.22l-2-3.46a.493.493 0 0 1 .12-.64l2.11-1.66L4.5 12l.07-1l-2.11-1.63a.493.493 0 0 1-.12-.64l2-3.46c.12-.22.39-.31.61-.22l2.49 1c.52-.39 1.06-.73 1.69-.98l.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-2 3.46c-.12.22-.39.31-.61.22l-2.49-1c-.52.39-1.06.73-1.69.98l-.37 2.65c-.04.24-.25.42-.5.42zm1.25-18l-.37 2.61c-1.2.25-2.26.89-3.03 1.78L5.44 7.35l-.75 1.3L6.8 10.2a5.55 5.55 0 0 0 0 3.6l-2.12 1.56l.75 1.3l2.43-1.04c.77.88 1.82 1.52 3.01 1.76l.37 2.62h1.52l.37-2.61c1.19-.25 2.24-.89 3.01-1.77l2.43 1.04l.75-1.3l-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 4z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCogOutline(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="M12 8a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2m-2 12c-.25 0-.46-.18-.5-.42l-.37-2.65c-.63-.25-1.17-.59-1.69-.99l-2.49 1.01c-.22.08-.49 0-.61-.22l-2-3.46a.493.493 0 0 1 .12-.64l2.11-1.66L4.5 12l.07-1l-2.11-1.63a.493.493 0 0 1-.12-.64l2-3.46c.12-.22.39-.31.61-.22l2.49 1c.52-.39 1.06-.73 1.69-.98l.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-2 3.46c-.12.22-.39.31-.61.22l-2.49-1c-.52.39-1.06.73-1.69.98l-.37 2.65c-.04.24-.25.42-.5.42zm1.25-18l-.37 2.61c-1.2.25-2.26.89-3.03 1.78L5.44 7.35l-.75 1.3L6.8 10.2a5.55 5.55 0 0 0 0 3.6l-2.12 1.56l.75 1.3l2.43-1.04c.77.88 1.82 1.52 3.01 1.76l.37 2.62h1.52l.37-2.61c1.19-.25 2.24-.89 3.01-1.77l2.43 1.04l.75-1.3l-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 4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2m-2 12c-.25 0-.46-.18-.5-.42l-.37-2.65c-.63-.25-1.17-.59-1.69-.99l-2.49 1.01c-.22.08-.49 0-.61-.22l-2-3.46a.493.493 0 0 1 .12-.64l2.11-1.66L4.5 12l.07-1l-2.11-1.63a.493.493 0 0 1-.12-.64l2-3.46c.12-.22.39-.31.61-.22l2.49 1c.52-.39 1.06-.73 1.69-.98l.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-2 3.46c-.12.22-.39.31-.61.22l-2.49-1c-.52.39-1.06.73-1.69.98l-.37 2.65c-.04.24-.25.42-.5.42zm1.25-18l-.37 2.61c-1.2.25-2.26.89-3.03 1.78L5.44 7.35l-.75 1.3L6.8 10.2a5.55 5.55 0 0 0 0 3.6l-2.12 1.56l.75 1.3l2.43-1.04c.77.88 1.82 1.52 3.01 1.76l.37 2.62h1.52l.37-2.61c1.19-.25 2.24-.89 3.01-1.77l2.43 1.04l.75-1.3l-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 4z"/></svg>
</template>

CSS

.icon-cog-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%22M12%208a4%204%200%200%201%204%204a4%204%200%200%201-4%204a4%204%200%200%201-4-4a4%204%200%200%201%204-4m0%202a2%202%200%200%200-2%202a2%202%200%200%200%202%202a2%202%200%200%200%202-2a2%202%200%200%200-2-2m-2%2012c-.25%200-.46-.18-.5-.42l-.37-2.65c-.63-.25-1.17-.59-1.69-.99l-2.49%201.01c-.22.08-.49%200-.61-.22l-2-3.46a.493.493%200%200%201%20.12-.64l2.11-1.66L4.5%2012l.07-1l-2.11-1.63a.493.493%200%200%201-.12-.64l2-3.46c.12-.22.39-.31.61-.22l2.49%201c.52-.39%201.06-.73%201.69-.98l.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-2%203.46c-.12.22-.39.31-.61.22l-2.49-1c-.52.39-1.06.73-1.69.98l-.37%202.65c-.04.24-.25.42-.5.42zm1.25-18l-.37%202.61c-1.2.25-2.26.89-3.03%201.78L5.44%207.35l-.75%201.3L6.8%2010.2a5.55%205.55%200%200%200%200%203.6l-2.12%201.56l.75%201.3l2.43-1.04c.77.88%201.82%201.52%203.01%201.76l.37%202.62h1.52l.37-2.61c1.19-.25%202.24-.89%203.01-1.77l2.43%201.04l.75-1.3l-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%204z%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%22M12%208a4%204%200%200%201%204%204a4%204%200%200%201-4%204a4%204%200%200%201-4-4a4%204%200%200%201%204-4m0%202a2%202%200%200%200-2%202a2%202%200%200%200%202%202a2%202%200%200%200%202-2a2%202%200%200%200-2-2m-2%2012c-.25%200-.46-.18-.5-.42l-.37-2.65c-.63-.25-1.17-.59-1.69-.99l-2.49%201.01c-.22.08-.49%200-.61-.22l-2-3.46a.493.493%200%200%201%20.12-.64l2.11-1.66L4.5%2012l.07-1l-2.11-1.63a.493.493%200%200%201-.12-.64l2-3.46c.12-.22.39-.31.61-.22l2.49%201c.52-.39%201.06-.73%201.69-.98l.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-2%203.46c-.12.22-.39.31-.61.22l-2.49-1c-.52.39-1.06.73-1.69.98l-.37%202.65c-.04.24-.25.42-.5.42zm1.25-18l-.37%202.61c-1.2.25-2.26.89-3.03%201.78L5.44%207.35l-.75%201.3L6.8%2010.2a5.55%205.55%200%200%200%200%203.6l-2.12%201.56l.75%201.3l2.43-1.04c.77.88%201.82%201.52%203.01%201.76l.37%202.62h1.52l.37-2.61c1.19-.25%202.24-.89%203.01-1.77l2.43%201.04l.75-1.3l-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%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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