gear b icon
gear-b from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- gear-b
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
Use the gear b icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448 294.4v-76.8h-42.8c-3.4-14.4-8.9-28-16.1-40.5l29.8-29.7-54.3-54.3-29.1 29.1c-12.6-7.7-26.4-13.5-41.1-17.3V64h-76.8v40.9c-14.7 3.8-28.5 9.7-41.1 17.3l-29.1-29.1-54.3 54.3 29.8 29.7c-7.2 12.5-12.6 26.1-16.1 40.5H64v76.8h44.1c3.8 13.7 9.5 26.6 16.7 38.6l-31.7 31.7 54.3 54.3 32.3-32.3c11.7 6.8 24.5 11.9 37.9 15.4v46h76.8v-46c13.5-3.5 26.2-8.6 37.9-15.4l32.3 32.3 54.3-54.3-31.6-31.7c7.2-11.9 12.9-24.8 16.7-38.6h44zm-192 15.4c-29.7 0-53.7-24.1-53.7-53.8s24-53.8 53.7-53.8 53.8 24.1 53.8 53.8-24.1 53.8-53.8 53.8z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonGearB(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448 294.4v-76.8h-42.8c-3.4-14.4-8.9-28-16.1-40.5l29.8-29.7-54.3-54.3-29.1 29.1c-12.6-7.7-26.4-13.5-41.1-17.3V64h-76.8v40.9c-14.7 3.8-28.5 9.7-41.1 17.3l-29.1-29.1-54.3 54.3 29.8 29.7c-7.2 12.5-12.6 26.1-16.1 40.5H64v76.8h44.1c3.8 13.7 9.5 26.6 16.7 38.6l-31.7 31.7 54.3 54.3 32.3-32.3c11.7 6.8 24.5 11.9 37.9 15.4v46h76.8v-46c13.5-3.5 26.2-8.6 37.9-15.4l32.3 32.3 54.3-54.3-31.6-31.7c7.2-11.9 12.9-24.8 16.7-38.6h44zm-192 15.4c-29.7 0-53.7-24.1-53.7-53.8s24-53.8 53.7-53.8 53.8 24.1 53.8 53.8-24.1 53.8-53.8 53.8z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448 294.4v-76.8h-42.8c-3.4-14.4-8.9-28-16.1-40.5l29.8-29.7-54.3-54.3-29.1 29.1c-12.6-7.7-26.4-13.5-41.1-17.3V64h-76.8v40.9c-14.7 3.8-28.5 9.7-41.1 17.3l-29.1-29.1-54.3 54.3 29.8 29.7c-7.2 12.5-12.6 26.1-16.1 40.5H64v76.8h44.1c3.8 13.7 9.5 26.6 16.7 38.6l-31.7 31.7 54.3 54.3 32.3-32.3c11.7 6.8 24.5 11.9 37.9 15.4v46h76.8v-46c13.5-3.5 26.2-8.6 37.9-15.4l32.3 32.3 54.3-54.3-31.6-31.7c7.2-11.9 12.9-24.8 16.7-38.6h44zm-192 15.4c-29.7 0-53.7-24.1-53.7-53.8s24-53.8 53.7-53.8 53.8 24.1 53.8 53.8-24.1 53.8-53.8 53.8z" fill="currentColor"/></svg> </template>
CSS
.icon-gear-b {
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%20512%20512%22%3E%3Cpath%20d%3D%22M448%20294.4v-76.8h-42.8c-3.4-14.4-8.9-28-16.1-40.5l29.8-29.7-54.3-54.3-29.1%2029.1c-12.6-7.7-26.4-13.5-41.1-17.3V64h-76.8v40.9c-14.7%203.8-28.5%209.7-41.1%2017.3l-29.1-29.1-54.3%2054.3%2029.8%2029.7c-7.2%2012.5-12.6%2026.1-16.1%2040.5H64v76.8h44.1c3.8%2013.7%209.5%2026.6%2016.7%2038.6l-31.7%2031.7%2054.3%2054.3%2032.3-32.3c11.7%206.8%2024.5%2011.9%2037.9%2015.4v46h76.8v-46c13.5-3.5%2026.2-8.6%2037.9-15.4l32.3%2032.3%2054.3-54.3-31.6-31.7c7.2-11.9%2012.9-24.8%2016.7-38.6h44zm-192%2015.4c-29.7%200-53.7-24.1-53.7-53.8s24-53.8%2053.7-53.8%2053.8%2024.1%2053.8%2053.8-24.1%2053.8-53.8%2053.8z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M448%20294.4v-76.8h-42.8c-3.4-14.4-8.9-28-16.1-40.5l29.8-29.7-54.3-54.3-29.1%2029.1c-12.6-7.7-26.4-13.5-41.1-17.3V64h-76.8v40.9c-14.7%203.8-28.5%209.7-41.1%2017.3l-29.1-29.1-54.3%2054.3%2029.8%2029.7c-7.2%2012.5-12.6%2026.1-16.1%2040.5H64v76.8h44.1c3.8%2013.7%209.5%2026.6%2016.7%2038.6l-31.7%2031.7%2054.3%2054.3%2032.3-32.3c11.7%206.8%2024.5%2011.9%2037.9%2015.4v46h76.8v-46c13.5-3.5%2026.2-8.6%2037.9-15.4l32.3%2032.3%2054.3-54.3-31.6-31.7c7.2-11.9%2012.9-24.8%2016.7-38.6h44zm-192%2015.4c-29.7%200-53.7-24.1-53.7-53.8s24-53.8%2053.7-53.8%2053.8%2024.1%2053.8%2053.8-24.1%2053.8-53.8%2053.8z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/gear-b.svg?color=%231a73e8&size=48