tool-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.

Name
tool-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

2 other variants in Ant Design Icons

The same icon in other sets

Use the tool icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M706.8 488.7a32.05 32.05 0 0 1-45.3 0L537 364.2a32.05 32.05 0 0 1 0-45.3l132.9-132.8a184.2 184.2 0 0 0-144 53.5c-58.1 58.1-69.3 145.3-33.6 214.6L439.5 507c-.1 0-.1-.1-.1-.1L209.3 737l79.2 79.2l274-274.1l.1.1l8.8-8.8c69.3 35.7 156.5 24.5 214.6-33.6c39.2-39.1 57.3-92.1 53.6-143.9z"/><path fill="currentColor" d="M876.6 239.5c-.5-.9-1.2-1.8-2-2.5c-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c.8-.8 1.4-1.6 2-2.5c3.6-6.1 1.6-13.9-4.5-17.5c-98.2-58-226.8-44.7-311.3 39.7c-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 .3l292.9-292.9c85.5 22.8 180.5.7 247.6-66.4c84.4-84.5 97.7-213.1 39.7-311.3M786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8l-.1-.1l-274 274.1l-79.2-79.2l230.1-230.1s0 .1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6a184.2 184.2 0 0 1 144-53.5L537 318.9a32.05 32.05 0 0 0 0 45.3l124.5 124.5a32.05 32.05 0 0 0 45.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignToolTwotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fillOpacity=".15" d="M706.8 488.7a32.05 32.05 0 0 1-45.3 0L537 364.2a32.05 32.05 0 0 1 0-45.3l132.9-132.8a184.2 184.2 0 0 0-144 53.5c-58.1 58.1-69.3 145.3-33.6 214.6L439.5 507c-.1 0-.1-.1-.1-.1L209.3 737l79.2 79.2l274-274.1l.1.1l8.8-8.8c69.3 35.7 156.5 24.5 214.6-33.6c39.2-39.1 57.3-92.1 53.6-143.9z"/><path fill="currentColor" d="M876.6 239.5c-.5-.9-1.2-1.8-2-2.5c-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c.8-.8 1.4-1.6 2-2.5c3.6-6.1 1.6-13.9-4.5-17.5c-98.2-58-226.8-44.7-311.3 39.7c-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 .3l292.9-292.9c85.5 22.8 180.5.7 247.6-66.4c84.4-84.5 97.7-213.1 39.7-311.3M786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8l-.1-.1l-274 274.1l-79.2-79.2l230.1-230.1s0 .1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6a184.2 184.2 0 0 1 144-53.5L537 318.9a32.05 32.05 0 0 0 0 45.3l124.5 124.5a32.05 32.05 0 0 0 45.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M706.8 488.7a32.05 32.05 0 0 1-45.3 0L537 364.2a32.05 32.05 0 0 1 0-45.3l132.9-132.8a184.2 184.2 0 0 0-144 53.5c-58.1 58.1-69.3 145.3-33.6 214.6L439.5 507c-.1 0-.1-.1-.1-.1L209.3 737l79.2 79.2l274-274.1l.1.1l8.8-8.8c69.3 35.7 156.5 24.5 214.6-33.6c39.2-39.1 57.3-92.1 53.6-143.9z"/><path fill="currentColor" d="M876.6 239.5c-.5-.9-1.2-1.8-2-2.5c-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c.8-.8 1.4-1.6 2-2.5c3.6-6.1 1.6-13.9-4.5-17.5c-98.2-58-226.8-44.7-311.3 39.7c-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 .3l292.9-292.9c85.5 22.8 180.5.7 247.6-66.4c84.4-84.5 97.7-213.1 39.7-311.3M786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8l-.1-.1l-274 274.1l-79.2-79.2l230.1-230.1s0 .1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6a184.2 184.2 0 0 1 144-53.5L537 318.9a32.05 32.05 0 0 0 0 45.3l124.5 124.5a32.05 32.05 0 0 0 45.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9"/></svg>
</template>

CSS

.icon-tool-twotone {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M706.8%20488.7a32.05%2032.05%200%200%201-45.3%200L537%20364.2a32.05%2032.05%200%200%201%200-45.3l132.9-132.8a184.2%20184.2%200%200%200-144%2053.5c-58.1%2058.1-69.3%20145.3-33.6%20214.6L439.5%20507c-.1%200-.1-.1-.1-.1L209.3%20737l79.2%2079.2l274-274.1l.1.1l8.8-8.8c69.3%2035.7%20156.5%2024.5%20214.6-33.6c39.2-39.1%2057.3-92.1%2053.6-143.9z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M876.6%20239.5c-.5-.9-1.2-1.8-2-2.5c-5-5-13.1-5-18.1%200L684.2%20409.3l-67.9-67.9L788.7%20169c.8-.8%201.4-1.6%202-2.5c3.6-6.1%201.6-13.9-4.5-17.5c-98.2-58-226.8-44.7-311.3%2039.7c-67%2067-89.2%20162-66.5%20247.4l-293%20293c-3%203-2.8%207.9.3%2011l169.7%20169.7c3.1%203.1%208.1%203.3%2011%20.3l292.9-292.9c85.5%2022.8%20180.5.7%20247.6-66.4c84.4-84.5%2097.7-213.1%2039.7-311.3M786%20499.8c-58.1%2058.1-145.3%2069.3-214.6%2033.6l-8.8%208.8l-.1-.1l-274%20274.1l-79.2-79.2l230.1-230.1s0%20.1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5%2033.6-214.6a184.2%20184.2%200%200%201%20144-53.5L537%20318.9a32.05%2032.05%200%200%200%200%2045.3l124.5%20124.5a32.05%2032.05%200%200%200%2045.3%200l132.8-132.8c3.7%2051.8-14.4%20104.8-53.6%20143.9%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M706.8%20488.7a32.05%2032.05%200%200%201-45.3%200L537%20364.2a32.05%2032.05%200%200%201%200-45.3l132.9-132.8a184.2%20184.2%200%200%200-144%2053.5c-58.1%2058.1-69.3%20145.3-33.6%20214.6L439.5%20507c-.1%200-.1-.1-.1-.1L209.3%20737l79.2%2079.2l274-274.1l.1.1l8.8-8.8c69.3%2035.7%20156.5%2024.5%20214.6-33.6c39.2-39.1%2057.3-92.1%2053.6-143.9z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M876.6%20239.5c-.5-.9-1.2-1.8-2-2.5c-5-5-13.1-5-18.1%200L684.2%20409.3l-67.9-67.9L788.7%20169c.8-.8%201.4-1.6%202-2.5c3.6-6.1%201.6-13.9-4.5-17.5c-98.2-58-226.8-44.7-311.3%2039.7c-67%2067-89.2%20162-66.5%20247.4l-293%20293c-3%203-2.8%207.9.3%2011l169.7%20169.7c3.1%203.1%208.1%203.3%2011%20.3l292.9-292.9c85.5%2022.8%20180.5.7%20247.6-66.4c84.4-84.5%2097.7-213.1%2039.7-311.3M786%20499.8c-58.1%2058.1-145.3%2069.3-214.6%2033.6l-8.8%208.8l-.1-.1l-274%20274.1l-79.2-79.2l230.1-230.1s0%20.1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5%2033.6-214.6a184.2%20184.2%200%200%201%20144-53.5L537%20318.9a32.05%2032.05%200%200%200%200%2045.3l124.5%20124.5a32.05%2032.05%200%200%200%2045.3%200l132.8-132.8c3.7%2051.8-14.4%20104.8-53.6%20143.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/tool-twotone.svg?color=%231a73e8&size=48