cog-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.

Name
cog-line
Set
Majesticons
Style
Line
Viewbox
24×24
License
MIT

1 other variant in Majesticons

The same icon in other sets

Use the cog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11 2a2 2 0 0 0-2 2v.757l-.707.707L9 4.757l-.536-.535a2 2 0 0 0-2.828 0L4.222 5.636a2 2 0 0 0 0 2.828L4.757 9H4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h.757l-.535.536a2 2 0 0 0 0 2.828l1.414 1.414a2 2 0 0 0 2.828 0L9 19.243V20a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-.757l.536.535a2 2 0 0 0 2.828 0l1.414-1.414a2 2 0 0 0 0-2.829L19.243 15H20a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-.757l.535-.536a2 2 0 0 0 0-2.828l-1.414-1.414a2 2 0 0 0-2.828 0L15 4.757V4a2 2 0 0 0-2-2h-2zm0 2h2v.757c0 1.782 2.154 2.675 3.414 1.415l.536-.536l1.414 1.414l-.536.536C16.568 8.846 17.461 11 19.243 11H20v2h-.757c-1.782 0-2.674 2.154-1.415 3.414l.536.536l-1.414 1.414l-.536-.536c-1.26-1.26-3.414-.367-3.414 1.415V20h-2v-.757c0-1.782-2.154-2.674-3.414-1.415l-.536.536l-1.414-1.414l.536-.536C7.432 15.154 6.539 13 4.757 13H4v-2h.757c1.782 0 2.675-2.154 1.415-3.414l-.536-.536L7.05 5.636l.536.536C8.846 7.432 11 6.539 11 4.757V4zm-1 8a2 2 0 1 1 4 0a2 2 0 0 1-4 0zm2-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8z"/></g></svg>

React

import type { SVGProps } from "react";

export function MajesticonsCogLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11 2a2 2 0 0 0-2 2v.757l-.707.707L9 4.757l-.536-.535a2 2 0 0 0-2.828 0L4.222 5.636a2 2 0 0 0 0 2.828L4.757 9H4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h.757l-.535.536a2 2 0 0 0 0 2.828l1.414 1.414a2 2 0 0 0 2.828 0L9 19.243V20a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-.757l.536.535a2 2 0 0 0 2.828 0l1.414-1.414a2 2 0 0 0 0-2.829L19.243 15H20a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-.757l.535-.536a2 2 0 0 0 0-2.828l-1.414-1.414a2 2 0 0 0-2.828 0L15 4.757V4a2 2 0 0 0-2-2h-2zm0 2h2v.757c0 1.782 2.154 2.675 3.414 1.415l.536-.536l1.414 1.414l-.536.536C16.568 8.846 17.461 11 19.243 11H20v2h-.757c-1.782 0-2.674 2.154-1.415 3.414l.536.536l-1.414 1.414l-.536-.536c-1.26-1.26-3.414-.367-3.414 1.415V20h-2v-.757c0-1.782-2.154-2.674-3.414-1.415l-.536.536l-1.414-1.414l.536-.536C7.432 15.154 6.539 13 4.757 13H4v-2h.757c1.782 0 2.675-2.154 1.415-3.414l-.536-.536L7.05 5.636l.536.536C8.846 7.432 11 6.539 11 4.757V4zm-1 8a2 2 0 1 1 4 0a2 2 0 0 1-4 0zm2-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11 2a2 2 0 0 0-2 2v.757l-.707.707L9 4.757l-.536-.535a2 2 0 0 0-2.828 0L4.222 5.636a2 2 0 0 0 0 2.828L4.757 9H4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h.757l-.535.536a2 2 0 0 0 0 2.828l1.414 1.414a2 2 0 0 0 2.828 0L9 19.243V20a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-.757l.536.535a2 2 0 0 0 2.828 0l1.414-1.414a2 2 0 0 0 0-2.829L19.243 15H20a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-.757l.535-.536a2 2 0 0 0 0-2.828l-1.414-1.414a2 2 0 0 0-2.828 0L15 4.757V4a2 2 0 0 0-2-2h-2zm0 2h2v.757c0 1.782 2.154 2.675 3.414 1.415l.536-.536l1.414 1.414l-.536.536C16.568 8.846 17.461 11 19.243 11H20v2h-.757c-1.782 0-2.674 2.154-1.415 3.414l.536.536l-1.414 1.414l-.536-.536c-1.26-1.26-3.414-.367-3.414 1.415V20h-2v-.757c0-1.782-2.154-2.674-3.414-1.415l-.536.536l-1.414-1.414l.536-.536C7.432 15.154 6.539 13 4.757 13H4v-2h.757c1.782 0 2.675-2.154 1.415-3.414l-.536-.536L7.05 5.636l.536.536C8.846 7.432 11 6.539 11 4.757V4zm-1 8a2 2 0 1 1 4 0a2 2 0 0 1-4 0zm2-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8z"/></g></svg>
</template>

CSS

.icon-cog-line {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11%202a2%202%200%200%200-2%202v.757l-.707.707L9%204.757l-.536-.535a2%202%200%200%200-2.828%200L4.222%205.636a2%202%200%200%200%200%202.828L4.757%209H4a2%202%200%200%200-2%202v2a2%202%200%200%200%202%202h.757l-.535.536a2%202%200%200%200%200%202.828l1.414%201.414a2%202%200%200%200%202.828%200L9%2019.243V20a2%202%200%200%200%202%202h2a2%202%200%200%200%202-2v-.757l.536.535a2%202%200%200%200%202.828%200l1.414-1.414a2%202%200%200%200%200-2.829L19.243%2015H20a2%202%200%200%200%202-2v-2a2%202%200%200%200-2-2h-.757l.535-.536a2%202%200%200%200%200-2.828l-1.414-1.414a2%202%200%200%200-2.828%200L15%204.757V4a2%202%200%200%200-2-2h-2zm0%202h2v.757c0%201.782%202.154%202.675%203.414%201.415l.536-.536l1.414%201.414l-.536.536C16.568%208.846%2017.461%2011%2019.243%2011H20v2h-.757c-1.782%200-2.674%202.154-1.415%203.414l.536.536l-1.414%201.414l-.536-.536c-1.26-1.26-3.414-.367-3.414%201.415V20h-2v-.757c0-1.782-2.154-2.674-3.414-1.415l-.536.536l-1.414-1.414l.536-.536C7.432%2015.154%206.539%2013%204.757%2013H4v-2h.757c1.782%200%202.675-2.154%201.415-3.414l-.536-.536L7.05%205.636l.536.536C8.846%207.432%2011%206.539%2011%204.757V4zm-1%208a2%202%200%201%201%204%200a2%202%200%200%201-4%200zm2-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11%202a2%202%200%200%200-2%202v.757l-.707.707L9%204.757l-.536-.535a2%202%200%200%200-2.828%200L4.222%205.636a2%202%200%200%200%200%202.828L4.757%209H4a2%202%200%200%200-2%202v2a2%202%200%200%200%202%202h.757l-.535.536a2%202%200%200%200%200%202.828l1.414%201.414a2%202%200%200%200%202.828%200L9%2019.243V20a2%202%200%200%200%202%202h2a2%202%200%200%200%202-2v-.757l.536.535a2%202%200%200%200%202.828%200l1.414-1.414a2%202%200%200%200%200-2.829L19.243%2015H20a2%202%200%200%200%202-2v-2a2%202%200%200%200-2-2h-.757l.535-.536a2%202%200%200%200%200-2.828l-1.414-1.414a2%202%200%200%200-2.828%200L15%204.757V4a2%202%200%200%200-2-2h-2zm0%202h2v.757c0%201.782%202.154%202.675%203.414%201.415l.536-.536l1.414%201.414l-.536.536C16.568%208.846%2017.461%2011%2019.243%2011H20v2h-.757c-1.782%200-2.674%202.154-1.415%203.414l.536.536l-1.414%201.414l-.536-.536c-1.26-1.26-3.414-.367-3.414%201.415V20h-2v-.757c0-1.782-2.154-2.674-3.414-1.415l-.536.536l-1.414-1.414l.536-.536C7.432%2015.154%206.539%2013%204.757%2013H4v-2h.757c1.782%200%202.675-2.154%201.415-3.414l-.536-.536L7.05%205.636l.536.536C8.846%207.432%2011%206.539%2011%204.757V4zm-1%208a2%202%200%201%201%204%200a2%202%200%200%201-4%200zm2-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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