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

Name
wrench-16
Set
Fluent UI System Color Icons
Style
16
Viewbox
16×16
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 16 16"><g fill="none"><path fill="url(#SVGqMjJqbfE)" d="M11 1a4 4 0 0 0-3.896 4.91l-5.05 5.235a1.986 1.986 0 0 0 2.842 2.774l5.006-5.072a4.003 4.003 0 0 0 5.062-4.382a.5.5 0 0 0-.849-.287L12 6.293L9.707 4l2.115-2.115a.5.5 0 0 0-.287-.85A4 4 0 0 0 11 1"/><defs><linearGradient id="SVGqMjJqbfE" x1="6.984" x2="9.394" y1="1.844" y2="14.986" gradientUnits="userSpaceOnUse"><stop stop-color="#2bdabe"/><stop offset="1" stop-color="#0067bf"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorWrench16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGqMjJqbfE)" d="M11 1a4 4 0 0 0-3.896 4.91l-5.05 5.235a1.986 1.986 0 0 0 2.842 2.774l5.006-5.072a4.003 4.003 0 0 0 5.062-4.382a.5.5 0 0 0-.849-.287L12 6.293L9.707 4l2.115-2.115a.5.5 0 0 0-.287-.85A4 4 0 0 0 11 1"/><defs><linearGradient id="SVGqMjJqbfE" x1="6.984" x2="9.394" y1="1.844" y2="14.986" 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 16 16"><g fill="none"><path fill="url(#SVGqMjJqbfE)" d="M11 1a4 4 0 0 0-3.896 4.91l-5.05 5.235a1.986 1.986 0 0 0 2.842 2.774l5.006-5.072a4.003 4.003 0 0 0 5.062-4.382a.5.5 0 0 0-.849-.287L12 6.293L9.707 4l2.115-2.115a.5.5 0 0 0-.287-.85A4 4 0 0 0 11 1"/><defs><linearGradient id="SVGqMjJqbfE" x1="6.984" x2="9.394" y1="1.844" y2="14.986" gradientUnits="userSpaceOnUse"><stop stop-color="#2bdabe"/><stop offset="1" stop-color="#0067bf"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-wrench-16 {
  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%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGqMjJqbfE)%22%20d%3D%22M11%201a4%204%200%200%200-3.896%204.91l-5.05%205.235a1.986%201.986%200%200%200%202.842%202.774l5.006-5.072a4.003%204.003%200%200%200%205.062-4.382a.5.5%200%200%200-.849-.287L12%206.293L9.707%204l2.115-2.115a.5.5%200%200%200-.287-.85A4%204%200%200%200%2011%201%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGqMjJqbfE%22%20x1%3D%226.984%22%20x2%3D%229.394%22%20y1%3D%221.844%22%20y2%3D%2214.986%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGqMjJqbfE)%22%20d%3D%22M11%201a4%204%200%200%200-3.896%204.91l-5.05%205.235a1.986%201.986%200%200%200%202.842%202.774l5.006-5.072a4.003%204.003%200%200%200%205.062-4.382a.5.5%200%200%200-.849-.287L12%206.293L9.707%204l2.115-2.115a.5.5%200%200%200-.287-.85A4%204%200%200%200%2011%201%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGqMjJqbfE%22%20x1%3D%226.984%22%20x2%3D%229.394%22%20y1%3D%221.844%22%20y2%3D%2214.986%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-16.svg?color=%231a73e8&size=48