cog icon
cog from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- cog
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More user interface icons from Unicons
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="m21.32 9.55l-1.89-.63l.89-1.78A1 1 0 0 0 20.13 6L18 3.87a1 1 0 0 0-1.15-.19l-1.78.89l-.63-1.89A1 1 0 0 0 13.5 2h-3a1 1 0 0 0-.95.68l-.63 1.89l-1.78-.89A1 1 0 0 0 6 3.87L3.87 6a1 1 0 0 0-.19 1.15l.89 1.78l-1.89.63a1 1 0 0 0-.68.94v3a1 1 0 0 0 .68.95l1.89.63l-.89 1.78A1 1 0 0 0 3.87 18L6 20.13a1 1 0 0 0 1.15.19l1.78-.89l.63 1.89a1 1 0 0 0 .95.68h3a1 1 0 0 0 .95-.68l.63-1.89l1.78.89a1 1 0 0 0 1.13-.19L20.13 18a1 1 0 0 0 .19-1.15l-.89-1.78l1.89-.63a1 1 0 0 0 .68-.94v-3a1 1 0 0 0-.68-.95M20 12.78l-1.2.4A2 2 0 0 0 17.64 16l.57 1.14l-1.1 1.1l-1.11-.6a2 2 0 0 0-2.79 1.16l-.4 1.2h-1.59l-.4-1.2A2 2 0 0 0 8 17.64l-1.14.57l-1.1-1.1l.6-1.11a2 2 0 0 0-1.16-2.82l-1.2-.4v-1.56l1.2-.4A2 2 0 0 0 6.36 8l-.57-1.11l1.1-1.1L8 6.36a2 2 0 0 0 2.82-1.16l.4-1.2h1.56l.4 1.2A2 2 0 0 0 16 6.36l1.14-.57l1.1 1.1l-.6 1.11a2 2 0 0 0 1.16 2.79l1.2.4ZM12 8a4 4 0 1 0 4 4a4 4 0 0 0-4-4m0 6a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg>
React
import type { SVGProps } from "react";
export function UilCog(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="m21.32 9.55l-1.89-.63l.89-1.78A1 1 0 0 0 20.13 6L18 3.87a1 1 0 0 0-1.15-.19l-1.78.89l-.63-1.89A1 1 0 0 0 13.5 2h-3a1 1 0 0 0-.95.68l-.63 1.89l-1.78-.89A1 1 0 0 0 6 3.87L3.87 6a1 1 0 0 0-.19 1.15l.89 1.78l-1.89.63a1 1 0 0 0-.68.94v3a1 1 0 0 0 .68.95l1.89.63l-.89 1.78A1 1 0 0 0 3.87 18L6 20.13a1 1 0 0 0 1.15.19l1.78-.89l.63 1.89a1 1 0 0 0 .95.68h3a1 1 0 0 0 .95-.68l.63-1.89l1.78.89a1 1 0 0 0 1.13-.19L20.13 18a1 1 0 0 0 .19-1.15l-.89-1.78l1.89-.63a1 1 0 0 0 .68-.94v-3a1 1 0 0 0-.68-.95M20 12.78l-1.2.4A2 2 0 0 0 17.64 16l.57 1.14l-1.1 1.1l-1.11-.6a2 2 0 0 0-2.79 1.16l-.4 1.2h-1.59l-.4-1.2A2 2 0 0 0 8 17.64l-1.14.57l-1.1-1.1l.6-1.11a2 2 0 0 0-1.16-2.82l-1.2-.4v-1.56l1.2-.4A2 2 0 0 0 6.36 8l-.57-1.11l1.1-1.1L8 6.36a2 2 0 0 0 2.82-1.16l.4-1.2h1.56l.4 1.2A2 2 0 0 0 16 6.36l1.14-.57l1.1 1.1l-.6 1.11a2 2 0 0 0 1.16 2.79l1.2.4ZM12 8a4 4 0 1 0 4 4a4 4 0 0 0-4-4m0 6a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.32 9.55l-1.89-.63l.89-1.78A1 1 0 0 0 20.13 6L18 3.87a1 1 0 0 0-1.15-.19l-1.78.89l-.63-1.89A1 1 0 0 0 13.5 2h-3a1 1 0 0 0-.95.68l-.63 1.89l-1.78-.89A1 1 0 0 0 6 3.87L3.87 6a1 1 0 0 0-.19 1.15l.89 1.78l-1.89.63a1 1 0 0 0-.68.94v3a1 1 0 0 0 .68.95l1.89.63l-.89 1.78A1 1 0 0 0 3.87 18L6 20.13a1 1 0 0 0 1.15.19l1.78-.89l.63 1.89a1 1 0 0 0 .95.68h3a1 1 0 0 0 .95-.68l.63-1.89l1.78.89a1 1 0 0 0 1.13-.19L20.13 18a1 1 0 0 0 .19-1.15l-.89-1.78l1.89-.63a1 1 0 0 0 .68-.94v-3a1 1 0 0 0-.68-.95M20 12.78l-1.2.4A2 2 0 0 0 17.64 16l.57 1.14l-1.1 1.1l-1.11-.6a2 2 0 0 0-2.79 1.16l-.4 1.2h-1.59l-.4-1.2A2 2 0 0 0 8 17.64l-1.14.57l-1.1-1.1l.6-1.11a2 2 0 0 0-1.16-2.82l-1.2-.4v-1.56l1.2-.4A2 2 0 0 0 6.36 8l-.57-1.11l1.1-1.1L8 6.36a2 2 0 0 0 2.82-1.16l.4-1.2h1.56l.4 1.2A2 2 0 0 0 16 6.36l1.14-.57l1.1 1.1l-.6 1.11a2 2 0 0 0 1.16 2.79l1.2.4ZM12 8a4 4 0 1 0 4 4a4 4 0 0 0-4-4m0 6a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg> </template>
CSS
.icon-cog {
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%22m21.32%209.55l-1.89-.63l.89-1.78A1%201%200%200%200%2020.13%206L18%203.87a1%201%200%200%200-1.15-.19l-1.78.89l-.63-1.89A1%201%200%200%200%2013.5%202h-3a1%201%200%200%200-.95.68l-.63%201.89l-1.78-.89A1%201%200%200%200%206%203.87L3.87%206a1%201%200%200%200-.19%201.15l.89%201.78l-1.89.63a1%201%200%200%200-.68.94v3a1%201%200%200%200%20.68.95l1.89.63l-.89%201.78A1%201%200%200%200%203.87%2018L6%2020.13a1%201%200%200%200%201.15.19l1.78-.89l.63%201.89a1%201%200%200%200%20.95.68h3a1%201%200%200%200%20.95-.68l.63-1.89l1.78.89a1%201%200%200%200%201.13-.19L20.13%2018a1%201%200%200%200%20.19-1.15l-.89-1.78l1.89-.63a1%201%200%200%200%20.68-.94v-3a1%201%200%200%200-.68-.95M20%2012.78l-1.2.4A2%202%200%200%200%2017.64%2016l.57%201.14l-1.1%201.1l-1.11-.6a2%202%200%200%200-2.79%201.16l-.4%201.2h-1.59l-.4-1.2A2%202%200%200%200%208%2017.64l-1.14.57l-1.1-1.1l.6-1.11a2%202%200%200%200-1.16-2.82l-1.2-.4v-1.56l1.2-.4A2%202%200%200%200%206.36%208l-.57-1.11l1.1-1.1L8%206.36a2%202%200%200%200%202.82-1.16l.4-1.2h1.56l.4%201.2A2%202%200%200%200%2016%206.36l1.14-.57l1.1%201.1l-.6%201.11a2%202%200%200%200%201.16%202.79l1.2.4ZM12%208a4%204%200%201%200%204%204a4%204%200%200%200-4-4m0%206a2%202%200%201%201%202-2a2%202%200%200%201-2%202%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%22m21.32%209.55l-1.89-.63l.89-1.78A1%201%200%200%200%2020.13%206L18%203.87a1%201%200%200%200-1.15-.19l-1.78.89l-.63-1.89A1%201%200%200%200%2013.5%202h-3a1%201%200%200%200-.95.68l-.63%201.89l-1.78-.89A1%201%200%200%200%206%203.87L3.87%206a1%201%200%200%200-.19%201.15l.89%201.78l-1.89.63a1%201%200%200%200-.68.94v3a1%201%200%200%200%20.68.95l1.89.63l-.89%201.78A1%201%200%200%200%203.87%2018L6%2020.13a1%201%200%200%200%201.15.19l1.78-.89l.63%201.89a1%201%200%200%200%20.95.68h3a1%201%200%200%200%20.95-.68l.63-1.89l1.78.89a1%201%200%200%200%201.13-.19L20.13%2018a1%201%200%200%200%20.19-1.15l-.89-1.78l1.89-.63a1%201%200%200%200%20.68-.94v-3a1%201%200%200%200-.68-.95M20%2012.78l-1.2.4A2%202%200%200%200%2017.64%2016l.57%201.14l-1.1%201.1l-1.11-.6a2%202%200%200%200-2.79%201.16l-.4%201.2h-1.59l-.4-1.2A2%202%200%200%200%208%2017.64l-1.14.57l-1.1-1.1l.6-1.11a2%202%200%200%200-1.16-2.82l-1.2-.4v-1.56l1.2-.4A2%202%200%200%200%206.36%208l-.57-1.11l1.1-1.1L8%206.36a2%202%200%200%200%202.82-1.16l.4-1.2h1.56l.4%201.2A2%202%200%200%200%2016%206.36l1.14-.57l1.1%201.1l-.6%201.11a2%202%200%200%200%201.16%202.79l1.2.4ZM12%208a4%204%200%201%200%204%204a4%204%200%200%200-4-4m0%206a2%202%200%201%201%202-2a2%202%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/cog.svg?color=%231a73e8&size=48