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

Name
tool-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
tool-fill

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" d="M865.3 244.7c-.3-.3-61.1 59.8-182.1 180.6l-84.9-84.9l180.9-180.9c-95.2-57.3-217.5-42.6-296.8 36.7A244.42 244.42 0 0 0 419 432l1.8 6.7l-283.5 283.4c-6.2 6.2-6.2 16.4 0 22.6l141.4 141.4c6.2 6.2 16.4 6.2 22.6 0l283.3-283.3l6.7 1.8c83.7 22.3 173.6-.9 236-63.3c79.4-79.3 94.1-201.6 38-296.6"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignToolFilled(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" d="M865.3 244.7c-.3-.3-61.1 59.8-182.1 180.6l-84.9-84.9l180.9-180.9c-95.2-57.3-217.5-42.6-296.8 36.7A244.42 244.42 0 0 0 419 432l1.8 6.7l-283.5 283.4c-6.2 6.2-6.2 16.4 0 22.6l141.4 141.4c6.2 6.2 16.4 6.2 22.6 0l283.3-283.3l6.7 1.8c83.7 22.3 173.6-.9 236-63.3c79.4-79.3 94.1-201.6 38-296.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M865.3 244.7c-.3-.3-61.1 59.8-182.1 180.6l-84.9-84.9l180.9-180.9c-95.2-57.3-217.5-42.6-296.8 36.7A244.42 244.42 0 0 0 419 432l1.8 6.7l-283.5 283.4c-6.2 6.2-6.2 16.4 0 22.6l141.4 141.4c6.2 6.2 16.4 6.2 22.6 0l283.3-283.3l6.7 1.8c83.7 22.3 173.6-.9 236-63.3c79.4-79.3 94.1-201.6 38-296.6"/></svg>
</template>

CSS

.icon-tool-filled {
  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%20d%3D%22M865.3%20244.7c-.3-.3-61.1%2059.8-182.1%20180.6l-84.9-84.9l180.9-180.9c-95.2-57.3-217.5-42.6-296.8%2036.7A244.42%20244.42%200%200%200%20419%20432l1.8%206.7l-283.5%20283.4c-6.2%206.2-6.2%2016.4%200%2022.6l141.4%20141.4c6.2%206.2%2016.4%206.2%2022.6%200l283.3-283.3l6.7%201.8c83.7%2022.3%20173.6-.9%20236-63.3c79.4-79.3%2094.1-201.6%2038-296.6%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%20d%3D%22M865.3%20244.7c-.3-.3-61.1%2059.8-182.1%20180.6l-84.9-84.9l180.9-180.9c-95.2-57.3-217.5-42.6-296.8%2036.7A244.42%20244.42%200%200%200%20419%20432l1.8%206.7l-283.5%20283.4c-6.2%206.2-6.2%2016.4%200%2022.6l141.4%20141.4c6.2%206.2%2016.4%206.2%2022.6%200l283.3-283.3l6.7%201.8c83.7%2022.3%20173.6-.9%20236-63.3c79.4-79.3%2094.1-201.6%2038-296.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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