hammer-outline from Flowbite Icons by Themesberg · Outline · General · MIT Free for personal and commercial use.

Name
hammer-outline
Set
Flowbite Icons
Style
Outline
Category
General
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More general icons from Flowbite Icons

Use the hammer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path d="m20.953 11.763l-2.052-2.052l-2.052 2.052l2.052 2.053zm-1.368-2.736L15.48 4.922l-3.42 3.42l4.105 4.105zm-4.105 2.736l-2.736-2.736l-8.21 8.21l2.737 2.736z"/><path d="m12.93 3.74l1.866 1.867l-2.052 2.052l-1.555-1.555c-.995-.995-3.234-.497-3.918.187l2.737-2.737c.684-.684 1.99-.746 2.923.187Z"/></g></svg>

React

import type { SVGProps } from "react";

export function FlowbiteHammerOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path d="m20.953 11.763l-2.052-2.052l-2.052 2.052l2.052 2.053zm-1.368-2.736L15.48 4.922l-3.42 3.42l4.105 4.105zm-4.105 2.736l-2.736-2.736l-8.21 8.21l2.737 2.736z"/><path d="m12.93 3.74l1.866 1.867l-2.052 2.052l-1.555-1.555c-.995-.995-3.234-.497-3.918.187l2.737-2.737c.684-.684 1.99-.746 2.923.187Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path d="m20.953 11.763l-2.052-2.052l-2.052 2.052l2.052 2.053zm-1.368-2.736L15.48 4.922l-3.42 3.42l4.105 4.105zm-4.105 2.736l-2.736-2.736l-8.21 8.21l2.737 2.736z"/><path d="m12.93 3.74l1.866 1.867l-2.052 2.052l-1.555-1.555c-.995-.995-3.234-.497-3.918.187l2.737-2.737c.684-.684 1.99-.746 2.923.187Z"/></g></svg>
</template>

CSS

.icon-hammer-outline {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m20.953%2011.763l-2.052-2.052l-2.052%202.052l2.052%202.053zm-1.368-2.736L15.48%204.922l-3.42%203.42l4.105%204.105zm-4.105%202.736l-2.736-2.736l-8.21%208.21l2.737%202.736z%22%2F%3E%3Cpath%20d%3D%22m12.93%203.74l1.866%201.867l-2.052%202.052l-1.555-1.555c-.995-.995-3.234-.497-3.918.187l2.737-2.737c.684-.684%201.99-.746%202.923.187Z%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m20.953%2011.763l-2.052-2.052l-2.052%202.052l2.052%202.053zm-1.368-2.736L15.48%204.922l-3.42%203.42l4.105%204.105zm-4.105%202.736l-2.736-2.736l-8.21%208.21l2.737%202.736z%22%2F%3E%3Cpath%20d%3D%22m12.93%203.74l1.866%201.867l-2.052%202.052l-1.555-1.555c-.995-.995-3.234-.497-3.918.187l2.737-2.737c.684-.684%201.99-.746%202.923.187Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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