wrench-sharp from Keyline Icons by Keyline Icons · Sharp · MIT Free for personal and commercial use.

Name
wrench-sharp
Set
Keyline Icons
Style
Sharp
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-linejoin="round" stroke-width="2" d="M18.682 8.8536L21.5105 6.0251C22.6901 8.8902 21.6836 12.1896 19.1055 13.9083C16.5275 15.627 13.0947 15.2871 10.9038 13.0962C8.7129 10.9053 8.373 7.4725 10.0917 4.8945C11.8104 2.3164 15.1098 1.3099 17.9749 2.4896L13.3786 7.0858L16.9142 10.6214ZM15.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 KeylineIconsWrenchSharp(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" strokeLinejoin="round" strokeWidth="2" d="M18.682 8.8536L21.5105 6.0251C22.6901 8.8902 21.6836 12.1896 19.1055 13.9083C16.5275 15.627 13.0947 15.2871 10.9038 13.0962C8.7129 10.9053 8.373 7.4725 10.0917 4.8945C11.8104 2.3164 15.1098 1.3099 17.9749 2.4896L13.3786 7.0858L16.9142 10.6214ZM15.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-linejoin="round" stroke-width="2" d="M18.682 8.8536L21.5105 6.0251C22.6901 8.8902 21.6836 12.1896 19.1055 13.9083C16.5275 15.627 13.0947 15.2871 10.9038 13.0962C8.7129 10.9053 8.373 7.4725 10.0917 4.8945C11.8104 2.3164 15.1098 1.3099 17.9749 2.4896L13.3786 7.0858L16.9142 10.6214ZM15.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-sharp {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18.682%208.8536L21.5105%206.0251C22.6901%208.8902%2021.6836%2012.1896%2019.1055%2013.9083C16.5275%2015.627%2013.0947%2015.2871%2010.9038%2013.0962C8.7129%2010.9053%208.373%207.4725%2010.0917%204.8945C11.8104%202.3164%2015.1098%201.3099%2017.9749%202.4896L13.3786%207.0858L16.9142%2010.6214ZM15.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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18.682%208.8536L21.5105%206.0251C22.6901%208.8902%2021.6836%2012.1896%2019.1055%2013.9083C16.5275%2015.627%2013.0947%2015.2871%2010.9038%2013.0962C8.7129%2010.9053%208.373%207.4725%2010.0917%204.8945C11.8104%202.3164%2015.1098%201.3099%2017.9749%202.4896L13.3786%207.0858L16.9142%2010.6214ZM15.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-sharp.svg?color=%231a73e8&size=48