manual gear icon
manual-gear from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- manual-gear
- Set
- IconPark
- Style
- Color
- Category
- Travel
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More travel icons from IconPark
Use the manual gear icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M40 12V24H8"/><path d="M24 12V24V36"/><path d="M8 12V24V36"/><path fill="#2F88FF" d="M44 8C44 10.2091 42.2091 12 40 12C37.7909 12 36 10.2091 36 8C36 5.79086 37.7909 4 40 4C42.2091 4 44 5.79086 44 8Z"/><path fill="#2F88FF" d="M28 8C28 10.2091 26.2091 12 24 12C21.7909 12 20 10.2091 20 8C20 5.79086 21.7909 4 24 4C26.2091 4 28 5.79086 28 8Z"/><path fill="#2F88FF" d="M12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8Z"/><path fill="#2F88FF" d="M28 40C28 42.2091 26.2091 44 24 44C21.7909 44 20 42.2091 20 40C20 37.7909 21.7909 36 24 36C26.2091 36 28 37.7909 28 40Z"/><path fill="#2F88FF" d="M12 40C12 42.2091 10.2091 44 8 44C5.79086 44 4 42.2091 4 40C4 37.7909 5.79086 36 8 36C10.2091 36 12 37.7909 12 40Z"/><path fill="#2F88FF" d="M40 44C42.2091 44 44 42.2091 44 40C44 37.7909 42.2091 36 40 36C37.7909 36 36 37.7909 36 40C36 42.2091 37.7909 44 40 44Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkManualGear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M40 12V24H8"/><path d="M24 12V24V36"/><path d="M8 12V24V36"/><path fill="#2F88FF" d="M44 8C44 10.2091 42.2091 12 40 12C37.7909 12 36 10.2091 36 8C36 5.79086 37.7909 4 40 4C42.2091 4 44 5.79086 44 8Z"/><path fill="#2F88FF" d="M28 8C28 10.2091 26.2091 12 24 12C21.7909 12 20 10.2091 20 8C20 5.79086 21.7909 4 24 4C26.2091 4 28 5.79086 28 8Z"/><path fill="#2F88FF" d="M12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8Z"/><path fill="#2F88FF" d="M28 40C28 42.2091 26.2091 44 24 44C21.7909 44 20 42.2091 20 40C20 37.7909 21.7909 36 24 36C26.2091 36 28 37.7909 28 40Z"/><path fill="#2F88FF" d="M12 40C12 42.2091 10.2091 44 8 44C5.79086 44 4 42.2091 4 40C4 37.7909 5.79086 36 8 36C10.2091 36 12 37.7909 12 40Z"/><path fill="#2F88FF" d="M40 44C42.2091 44 44 42.2091 44 40C44 37.7909 42.2091 36 40 36C37.7909 36 36 37.7909 36 40C36 42.2091 37.7909 44 40 44Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M40 12V24H8"/><path d="M24 12V24V36"/><path d="M8 12V24V36"/><path fill="#2F88FF" d="M44 8C44 10.2091 42.2091 12 40 12C37.7909 12 36 10.2091 36 8C36 5.79086 37.7909 4 40 4C42.2091 4 44 5.79086 44 8Z"/><path fill="#2F88FF" d="M28 8C28 10.2091 26.2091 12 24 12C21.7909 12 20 10.2091 20 8C20 5.79086 21.7909 4 24 4C26.2091 4 28 5.79086 28 8Z"/><path fill="#2F88FF" d="M12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8Z"/><path fill="#2F88FF" d="M28 40C28 42.2091 26.2091 44 24 44C21.7909 44 20 42.2091 20 40C20 37.7909 21.7909 36 24 36C26.2091 36 28 37.7909 28 40Z"/><path fill="#2F88FF" d="M12 40C12 42.2091 10.2091 44 8 44C5.79086 44 4 42.2091 4 40C4 37.7909 5.79086 36 8 36C10.2091 36 12 37.7909 12 40Z"/><path fill="#2F88FF" d="M40 44C42.2091 44 44 42.2091 44 40C44 37.7909 42.2091 36 40 36C37.7909 36 36 37.7909 36 40C36 42.2091 37.7909 44 40 44Z"/></g></svg> </template>
CSS
.icon-manual-gear {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M40%2012V24H8%22%2F%3E%3Cpath%20d%3D%22M24%2012V24V36%22%2F%3E%3Cpath%20d%3D%22M8%2012V24V36%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M44%208C44%2010.2091%2042.2091%2012%2040%2012C37.7909%2012%2036%2010.2091%2036%208C36%205.79086%2037.7909%204%2040%204C42.2091%204%2044%205.79086%2044%208Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M28%208C28%2010.2091%2026.2091%2012%2024%2012C21.7909%2012%2020%2010.2091%2020%208C20%205.79086%2021.7909%204%2024%204C26.2091%204%2028%205.79086%2028%208Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M12%208C12%2010.2091%2010.2091%2012%208%2012C5.79086%2012%204%2010.2091%204%208C4%205.79086%205.79086%204%208%204C10.2091%204%2012%205.79086%2012%208Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M28%2040C28%2042.2091%2026.2091%2044%2024%2044C21.7909%2044%2020%2042.2091%2020%2040C20%2037.7909%2021.7909%2036%2024%2036C26.2091%2036%2028%2037.7909%2028%2040Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M12%2040C12%2042.2091%2010.2091%2044%208%2044C5.79086%2044%204%2042.2091%204%2040C4%2037.7909%205.79086%2036%208%2036C10.2091%2036%2012%2037.7909%2012%2040Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M40%2044C42.2091%2044%2044%2042.2091%2044%2040C44%2037.7909%2042.2091%2036%2040%2036C37.7909%2036%2036%2037.7909%2036%2040C36%2042.2091%2037.7909%2044%2040%2044Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M40%2012V24H8%22%2F%3E%3Cpath%20d%3D%22M24%2012V24V36%22%2F%3E%3Cpath%20d%3D%22M8%2012V24V36%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M44%208C44%2010.2091%2042.2091%2012%2040%2012C37.7909%2012%2036%2010.2091%2036%208C36%205.79086%2037.7909%204%2040%204C42.2091%204%2044%205.79086%2044%208Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M28%208C28%2010.2091%2026.2091%2012%2024%2012C21.7909%2012%2020%2010.2091%2020%208C20%205.79086%2021.7909%204%2024%204C26.2091%204%2028%205.79086%2028%208Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M12%208C12%2010.2091%2010.2091%2012%208%2012C5.79086%2012%204%2010.2091%204%208C4%205.79086%205.79086%204%208%204C10.2091%204%2012%205.79086%2012%208Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M28%2040C28%2042.2091%2026.2091%2044%2024%2044C21.7909%2044%2020%2042.2091%2020%2040C20%2037.7909%2021.7909%2036%2024%2036C26.2091%2036%2028%2037.7909%2028%2040Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M12%2040C12%2042.2091%2010.2091%2044%208%2044C5.79086%2044%204%2042.2091%204%2040C4%2037.7909%205.79086%2036%208%2036C10.2091%2036%2012%2037.7909%2012%2040Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M40%2044C42.2091%2044%2044%2042.2091%2044%2040C44%2037.7909%2042.2091%2036%2040%2036C37.7909%2036%2036%2037.7909%2036%2040C36%2042.2091%2037.7909%2044%2040%2044Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/manual-gear.svg?color=%231a73e8&size=48