nail and gear flag emoji

nail-and-gear-flag from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
nail-and-gear-flag
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the nail and gear flag emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M67 17H5.32v37.804H67z"/><path fill="#fff" fill-rule="evenodd" d="M22.56 32.198a1 1 0 0 0-.104.245a14 14 0 0 0-.436 2.755a.96.96 0 0 0 .648.947l.717.254c.382.136.64.488.683.89q.065.598.185 1.174c.083.396-.055.81-.375 1.056l-.602.462a.96.96 0 0 0-.324 1.102c.341.879.767 1.71 1.266 2.485a.96.96 0 0 0 1.081.386l.731-.216c.388-.115.804.017 1.075.317q.399.441.84.84c.3.271.432.687.317 1.075l-.215.727a.96.96 0 0 0 .386 1.082c.781.502 1.613.928 2.483 1.268a.96.96 0 0 0 1.103-.323l.462-.602c.246-.32.66-.458 1.056-.375q.578.12 1.173.184c.403.044.755.302.89.684l.254.715a.956.956 0 0 0 .95.648a14 14 0 0 0 2.751-.436a.956.956 0 0 0 .703-.91l.02-.756c.01-.404.266-.759.635-.924q.543-.245 1.058-.54c.35-.202.788-.2 1.122.03l.625.429a.956.956 0 0 0 1.15-.034a14 14 0 0 0 1.968-1.973a.96.96 0 0 0 .034-1.148l-.429-.623a1.05 1.05 0 0 1-.03-1.122q.296-.515.54-1.058c.166-.37.521-.624.925-.635l.76-.02c.425-.011.8-.29.908-.701a14 14 0 0 0 .436-2.755a.96.96 0 0 0-.648-.947l-.717-.255a1.05 1.05 0 0 1-.684-.89a12 12 0 0 0-.184-1.173c-.083-.396.054-.81.375-1.056l.602-.462a.96.96 0 0 0 .324-1.102a14 14 0 0 0-1.266-2.485a.96.96 0 0 0-1.081-.386l-.731.216a1.05 1.05 0 0 1-1.075-.317a12 12 0 0 0-.84-.84a1.05 1.05 0 0 1-.317-1.075l.215-.727a.96.96 0 0 0-.386-1.082a14 14 0 0 0-2.483-1.268a.96.96 0 0 0-1.103.323l-.462.602c-.246.32-.66.458-1.056.375q-.578-.12-1.173-.184a1.05 1.05 0 0 1-.89-.684l-.254-.715a.956.956 0 0 0-.95-.648a14 14 0 0 0-2.75.436a1 1 0 0 0-.248.105l.155 2.637l1.051 1.14A10 10 0 0 1 36 26c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10c0-.898.118-1.768.34-2.596l-1.14-1.05z" clip-rule="evenodd"/><path fill="#fff" d="m46.214 44.81l1.42 2.13c.303.455-.239.997-.693.694l-2.13-1.42l-.062-.048l-17.87-16.47a.5.5 0 0 0-.31-.131l-4.721-.278a.5.5 0 0 1-.324-.852l6.91-6.911a.5.5 0 0 1 .853.324l.278 4.72a.5.5 0 0 0 .131.31l16.47 17.871q.027.03.048.062"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M67 17H5v38h62z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiNailAndGearFlag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M67 17H5.32v37.804H67z"/><path fill="#fff" fillRule="evenodd" d="M22.56 32.198a1 1 0 0 0-.104.245a14 14 0 0 0-.436 2.755a.96.96 0 0 0 .648.947l.717.254c.382.136.64.488.683.89q.065.598.185 1.174c.083.396-.055.81-.375 1.056l-.602.462a.96.96 0 0 0-.324 1.102c.341.879.767 1.71 1.266 2.485a.96.96 0 0 0 1.081.386l.731-.216c.388-.115.804.017 1.075.317q.399.441.84.84c.3.271.432.687.317 1.075l-.215.727a.96.96 0 0 0 .386 1.082c.781.502 1.613.928 2.483 1.268a.96.96 0 0 0 1.103-.323l.462-.602c.246-.32.66-.458 1.056-.375q.578.12 1.173.184c.403.044.755.302.89.684l.254.715a.956.956 0 0 0 .95.648a14 14 0 0 0 2.751-.436a.956.956 0 0 0 .703-.91l.02-.756c.01-.404.266-.759.635-.924q.543-.245 1.058-.54c.35-.202.788-.2 1.122.03l.625.429a.956.956 0 0 0 1.15-.034a14 14 0 0 0 1.968-1.973a.96.96 0 0 0 .034-1.148l-.429-.623a1.05 1.05 0 0 1-.03-1.122q.296-.515.54-1.058c.166-.37.521-.624.925-.635l.76-.02c.425-.011.8-.29.908-.701a14 14 0 0 0 .436-2.755a.96.96 0 0 0-.648-.947l-.717-.255a1.05 1.05 0 0 1-.684-.89a12 12 0 0 0-.184-1.173c-.083-.396.054-.81.375-1.056l.602-.462a.96.96 0 0 0 .324-1.102a14 14 0 0 0-1.266-2.485a.96.96 0 0 0-1.081-.386l-.731.216a1.05 1.05 0 0 1-1.075-.317a12 12 0 0 0-.84-.84a1.05 1.05 0 0 1-.317-1.075l.215-.727a.96.96 0 0 0-.386-1.082a14 14 0 0 0-2.483-1.268a.96.96 0 0 0-1.103.323l-.462.602c-.246.32-.66.458-1.056.375q-.578-.12-1.173-.184a1.05 1.05 0 0 1-.89-.684l-.254-.715a.956.956 0 0 0-.95-.648a14 14 0 0 0-2.75.436a1 1 0 0 0-.248.105l.155 2.637l1.051 1.14A10 10 0 0 1 36 26c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10c0-.898.118-1.768.34-2.596l-1.14-1.05z" clipRule="evenodd"/><path fill="#fff" d="m46.214 44.81l1.42 2.13c.303.455-.239.997-.693.694l-2.13-1.42l-.062-.048l-17.87-16.47a.5.5 0 0 0-.31-.131l-4.721-.278a.5.5 0 0 1-.324-.852l6.91-6.911a.5.5 0 0 1 .853.324l.278 4.72a.5.5 0 0 0 .131.31l16.47 17.871q.027.03.048.062"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M67 17H5v38h62z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M67 17H5.32v37.804H67z"/><path fill="#fff" fill-rule="evenodd" d="M22.56 32.198a1 1 0 0 0-.104.245a14 14 0 0 0-.436 2.755a.96.96 0 0 0 .648.947l.717.254c.382.136.64.488.683.89q.065.598.185 1.174c.083.396-.055.81-.375 1.056l-.602.462a.96.96 0 0 0-.324 1.102c.341.879.767 1.71 1.266 2.485a.96.96 0 0 0 1.081.386l.731-.216c.388-.115.804.017 1.075.317q.399.441.84.84c.3.271.432.687.317 1.075l-.215.727a.96.96 0 0 0 .386 1.082c.781.502 1.613.928 2.483 1.268a.96.96 0 0 0 1.103-.323l.462-.602c.246-.32.66-.458 1.056-.375q.578.12 1.173.184c.403.044.755.302.89.684l.254.715a.956.956 0 0 0 .95.648a14 14 0 0 0 2.751-.436a.956.956 0 0 0 .703-.91l.02-.756c.01-.404.266-.759.635-.924q.543-.245 1.058-.54c.35-.202.788-.2 1.122.03l.625.429a.956.956 0 0 0 1.15-.034a14 14 0 0 0 1.968-1.973a.96.96 0 0 0 .034-1.148l-.429-.623a1.05 1.05 0 0 1-.03-1.122q.296-.515.54-1.058c.166-.37.521-.624.925-.635l.76-.02c.425-.011.8-.29.908-.701a14 14 0 0 0 .436-2.755a.96.96 0 0 0-.648-.947l-.717-.255a1.05 1.05 0 0 1-.684-.89a12 12 0 0 0-.184-1.173c-.083-.396.054-.81.375-1.056l.602-.462a.96.96 0 0 0 .324-1.102a14 14 0 0 0-1.266-2.485a.96.96 0 0 0-1.081-.386l-.731.216a1.05 1.05 0 0 1-1.075-.317a12 12 0 0 0-.84-.84a1.05 1.05 0 0 1-.317-1.075l.215-.727a.96.96 0 0 0-.386-1.082a14 14 0 0 0-2.483-1.268a.96.96 0 0 0-1.103.323l-.462.602c-.246.32-.66.458-1.056.375q-.578-.12-1.173-.184a1.05 1.05 0 0 1-.89-.684l-.254-.715a.956.956 0 0 0-.95-.648a14 14 0 0 0-2.75.436a1 1 0 0 0-.248.105l.155 2.637l1.051 1.14A10 10 0 0 1 36 26c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10c0-.898.118-1.768.34-2.596l-1.14-1.05z" clip-rule="evenodd"/><path fill="#fff" d="m46.214 44.81l1.42 2.13c.303.455-.239.997-.693.694l-2.13-1.42l-.062-.048l-17.87-16.47a.5.5 0 0 0-.31-.131l-4.721-.278a.5.5 0 0 1-.324-.852l6.91-6.911a.5.5 0 0 1 .853.324l.278 4.72a.5.5 0 0 0 .131.31l16.47 17.871q.027.03.048.062"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M67 17H5v38h62z"/></svg>
</template>

CSS

.icon-nail-and-gear-flag {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M67%2017H5.32v37.804H67z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M22.56%2032.198a1%201%200%200%200-.104.245a14%2014%200%200%200-.436%202.755a.96.96%200%200%200%20.648.947l.717.254c.382.136.64.488.683.89q.065.598.185%201.174c.083.396-.055.81-.375%201.056l-.602.462a.96.96%200%200%200-.324%201.102c.341.879.767%201.71%201.266%202.485a.96.96%200%200%200%201.081.386l.731-.216c.388-.115.804.017%201.075.317q.399.441.84.84c.3.271.432.687.317%201.075l-.215.727a.96.96%200%200%200%20.386%201.082c.781.502%201.613.928%202.483%201.268a.96.96%200%200%200%201.103-.323l.462-.602c.246-.32.66-.458%201.056-.375q.578.12%201.173.184c.403.044.755.302.89.684l.254.715a.956.956%200%200%200%20.95.648a14%2014%200%200%200%202.751-.436a.956.956%200%200%200%20.703-.91l.02-.756c.01-.404.266-.759.635-.924q.543-.245%201.058-.54c.35-.202.788-.2%201.122.03l.625.429a.956.956%200%200%200%201.15-.034a14%2014%200%200%200%201.968-1.973a.96.96%200%200%200%20.034-1.148l-.429-.623a1.05%201.05%200%200%201-.03-1.122q.296-.515.54-1.058c.166-.37.521-.624.925-.635l.76-.02c.425-.011.8-.29.908-.701a14%2014%200%200%200%20.436-2.755a.96.96%200%200%200-.648-.947l-.717-.255a1.05%201.05%200%200%201-.684-.89a12%2012%200%200%200-.184-1.173c-.083-.396.054-.81.375-1.056l.602-.462a.96.96%200%200%200%20.324-1.102a14%2014%200%200%200-1.266-2.485a.96.96%200%200%200-1.081-.386l-.731.216a1.05%201.05%200%200%201-1.075-.317a12%2012%200%200%200-.84-.84a1.05%201.05%200%200%201-.317-1.075l.215-.727a.96.96%200%200%200-.386-1.082a14%2014%200%200%200-2.483-1.268a.96.96%200%200%200-1.103.323l-.462.602c-.246.32-.66.458-1.056.375q-.578-.12-1.173-.184a1.05%201.05%200%200%201-.89-.684l-.254-.715a.956.956%200%200%200-.95-.648a14%2014%200%200%200-2.75.436a1%201%200%200%200-.248.105l.155%202.637l1.051%201.14A10%2010%200%200%201%2036%2026c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010s-10-4.477-10-10c0-.898.118-1.768.34-2.596l-1.14-1.05z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m46.214%2044.81l1.42%202.13c.303.455-.239.997-.693.694l-2.13-1.42l-.062-.048l-17.87-16.47a.5.5%200%200%200-.31-.131l-4.721-.278a.5.5%200%200%201-.324-.852l6.91-6.911a.5.5%200%200%201%20.853.324l.278%204.72a.5.5%200%200%200%20.131.31l16.47%2017.871q.027.03.048.062%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M67%2017H5v38h62z%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%2072%2072%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M67%2017H5.32v37.804H67z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M22.56%2032.198a1%201%200%200%200-.104.245a14%2014%200%200%200-.436%202.755a.96.96%200%200%200%20.648.947l.717.254c.382.136.64.488.683.89q.065.598.185%201.174c.083.396-.055.81-.375%201.056l-.602.462a.96.96%200%200%200-.324%201.102c.341.879.767%201.71%201.266%202.485a.96.96%200%200%200%201.081.386l.731-.216c.388-.115.804.017%201.075.317q.399.441.84.84c.3.271.432.687.317%201.075l-.215.727a.96.96%200%200%200%20.386%201.082c.781.502%201.613.928%202.483%201.268a.96.96%200%200%200%201.103-.323l.462-.602c.246-.32.66-.458%201.056-.375q.578.12%201.173.184c.403.044.755.302.89.684l.254.715a.956.956%200%200%200%20.95.648a14%2014%200%200%200%202.751-.436a.956.956%200%200%200%20.703-.91l.02-.756c.01-.404.266-.759.635-.924q.543-.245%201.058-.54c.35-.202.788-.2%201.122.03l.625.429a.956.956%200%200%200%201.15-.034a14%2014%200%200%200%201.968-1.973a.96.96%200%200%200%20.034-1.148l-.429-.623a1.05%201.05%200%200%201-.03-1.122q.296-.515.54-1.058c.166-.37.521-.624.925-.635l.76-.02c.425-.011.8-.29.908-.701a14%2014%200%200%200%20.436-2.755a.96.96%200%200%200-.648-.947l-.717-.255a1.05%201.05%200%200%201-.684-.89a12%2012%200%200%200-.184-1.173c-.083-.396.054-.81.375-1.056l.602-.462a.96.96%200%200%200%20.324-1.102a14%2014%200%200%200-1.266-2.485a.96.96%200%200%200-1.081-.386l-.731.216a1.05%201.05%200%200%201-1.075-.317a12%2012%200%200%200-.84-.84a1.05%201.05%200%200%201-.317-1.075l.215-.727a.96.96%200%200%200-.386-1.082a14%2014%200%200%200-2.483-1.268a.96.96%200%200%200-1.103.323l-.462.602c-.246.32-.66.458-1.056.375q-.578-.12-1.173-.184a1.05%201.05%200%200%201-.89-.684l-.254-.715a.956.956%200%200%200-.95-.648a14%2014%200%200%200-2.75.436a1%201%200%200%200-.248.105l.155%202.637l1.051%201.14A10%2010%200%200%201%2036%2026c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010s-10-4.477-10-10c0-.898.118-1.768.34-2.596l-1.14-1.05z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m46.214%2044.81l1.42%202.13c.303.455-.239.997-.693.694l-2.13-1.42l-.062-.048l-17.87-16.47a.5.5%200%200%200-.31-.131l-4.721-.278a.5.5%200%200%201-.324-.852l6.91-6.911a.5.5%200%200%201%20.853.324l.278%204.72a.5.5%200%200%200%20.131.31l16.47%2017.871q.027.03.048.062%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M67%2017H5v38h62z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/nail-and-gear-flag.svg?color=%231a73e8&size=48