wrench from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
wrench
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the wrench icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.682 8.8536L20.2678 7.2678C20.4553 7.0802 20.7097 6.9749 20.9749 6.9749C21.4902 6.9749 21.9211 7.3664 21.9703 7.8794C21.9901 8.0857 22 8.2928 22 8.5C22 12.0899 19.0899 15 15.5 15C11.9101 15 9 12.0899 9 8.5C9 4.9101 11.9101 2 15.5 2C15.7072 2 15.9143 2.0099 16.1206 2.0297C16.6336 2.0789 17.0251 2.5098 17.0251 3.0251C17.0251 3.2903 16.9198 3.5447 16.7322 3.7322L15.1464 5.318C14.6776 5.7869 14.4142 6.4227 14.4142 7.0858C14.4142 8.4665 15.5335 9.5858 16.9142 9.5858C17.5773 9.5858 18.2131 9.3224 18.682 8.8536ZM15.3955 14.9992C15.3688 14.9987 15.342 14.9985 15.3152 14.9985C13.9891 14.9985 12.7173 15.5253 11.7797 16.463L7.1213 21.1213C6.5587 21.6839 5.7956 22 5 22C3.3431 22 2 20.6569 2 19C2 18.2044 2.3161 17.4413 2.8787 16.8787L7.537 12.2203C8.4747 11.2827 9.0015 10.0109 9.0015 8.6848C9.0015 8.658 9.0013 8.6312 9.0008 8.6045"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsWrench(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M18.682 8.8536L20.2678 7.2678C20.4553 7.0802 20.7097 6.9749 20.9749 6.9749C21.4902 6.9749 21.9211 7.3664 21.9703 7.8794C21.9901 8.0857 22 8.2928 22 8.5C22 12.0899 19.0899 15 15.5 15C11.9101 15 9 12.0899 9 8.5C9 4.9101 11.9101 2 15.5 2C15.7072 2 15.9143 2.0099 16.1206 2.0297C16.6336 2.0789 17.0251 2.5098 17.0251 3.0251C17.0251 3.2903 16.9198 3.5447 16.7322 3.7322L15.1464 5.318C14.6776 5.7869 14.4142 6.4227 14.4142 7.0858C14.4142 8.4665 15.5335 9.5858 16.9142 9.5858C17.5773 9.5858 18.2131 9.3224 18.682 8.8536ZM15.3955 14.9992C15.3688 14.9987 15.342 14.9985 15.3152 14.9985C13.9891 14.9985 12.7173 15.5253 11.7797 16.463L7.1213 21.1213C6.5587 21.6839 5.7956 22 5 22C3.3431 22 2 20.6569 2 19C2 18.2044 2.3161 17.4413 2.8787 16.8787L7.537 12.2203C8.4747 11.2827 9.0015 10.0109 9.0015 8.6848C9.0015 8.658 9.0013 8.6312 9.0008 8.6045"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.682 8.8536L20.2678 7.2678C20.4553 7.0802 20.7097 6.9749 20.9749 6.9749C21.4902 6.9749 21.9211 7.3664 21.9703 7.8794C21.9901 8.0857 22 8.2928 22 8.5C22 12.0899 19.0899 15 15.5 15C11.9101 15 9 12.0899 9 8.5C9 4.9101 11.9101 2 15.5 2C15.7072 2 15.9143 2.0099 16.1206 2.0297C16.6336 2.0789 17.0251 2.5098 17.0251 3.0251C17.0251 3.2903 16.9198 3.5447 16.7322 3.7322L15.1464 5.318C14.6776 5.7869 14.4142 6.4227 14.4142 7.0858C14.4142 8.4665 15.5335 9.5858 16.9142 9.5858C17.5773 9.5858 18.2131 9.3224 18.682 8.8536ZM15.3955 14.9992C15.3688 14.9987 15.342 14.9985 15.3152 14.9985C13.9891 14.9985 12.7173 15.5253 11.7797 16.463L7.1213 21.1213C6.5587 21.6839 5.7956 22 5 22C3.3431 22 2 20.6569 2 19C2 18.2044 2.3161 17.4413 2.8787 16.8787L7.537 12.2203C8.4747 11.2827 9.0015 10.0109 9.0015 8.6848C9.0015 8.658 9.0013 8.6312 9.0008 8.6045"/></svg>
</template>

CSS

.icon-wrench {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18.682%208.8536L20.2678%207.2678C20.4553%207.0802%2020.7097%206.9749%2020.9749%206.9749C21.4902%206.9749%2021.9211%207.3664%2021.9703%207.8794C21.9901%208.0857%2022%208.2928%2022%208.5C22%2012.0899%2019.0899%2015%2015.5%2015C11.9101%2015%209%2012.0899%209%208.5C9%204.9101%2011.9101%202%2015.5%202C15.7072%202%2015.9143%202.0099%2016.1206%202.0297C16.6336%202.0789%2017.0251%202.5098%2017.0251%203.0251C17.0251%203.2903%2016.9198%203.5447%2016.7322%203.7322L15.1464%205.318C14.6776%205.7869%2014.4142%206.4227%2014.4142%207.0858C14.4142%208.4665%2015.5335%209.5858%2016.9142%209.5858C17.5773%209.5858%2018.2131%209.3224%2018.682%208.8536ZM15.3955%2014.9992C15.3688%2014.9987%2015.342%2014.9985%2015.3152%2014.9985C13.9891%2014.9985%2012.7173%2015.5253%2011.7797%2016.463L7.1213%2021.1213C6.5587%2021.6839%205.7956%2022%205%2022C3.3431%2022%202%2020.6569%202%2019C2%2018.2044%202.3161%2017.4413%202.8787%2016.8787L7.537%2012.2203C8.4747%2011.2827%209.0015%2010.0109%209.0015%208.6848C9.0015%208.658%209.0013%208.6312%209.0008%208.6045%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18.682%208.8536L20.2678%207.2678C20.4553%207.0802%2020.7097%206.9749%2020.9749%206.9749C21.4902%206.9749%2021.9211%207.3664%2021.9703%207.8794C21.9901%208.0857%2022%208.2928%2022%208.5C22%2012.0899%2019.0899%2015%2015.5%2015C11.9101%2015%209%2012.0899%209%208.5C9%204.9101%2011.9101%202%2015.5%202C15.7072%202%2015.9143%202.0099%2016.1206%202.0297C16.6336%202.0789%2017.0251%202.5098%2017.0251%203.0251C17.0251%203.2903%2016.9198%203.5447%2016.7322%203.7322L15.1464%205.318C14.6776%205.7869%2014.4142%206.4227%2014.4142%207.0858C14.4142%208.4665%2015.5335%209.5858%2016.9142%209.5858C17.5773%209.5858%2018.2131%209.3224%2018.682%208.8536ZM15.3955%2014.9992C15.3688%2014.9987%2015.342%2014.9985%2015.3152%2014.9985C13.9891%2014.9985%2012.7173%2015.5253%2011.7797%2016.463L7.1213%2021.1213C6.5587%2021.6839%205.7956%2022%205%2022C3.3431%2022%202%2020.6569%202%2019C2%2018.2044%202.3161%2017.4413%202.8787%2016.8787L7.537%2012.2203C8.4747%2011.2827%209.0015%2010.0109%209.0015%208.6848C9.0015%208.658%209.0013%208.6312%209.0008%208.6045%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/wrench.svg?color=%231a73e8&size=48