wrench-20 from Fluent UI System Color Icons by Microsoft Corporation · 20 · MIT Free for personal and commercial use.

Name
wrench-20
Set
Fluent UI System Color Icons
Style
20
Viewbox
20×20
License
MIT

2 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the wrench icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGpbj7dbCJ1)" d="M13.5 2a4.5 4.5 0 0 0-4.418 5.36l-6.425 6.658a2.357 2.357 0 0 0 3.374 3.293l6.364-6.448Q12.927 11 13.5 11a4.5 4.5 0 0 0 4.386-5.51a.5.5 0 0 0-.841-.242L14.5 7.793L12.207 5.5l2.545-2.545a.5.5 0 0 0-.241-.84A4.5 4.5 0 0 0 13.5 2"/><defs><linearGradient id="SVGpbj7dbCJ1" x1="8.5" x2="11.356" y1="3" y2="18.576" gradientUnits="userSpaceOnUse"><stop stop-color="#2bdabe"/><stop offset="1" stop-color="#0067bf"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorWrench20(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGpbj7dbCJ1)" d="M13.5 2a4.5 4.5 0 0 0-4.418 5.36l-6.425 6.658a2.357 2.357 0 0 0 3.374 3.293l6.364-6.448Q12.927 11 13.5 11a4.5 4.5 0 0 0 4.386-5.51a.5.5 0 0 0-.841-.242L14.5 7.793L12.207 5.5l2.545-2.545a.5.5 0 0 0-.241-.84A4.5 4.5 0 0 0 13.5 2"/><defs><linearGradient id="SVGpbj7dbCJ1" x1="8.5" x2="11.356" y1="3" y2="18.576" gradientUnits="userSpaceOnUse"><stop stopColor="#2bdabe"/><stop offset="1" stopColor="#0067bf"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGpbj7dbCJ1)" d="M13.5 2a4.5 4.5 0 0 0-4.418 5.36l-6.425 6.658a2.357 2.357 0 0 0 3.374 3.293l6.364-6.448Q12.927 11 13.5 11a4.5 4.5 0 0 0 4.386-5.51a.5.5 0 0 0-.841-.242L14.5 7.793L12.207 5.5l2.545-2.545a.5.5 0 0 0-.241-.84A4.5 4.5 0 0 0 13.5 2"/><defs><linearGradient id="SVGpbj7dbCJ1" x1="8.5" x2="11.356" y1="3" y2="18.576" gradientUnits="userSpaceOnUse"><stop stop-color="#2bdabe"/><stop offset="1" stop-color="#0067bf"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-wrench-20 {
  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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGpbj7dbCJ1)%22%20d%3D%22M13.5%202a4.5%204.5%200%200%200-4.418%205.36l-6.425%206.658a2.357%202.357%200%200%200%203.374%203.293l6.364-6.448Q12.927%2011%2013.5%2011a4.5%204.5%200%200%200%204.386-5.51a.5.5%200%200%200-.841-.242L14.5%207.793L12.207%205.5l2.545-2.545a.5.5%200%200%200-.241-.84A4.5%204.5%200%200%200%2013.5%202%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGpbj7dbCJ1%22%20x1%3D%228.5%22%20x2%3D%2211.356%22%20y1%3D%223%22%20y2%3D%2218.576%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232bdabe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230067bf%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGpbj7dbCJ1)%22%20d%3D%22M13.5%202a4.5%204.5%200%200%200-4.418%205.36l-6.425%206.658a2.357%202.357%200%200%200%203.374%203.293l6.364-6.448Q12.927%2011%2013.5%2011a4.5%204.5%200%200%200%204.386-5.51a.5.5%200%200%200-.841-.242L14.5%207.793L12.207%205.5l2.545-2.545a.5.5%200%200%200-.241-.84A4.5%204.5%200%200%200%2013.5%202%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGpbj7dbCJ1%22%20x1%3D%228.5%22%20x2%3D%2211.356%22%20y1%3D%223%22%20y2%3D%2218.576%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232bdabe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230067bf%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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