hammer and pick emoji

hammer-and-pick from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.

Name
hammer-and-pick
Set
Twitter Emoji
Style
Default
Category
Objects
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More objects icons from Twitter Emoji

Use the hammer and pick emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><defs><path id="SVGvyaiueua" fill="#d67909" d="M32.585 7.657a2 2 0 0 0 0-2.829l-1.414-1.414a2 2 0 0 0-2.828 2.829l1.414 1.414a2 2 0 0 0 2.828 0"/></defs><path fill="#d67909" d="M6.814 33.279c-1.166 1.166-3.021 1.221-4.121.121s-1.045-2.955.121-4.121L26.079 6.014c1.167-1.167 3.021-1.221 4.121-.121s1.046 2.955-.121 4.121z"/><use href="#SVGvyaiueua"/><use href="#SVGvyaiueua"/><path fill="#66757f" d="M35.789 13.424c-.252-1.765-.375-4.354-3.204-7.182l-.707-.708l-4.949-4.95a2 2 0 0 0-2.828 0L20.565 4.12a2 2 0 0 0 0 2.829l6.364 6.364l2.121 2.121l1.414 1.414c1.027 1.027 3.314 3.315 4.718 1.911c.773-.772.961-2.86.607-5.335"/><path fill="#f4900c" d="M29.185 33.279c1.166 1.166 3.022 1.221 4.121.121s1.045-2.955-.121-4.121L9.921 6.014C8.754 4.847 6.899 4.792 5.8 5.893c-1.101 1.1-1.046 2.955.121 4.121z"/><path fill="#f4900c" d="M3.415 7.657a2 2 0 0 1 0-2.829l1.414-1.414a2 2 0 0 1 2.828 2.829L6.243 7.657a2 2 0 0 1-2.828 0"/><path fill="#66757f" d="M4.122 15.436c.78.78 2.047.78 2.828 0l8.485-8.485a2 2 0 0 0 0-2.829L11.899.587a2 2 0 0 0-2.828 0L.586 9.071a2 2 0 0 0 0 2.828z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiHammerAndPick(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><defs><path id="SVGvyaiueua" fill="#d67909" d="M32.585 7.657a2 2 0 0 0 0-2.829l-1.414-1.414a2 2 0 0 0-2.828 2.829l1.414 1.414a2 2 0 0 0 2.828 0"/></defs><path fill="#d67909" d="M6.814 33.279c-1.166 1.166-3.021 1.221-4.121.121s-1.045-2.955.121-4.121L26.079 6.014c1.167-1.167 3.021-1.221 4.121-.121s1.046 2.955-.121 4.121z"/><use href="#SVGvyaiueua"/><use href="#SVGvyaiueua"/><path fill="#66757f" d="M35.789 13.424c-.252-1.765-.375-4.354-3.204-7.182l-.707-.708l-4.949-4.95a2 2 0 0 0-2.828 0L20.565 4.12a2 2 0 0 0 0 2.829l6.364 6.364l2.121 2.121l1.414 1.414c1.027 1.027 3.314 3.315 4.718 1.911c.773-.772.961-2.86.607-5.335"/><path fill="#f4900c" d="M29.185 33.279c1.166 1.166 3.022 1.221 4.121.121s1.045-2.955-.121-4.121L9.921 6.014C8.754 4.847 6.899 4.792 5.8 5.893c-1.101 1.1-1.046 2.955.121 4.121z"/><path fill="#f4900c" d="M3.415 7.657a2 2 0 0 1 0-2.829l1.414-1.414a2 2 0 0 1 2.828 2.829L6.243 7.657a2 2 0 0 1-2.828 0"/><path fill="#66757f" d="M4.122 15.436c.78.78 2.047.78 2.828 0l8.485-8.485a2 2 0 0 0 0-2.829L11.899.587a2 2 0 0 0-2.828 0L.586 9.071a2 2 0 0 0 0 2.828z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><defs><path id="SVGvyaiueua" fill="#d67909" d="M32.585 7.657a2 2 0 0 0 0-2.829l-1.414-1.414a2 2 0 0 0-2.828 2.829l1.414 1.414a2 2 0 0 0 2.828 0"/></defs><path fill="#d67909" d="M6.814 33.279c-1.166 1.166-3.021 1.221-4.121.121s-1.045-2.955.121-4.121L26.079 6.014c1.167-1.167 3.021-1.221 4.121-.121s1.046 2.955-.121 4.121z"/><use href="#SVGvyaiueua"/><use href="#SVGvyaiueua"/><path fill="#66757f" d="M35.789 13.424c-.252-1.765-.375-4.354-3.204-7.182l-.707-.708l-4.949-4.95a2 2 0 0 0-2.828 0L20.565 4.12a2 2 0 0 0 0 2.829l6.364 6.364l2.121 2.121l1.414 1.414c1.027 1.027 3.314 3.315 4.718 1.911c.773-.772.961-2.86.607-5.335"/><path fill="#f4900c" d="M29.185 33.279c1.166 1.166 3.022 1.221 4.121.121s1.045-2.955-.121-4.121L9.921 6.014C8.754 4.847 6.899 4.792 5.8 5.893c-1.101 1.1-1.046 2.955.121 4.121z"/><path fill="#f4900c" d="M3.415 7.657a2 2 0 0 1 0-2.829l1.414-1.414a2 2 0 0 1 2.828 2.829L6.243 7.657a2 2 0 0 1-2.828 0"/><path fill="#66757f" d="M4.122 15.436c.78.78 2.047.78 2.828 0l8.485-8.485a2 2 0 0 0 0-2.829L11.899.587a2 2 0 0 0-2.828 0L.586 9.071a2 2 0 0 0 0 2.828z"/></svg>
</template>

CSS

.icon-hammer-and-pick {
  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%2036%2036%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGvyaiueua%22%20fill%3D%22%23d67909%22%20d%3D%22M32.585%207.657a2%202%200%200%200%200-2.829l-1.414-1.414a2%202%200%200%200-2.828%202.829l1.414%201.414a2%202%200%200%200%202.828%200%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23d67909%22%20d%3D%22M6.814%2033.279c-1.166%201.166-3.021%201.221-4.121.121s-1.045-2.955.121-4.121L26.079%206.014c1.167-1.167%203.021-1.221%204.121-.121s1.046%202.955-.121%204.121z%22%2F%3E%3Cuse%20href%3D%22%23SVGvyaiueua%22%2F%3E%3Cuse%20href%3D%22%23SVGvyaiueua%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M35.789%2013.424c-.252-1.765-.375-4.354-3.204-7.182l-.707-.708l-4.949-4.95a2%202%200%200%200-2.828%200L20.565%204.12a2%202%200%200%200%200%202.829l6.364%206.364l2.121%202.121l1.414%201.414c1.027%201.027%203.314%203.315%204.718%201.911c.773-.772.961-2.86.607-5.335%22%2F%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M29.185%2033.279c1.166%201.166%203.022%201.221%204.121.121s1.045-2.955-.121-4.121L9.921%206.014C8.754%204.847%206.899%204.792%205.8%205.893c-1.101%201.1-1.046%202.955.121%204.121z%22%2F%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M3.415%207.657a2%202%200%200%201%200-2.829l1.414-1.414a2%202%200%200%201%202.828%202.829L6.243%207.657a2%202%200%200%201-2.828%200%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M4.122%2015.436c.78.78%202.047.78%202.828%200l8.485-8.485a2%202%200%200%200%200-2.829L11.899.587a2%202%200%200%200-2.828%200L.586%209.071a2%202%200%200%200%200%202.828z%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%2036%2036%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGvyaiueua%22%20fill%3D%22%23d67909%22%20d%3D%22M32.585%207.657a2%202%200%200%200%200-2.829l-1.414-1.414a2%202%200%200%200-2.828%202.829l1.414%201.414a2%202%200%200%200%202.828%200%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23d67909%22%20d%3D%22M6.814%2033.279c-1.166%201.166-3.021%201.221-4.121.121s-1.045-2.955.121-4.121L26.079%206.014c1.167-1.167%203.021-1.221%204.121-.121s1.046%202.955-.121%204.121z%22%2F%3E%3Cuse%20href%3D%22%23SVGvyaiueua%22%2F%3E%3Cuse%20href%3D%22%23SVGvyaiueua%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M35.789%2013.424c-.252-1.765-.375-4.354-3.204-7.182l-.707-.708l-4.949-4.95a2%202%200%200%200-2.828%200L20.565%204.12a2%202%200%200%200%200%202.829l6.364%206.364l2.121%202.121l1.414%201.414c1.027%201.027%203.314%203.315%204.718%201.911c.773-.772.961-2.86.607-5.335%22%2F%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M29.185%2033.279c1.166%201.166%203.022%201.221%204.121.121s1.045-2.955-.121-4.121L9.921%206.014C8.754%204.847%206.899%204.792%205.8%205.893c-1.101%201.1-1.046%202.955.121%204.121z%22%2F%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M3.415%207.657a2%202%200%200%201%200-2.829l1.414-1.414a2%202%200%200%201%202.828%202.829L6.243%207.657a2%202%200%200%201-2.828%200%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M4.122%2015.436c.78.78%202.047.78%202.828%200l8.485-8.485a2%202%200%200%200%200-2.829L11.899.587a2%202%200%200%200-2.828%200L.586%209.071a2%202%200%200%200%200%202.828z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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