safety-pin from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
safety-pin
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the safety pin emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M5.717 19.44a4.69 4.69 0 0 1 6.7 0a4.834 4.834 0 0 1 0 6.761a4.69 4.69 0 0 1-6.7 0a4.834 4.834 0 0 1 0-6.761m5.274 1.403a2.69 2.69 0 0 0-3.849 0a2.834 2.834 0 0 0 0 3.955a2.69 2.69 0 0 0 3.849 0a2.834 2.834 0 0 0 0-3.955"/><path d="m11.877 7.824l4.533-4.407a8.61 8.61 0 0 1 12.183 12.165l-4.376 4.514a.634.634 0 0 1-.787.099l-8.732 8.52l-.015-.015a8.007 8.007 0 0 1-11.33-.097c-3.137-3.188-3.137-8.377 0-11.565l8.294-8.427a.83.83 0 0 1 .23-.787m1.157 2.23L4.778 18.44c-2.37 2.41-2.37 6.35 0 8.759a6.007 6.007 0 0 0 8.577 0c2.371-2.41 2.371-6.35 0-8.759a6.05 6.05 0 0 0-2.91-1.644a1 1 0 0 1-.48-1.674l4.11-4.175a3 3 0 0 1-.347-.272zm3.282 1.468L12.49 15.41a8.14 8.14 0 0 1 3.96 4.107l3.173-3.097a4.02 4.02 0 0 1 .524-4.999l.824-.833a2.805 2.805 0 0 1 3.896-.09a1.24 1.24 0 0 0-.104-1.761L23.55 7.67a1.65 1.65 0 0 0-2.233.05l-2.994 2.877a3.37 3.37 0 0 1-2.007.925m4.675 6.358l-3.93 3.836c.081.618.094 1.243.038 1.862l4.875-4.757z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastSafetyPin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M5.717 19.44a4.69 4.69 0 0 1 6.7 0a4.834 4.834 0 0 1 0 6.761a4.69 4.69 0 0 1-6.7 0a4.834 4.834 0 0 1 0-6.761m5.274 1.403a2.69 2.69 0 0 0-3.849 0a2.834 2.834 0 0 0 0 3.955a2.69 2.69 0 0 0 3.849 0a2.834 2.834 0 0 0 0-3.955"/><path d="m11.877 7.824l4.533-4.407a8.61 8.61 0 0 1 12.183 12.165l-4.376 4.514a.634.634 0 0 1-.787.099l-8.732 8.52l-.015-.015a8.007 8.007 0 0 1-11.33-.097c-3.137-3.188-3.137-8.377 0-11.565l8.294-8.427a.83.83 0 0 1 .23-.787m1.157 2.23L4.778 18.44c-2.37 2.41-2.37 6.35 0 8.759a6.007 6.007 0 0 0 8.577 0c2.371-2.41 2.371-6.35 0-8.759a6.05 6.05 0 0 0-2.91-1.644a1 1 0 0 1-.48-1.674l4.11-4.175a3 3 0 0 1-.347-.272zm3.282 1.468L12.49 15.41a8.14 8.14 0 0 1 3.96 4.107l3.173-3.097a4.02 4.02 0 0 1 .524-4.999l.824-.833a2.805 2.805 0 0 1 3.896-.09a1.24 1.24 0 0 0-.104-1.761L23.55 7.67a1.65 1.65 0 0 0-2.233.05l-2.994 2.877a3.37 3.37 0 0 1-2.007.925m4.675 6.358l-3.93 3.836c.081.618.094 1.243.038 1.862l4.875-4.757z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M5.717 19.44a4.69 4.69 0 0 1 6.7 0a4.834 4.834 0 0 1 0 6.761a4.69 4.69 0 0 1-6.7 0a4.834 4.834 0 0 1 0-6.761m5.274 1.403a2.69 2.69 0 0 0-3.849 0a2.834 2.834 0 0 0 0 3.955a2.69 2.69 0 0 0 3.849 0a2.834 2.834 0 0 0 0-3.955"/><path d="m11.877 7.824l4.533-4.407a8.61 8.61 0 0 1 12.183 12.165l-4.376 4.514a.634.634 0 0 1-.787.099l-8.732 8.52l-.015-.015a8.007 8.007 0 0 1-11.33-.097c-3.137-3.188-3.137-8.377 0-11.565l8.294-8.427a.83.83 0 0 1 .23-.787m1.157 2.23L4.778 18.44c-2.37 2.41-2.37 6.35 0 8.759a6.007 6.007 0 0 0 8.577 0c2.371-2.41 2.371-6.35 0-8.759a6.05 6.05 0 0 0-2.91-1.644a1 1 0 0 1-.48-1.674l4.11-4.175a3 3 0 0 1-.347-.272zm3.282 1.468L12.49 15.41a8.14 8.14 0 0 1 3.96 4.107l3.173-3.097a4.02 4.02 0 0 1 .524-4.999l.824-.833a2.805 2.805 0 0 1 3.896-.09a1.24 1.24 0 0 0-.104-1.761L23.55 7.67a1.65 1.65 0 0 0-2.233.05l-2.994 2.877a3.37 3.37 0 0 1-2.007.925m4.675 6.358l-3.93 3.836c.081.618.094 1.243.038 1.862l4.875-4.757z"/></g></svg>
</template>

CSS

.icon-safety-pin {
  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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.717%2019.44a4.69%204.69%200%200%201%206.7%200a4.834%204.834%200%200%201%200%206.761a4.69%204.69%200%200%201-6.7%200a4.834%204.834%200%200%201%200-6.761m5.274%201.403a2.69%202.69%200%200%200-3.849%200a2.834%202.834%200%200%200%200%203.955a2.69%202.69%200%200%200%203.849%200a2.834%202.834%200%200%200%200-3.955%22%2F%3E%3Cpath%20d%3D%22m11.877%207.824l4.533-4.407a8.61%208.61%200%200%201%2012.183%2012.165l-4.376%204.514a.634.634%200%200%201-.787.099l-8.732%208.52l-.015-.015a8.007%208.007%200%200%201-11.33-.097c-3.137-3.188-3.137-8.377%200-11.565l8.294-8.427a.83.83%200%200%201%20.23-.787m1.157%202.23L4.778%2018.44c-2.37%202.41-2.37%206.35%200%208.759a6.007%206.007%200%200%200%208.577%200c2.371-2.41%202.371-6.35%200-8.759a6.05%206.05%200%200%200-2.91-1.644a1%201%200%200%201-.48-1.674l4.11-4.175a3%203%200%200%201-.347-.272zm3.282%201.468L12.49%2015.41a8.14%208.14%200%200%201%203.96%204.107l3.173-3.097a4.02%204.02%200%200%201%20.524-4.999l.824-.833a2.805%202.805%200%200%201%203.896-.09a1.24%201.24%200%200%200-.104-1.761L23.55%207.67a1.65%201.65%200%200%200-2.233.05l-2.994%202.877a3.37%203.37%200%200%201-2.007.925m4.675%206.358l-3.93%203.836c.081.618.094%201.243.038%201.862l4.875-4.757z%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.717%2019.44a4.69%204.69%200%200%201%206.7%200a4.834%204.834%200%200%201%200%206.761a4.69%204.69%200%200%201-6.7%200a4.834%204.834%200%200%201%200-6.761m5.274%201.403a2.69%202.69%200%200%200-3.849%200a2.834%202.834%200%200%200%200%203.955a2.69%202.69%200%200%200%203.849%200a2.834%202.834%200%200%200%200-3.955%22%2F%3E%3Cpath%20d%3D%22m11.877%207.824l4.533-4.407a8.61%208.61%200%200%201%2012.183%2012.165l-4.376%204.514a.634.634%200%200%201-.787.099l-8.732%208.52l-.015-.015a8.007%208.007%200%200%201-11.33-.097c-3.137-3.188-3.137-8.377%200-11.565l8.294-8.427a.83.83%200%200%201%20.23-.787m1.157%202.23L4.778%2018.44c-2.37%202.41-2.37%206.35%200%208.759a6.007%206.007%200%200%200%208.577%200c2.371-2.41%202.371-6.35%200-8.759a6.05%206.05%200%200%200-2.91-1.644a1%201%200%200%201-.48-1.674l4.11-4.175a3%203%200%200%201-.347-.272zm3.282%201.468L12.49%2015.41a8.14%208.14%200%200%201%203.96%204.107l3.173-3.097a4.02%204.02%200%200%201%20.524-4.999l.824-.833a2.805%202.805%200%200%201%203.896-.09a1.24%201.24%200%200%200-.104-1.761L23.55%207.67a1.65%201.65%200%200%200-2.233.05l-2.994%202.877a3.37%203.37%200%200%201-2.007.925m4.675%206.358l-3.93%203.836c.081.618.094%201.243.038%201.862l4.875-4.757z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/safety-pin.svg?color=%231a73e8&size=48