wrench adjustable cricle icon
wrench-adjustable-cricle from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- wrench-adjustable-cricle
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
Related icons in Bootstrap Icons
Use the wrench adjustable cricle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M15 8a7 7 0 0 1-10.253 6.2l1.658-1.99a4.49 4.49 0 0 0 1.592.29c.652 0 1.273-.139 1.833-.39L8.497 9l-1-2.5l3.826-1.53a4.5 4.5 0 0 0-7.537 4.623l-1.988 1.656A7 7 0 1 1 15 8zm1 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.504 0a4.491 4.491 0 0 1-1.703 3.526L9.497 8.5l2.959-1.11c.027.2.04.403.04.61zm-5.791.139a.25.25 0 0 0-.288-.376l-1.5.5l.159.474l.808-.27l-.595.894a.25.25 0 0 0 .287.376l.808-.27l-.595.894a.25.25 0 0 0 .287.376l1.5-.5l-.159-.474l-.808.27l.596-.894a.25.25 0 0 0-.288-.376l-.808.27l.596-.894z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiWrenchAdjustableCricle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fillRule="evenodd" d="M15 8a7 7 0 0 1-10.253 6.2l1.658-1.99a4.49 4.49 0 0 0 1.592.29c.652 0 1.273-.139 1.833-.39L8.497 9l-1-2.5l3.826-1.53a4.5 4.5 0 0 0-7.537 4.623l-1.988 1.656A7 7 0 1 1 15 8zm1 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.504 0a4.491 4.491 0 0 1-1.703 3.526L9.497 8.5l2.959-1.11c.027.2.04.403.04.61zm-5.791.139a.25.25 0 0 0-.288-.376l-1.5.5l.159.474l.808-.27l-.595.894a.25.25 0 0 0 .287.376l.808-.27l-.595.894a.25.25 0 0 0 .287.376l1.5-.5l-.159-.474l-.808.27l.596-.894a.25.25 0 0 0-.288-.376l-.808.27l.596-.894z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M15 8a7 7 0 0 1-10.253 6.2l1.658-1.99a4.49 4.49 0 0 0 1.592.29c.652 0 1.273-.139 1.833-.39L8.497 9l-1-2.5l3.826-1.53a4.5 4.5 0 0 0-7.537 4.623l-1.988 1.656A7 7 0 1 1 15 8zm1 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.504 0a4.491 4.491 0 0 1-1.703 3.526L9.497 8.5l2.959-1.11c.027.2.04.403.04.61zm-5.791.139a.25.25 0 0 0-.288-.376l-1.5.5l.159.474l.808-.27l-.595.894a.25.25 0 0 0 .287.376l.808-.27l-.595.894a.25.25 0 0 0 .287.376l1.5-.5l-.159-.474l-.808.27l.596-.894a.25.25 0 0 0-.288-.376l-.808.27l.596-.894z"/></g></svg> </template>
CSS
.icon-wrench-adjustable-cricle {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15%208a7%207%200%200%201-10.253%206.2l1.658-1.99a4.49%204.49%200%200%200%201.592.29c.652%200%201.273-.139%201.833-.39L8.497%209l-1-2.5l3.826-1.53a4.5%204.5%200%200%200-7.537%204.623l-1.988%201.656A7%207%200%201%201%2015%208zm1%200A8%208%200%201%201%200%208a8%208%200%200%201%2016%200zm-3.504%200a4.491%204.491%200%200%201-1.703%203.526L9.497%208.5l2.959-1.11c.027.2.04.403.04.61zm-5.791.139a.25.25%200%200%200-.288-.376l-1.5.5l.159.474l.808-.27l-.595.894a.25.25%200%200%200%20.287.376l.808-.27l-.595.894a.25.25%200%200%200%20.287.376l1.5-.5l-.159-.474l-.808.27l.596-.894a.25.25%200%200%200-.288-.376l-.808.27l.596-.894z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15%208a7%207%200%200%201-10.253%206.2l1.658-1.99a4.49%204.49%200%200%200%201.592.29c.652%200%201.273-.139%201.833-.39L8.497%209l-1-2.5l3.826-1.53a4.5%204.5%200%200%200-7.537%204.623l-1.988%201.656A7%207%200%201%201%2015%208zm1%200A8%208%200%201%201%200%208a8%208%200%200%201%2016%200zm-3.504%200a4.491%204.491%200%200%201-1.703%203.526L9.497%208.5l2.959-1.11c.027.2.04.403.04.61zm-5.791.139a.25.25%200%200%200-.288-.376l-1.5.5l.159.474l.808-.27l-.595.894a.25.25%200%200%200%20.287.376l.808-.27l-.595.894a.25.25%200%200%200%20.287.376l1.5-.5l-.159-.474l-.808.27l.596-.894a.25.25%200%200%200-.288-.376l-.808.27l.596-.894z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/wrench-adjustable-cricle.svg?color=%231a73e8&size=48