cogs icon
cogs from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- cogs
- Set
- Line Awesome
- Style
- Line
- Category
- Objects
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- cogs-solid
The same icon in other sets
More objects icons from Line Awesome
Use the cogs icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 4v1.125c-.66.129-1.3.355-1.844.719l-.781-.782l-1.438 1.407l.813.812A5 5 0 0 0 11.031 9H10v2h1.031a5 5 0 0 0 .719 1.719l-.813.812l1.438 1.406l.781-.78c.543.363 1.184.59 1.844.718V16h2v-1.125c.61-.133 1.184-.352 1.688-.688l.75.75l1.406-1.406l-.75-.75c.36-.531.617-1.133.75-1.781H22V9h-1.156a4.9 4.9 0 0 0-.75-1.781l.75-.75l-1.407-1.407l-.75.75c-.503-.335-1.078-.554-1.687-.687V4zm.938 3c1.667 0 3 1.332 3 3s-1.333 3-3 3s-3-1.332-3-3s1.332-3 3-3M8 16v1.094a4.9 4.9 0 0 0-1.844.75l-.781-.782l-1.438 1.407l.813.812A5 5 0 0 0 4.031 21H3v2h1.031c.13.625.38 1.2.719 1.719l-.813.812l1.438 1.407l.781-.782a4.9 4.9 0 0 0 1.844.75V28h2v-1.125c.61-.133 1.184-.352 1.688-.688l.75.75l1.406-1.406l-.75-.75a5 5 0 0 0 .75-1.75L15.03 23l-.062-2l-1.125.031a4.9 4.9 0 0 0-.75-1.812l.75-.75l-1.406-1.407l-.75.75c-.504-.335-1.079-.554-1.688-.687V16zm14 0v1.125c-.66.129-1.3.355-1.844.719l-.781-.782l-1.438 1.407l.813.812A5 5 0 0 0 18.031 21H17v2h1.031a5 5 0 0 0 .719 1.719l-.813.812l1.438 1.407l.781-.782c.543.364 1.184.59 1.844.719V28h2v-1.125a4.9 4.9 0 0 0 1.656-.719l.782.782l1.406-1.407l-.75-.75a4.9 4.9 0 0 0 .75-1.75L29.03 23l-.062-2l-1.125.031c-.13-.652-.422-1.246-.782-1.781l.782-.781l-1.407-1.407l-.78.782A5 5 0 0 0 24 17.156V16zM8.937 19c1.668 0 3 1.332 3 3s-1.332 3-3 3s-3-1.332-3-3s1.333-3 3-3m14 0c1.668 0 3 1.332 3 3s-1.332 3-3 3s-3-1.332-3-3s1.333-3 3-3"/></svg>
React
import type { SVGProps } from "react";
export function LaCogs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 4v1.125c-.66.129-1.3.355-1.844.719l-.781-.782l-1.438 1.407l.813.812A5 5 0 0 0 11.031 9H10v2h1.031a5 5 0 0 0 .719 1.719l-.813.812l1.438 1.406l.781-.78c.543.363 1.184.59 1.844.718V16h2v-1.125c.61-.133 1.184-.352 1.688-.688l.75.75l1.406-1.406l-.75-.75c.36-.531.617-1.133.75-1.781H22V9h-1.156a4.9 4.9 0 0 0-.75-1.781l.75-.75l-1.407-1.407l-.75.75c-.503-.335-1.078-.554-1.687-.687V4zm.938 3c1.667 0 3 1.332 3 3s-1.333 3-3 3s-3-1.332-3-3s1.332-3 3-3M8 16v1.094a4.9 4.9 0 0 0-1.844.75l-.781-.782l-1.438 1.407l.813.812A5 5 0 0 0 4.031 21H3v2h1.031c.13.625.38 1.2.719 1.719l-.813.812l1.438 1.407l.781-.782a4.9 4.9 0 0 0 1.844.75V28h2v-1.125c.61-.133 1.184-.352 1.688-.688l.75.75l1.406-1.406l-.75-.75a5 5 0 0 0 .75-1.75L15.03 23l-.062-2l-1.125.031a4.9 4.9 0 0 0-.75-1.812l.75-.75l-1.406-1.407l-.75.75c-.504-.335-1.079-.554-1.688-.687V16zm14 0v1.125c-.66.129-1.3.355-1.844.719l-.781-.782l-1.438 1.407l.813.812A5 5 0 0 0 18.031 21H17v2h1.031a5 5 0 0 0 .719 1.719l-.813.812l1.438 1.407l.781-.782c.543.364 1.184.59 1.844.719V28h2v-1.125a4.9 4.9 0 0 0 1.656-.719l.782.782l1.406-1.407l-.75-.75a4.9 4.9 0 0 0 .75-1.75L29.03 23l-.062-2l-1.125.031c-.13-.652-.422-1.246-.782-1.781l.782-.781l-1.407-1.407l-.78.782A5 5 0 0 0 24 17.156V16zM8.937 19c1.668 0 3 1.332 3 3s-1.332 3-3 3s-3-1.332-3-3s1.333-3 3-3m14 0c1.668 0 3 1.332 3 3s-1.332 3-3 3s-3-1.332-3-3s1.333-3 3-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 4v1.125c-.66.129-1.3.355-1.844.719l-.781-.782l-1.438 1.407l.813.812A5 5 0 0 0 11.031 9H10v2h1.031a5 5 0 0 0 .719 1.719l-.813.812l1.438 1.406l.781-.78c.543.363 1.184.59 1.844.718V16h2v-1.125c.61-.133 1.184-.352 1.688-.688l.75.75l1.406-1.406l-.75-.75c.36-.531.617-1.133.75-1.781H22V9h-1.156a4.9 4.9 0 0 0-.75-1.781l.75-.75l-1.407-1.407l-.75.75c-.503-.335-1.078-.554-1.687-.687V4zm.938 3c1.667 0 3 1.332 3 3s-1.333 3-3 3s-3-1.332-3-3s1.332-3 3-3M8 16v1.094a4.9 4.9 0 0 0-1.844.75l-.781-.782l-1.438 1.407l.813.812A5 5 0 0 0 4.031 21H3v2h1.031c.13.625.38 1.2.719 1.719l-.813.812l1.438 1.407l.781-.782a4.9 4.9 0 0 0 1.844.75V28h2v-1.125c.61-.133 1.184-.352 1.688-.688l.75.75l1.406-1.406l-.75-.75a5 5 0 0 0 .75-1.75L15.03 23l-.062-2l-1.125.031a4.9 4.9 0 0 0-.75-1.812l.75-.75l-1.406-1.407l-.75.75c-.504-.335-1.079-.554-1.688-.687V16zm14 0v1.125c-.66.129-1.3.355-1.844.719l-.781-.782l-1.438 1.407l.813.812A5 5 0 0 0 18.031 21H17v2h1.031a5 5 0 0 0 .719 1.719l-.813.812l1.438 1.407l.781-.782c.543.364 1.184.59 1.844.719V28h2v-1.125a4.9 4.9 0 0 0 1.656-.719l.782.782l1.406-1.407l-.75-.75a4.9 4.9 0 0 0 .75-1.75L29.03 23l-.062-2l-1.125.031c-.13-.652-.422-1.246-.782-1.781l.782-.781l-1.407-1.407l-.78.782A5 5 0 0 0 24 17.156V16zM8.937 19c1.668 0 3 1.332 3 3s-1.332 3-3 3s-3-1.332-3-3s1.333-3 3-3m14 0c1.668 0 3 1.332 3 3s-1.332 3-3 3s-3-1.332-3-3s1.333-3 3-3"/></svg> </template>
CSS
.icon-cogs {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%204v1.125c-.66.129-1.3.355-1.844.719l-.781-.782l-1.438%201.407l.813.812A5%205%200%200%200%2011.031%209H10v2h1.031a5%205%200%200%200%20.719%201.719l-.813.812l1.438%201.406l.781-.78c.543.363%201.184.59%201.844.718V16h2v-1.125c.61-.133%201.184-.352%201.688-.688l.75.75l1.406-1.406l-.75-.75c.36-.531.617-1.133.75-1.781H22V9h-1.156a4.9%204.9%200%200%200-.75-1.781l.75-.75l-1.407-1.407l-.75.75c-.503-.335-1.078-.554-1.687-.687V4zm.938%203c1.667%200%203%201.332%203%203s-1.333%203-3%203s-3-1.332-3-3s1.332-3%203-3M8%2016v1.094a4.9%204.9%200%200%200-1.844.75l-.781-.782l-1.438%201.407l.813.812A5%205%200%200%200%204.031%2021H3v2h1.031c.13.625.38%201.2.719%201.719l-.813.812l1.438%201.407l.781-.782a4.9%204.9%200%200%200%201.844.75V28h2v-1.125c.61-.133%201.184-.352%201.688-.688l.75.75l1.406-1.406l-.75-.75a5%205%200%200%200%20.75-1.75L15.03%2023l-.062-2l-1.125.031a4.9%204.9%200%200%200-.75-1.812l.75-.75l-1.406-1.407l-.75.75c-.504-.335-1.079-.554-1.688-.687V16zm14%200v1.125c-.66.129-1.3.355-1.844.719l-.781-.782l-1.438%201.407l.813.812A5%205%200%200%200%2018.031%2021H17v2h1.031a5%205%200%200%200%20.719%201.719l-.813.812l1.438%201.407l.781-.782c.543.364%201.184.59%201.844.719V28h2v-1.125a4.9%204.9%200%200%200%201.656-.719l.782.782l1.406-1.407l-.75-.75a4.9%204.9%200%200%200%20.75-1.75L29.03%2023l-.062-2l-1.125.031c-.13-.652-.422-1.246-.782-1.781l.782-.781l-1.407-1.407l-.78.782A5%205%200%200%200%2024%2017.156V16zM8.937%2019c1.668%200%203%201.332%203%203s-1.332%203-3%203s-3-1.332-3-3s1.333-3%203-3m14%200c1.668%200%203%201.332%203%203s-1.332%203-3%203s-3-1.332-3-3s1.333-3%203-3%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%204v1.125c-.66.129-1.3.355-1.844.719l-.781-.782l-1.438%201.407l.813.812A5%205%200%200%200%2011.031%209H10v2h1.031a5%205%200%200%200%20.719%201.719l-.813.812l1.438%201.406l.781-.78c.543.363%201.184.59%201.844.718V16h2v-1.125c.61-.133%201.184-.352%201.688-.688l.75.75l1.406-1.406l-.75-.75c.36-.531.617-1.133.75-1.781H22V9h-1.156a4.9%204.9%200%200%200-.75-1.781l.75-.75l-1.407-1.407l-.75.75c-.503-.335-1.078-.554-1.687-.687V4zm.938%203c1.667%200%203%201.332%203%203s-1.333%203-3%203s-3-1.332-3-3s1.332-3%203-3M8%2016v1.094a4.9%204.9%200%200%200-1.844.75l-.781-.782l-1.438%201.407l.813.812A5%205%200%200%200%204.031%2021H3v2h1.031c.13.625.38%201.2.719%201.719l-.813.812l1.438%201.407l.781-.782a4.9%204.9%200%200%200%201.844.75V28h2v-1.125c.61-.133%201.184-.352%201.688-.688l.75.75l1.406-1.406l-.75-.75a5%205%200%200%200%20.75-1.75L15.03%2023l-.062-2l-1.125.031a4.9%204.9%200%200%200-.75-1.812l.75-.75l-1.406-1.407l-.75.75c-.504-.335-1.079-.554-1.688-.687V16zm14%200v1.125c-.66.129-1.3.355-1.844.719l-.781-.782l-1.438%201.407l.813.812A5%205%200%200%200%2018.031%2021H17v2h1.031a5%205%200%200%200%20.719%201.719l-.813.812l1.438%201.407l.781-.782c.543.364%201.184.59%201.844.719V28h2v-1.125a4.9%204.9%200%200%200%201.656-.719l.782.782l1.406-1.407l-.75-.75a4.9%204.9%200%200%200%20.75-1.75L29.03%2023l-.062-2l-1.125.031c-.13-.652-.422-1.246-.782-1.781l.782-.781l-1.407-1.407l-.78.782A5%205%200%200%200%2024%2017.156V16zM8.937%2019c1.668%200%203%201.332%203%203s-1.332%203-3%203s-3-1.332-3-3s1.333-3%203-3m14%200c1.668%200%203%201.332%203%203s-1.332%203-3%203s-3-1.332-3-3s1.333-3%203-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/cogs.svg?color=%231a73e8&size=48