safety pin emoji

safety-pin from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.

Name
safety-pin
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 safety pin emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#99aab5" d="M5.864 24.272a5.864 5.864 0 1 0 0 11.728a5.864 5.864 0 0 0 0-11.728m0 10.053a4.189 4.189 0 1 1 0-8.378a4.189 4.189 0 0 1 0 8.378M19.67 3.938c-1.131 1.131-1.924 2.197-2.441 3.211c-.427.835-.241 1.852.422 2.515l8.684 8.684c.663.663 1.68.849 2.515.422c1.014-.518 2.08-1.31 3.211-2.441c5.133-5.133 4.381-9.929.959-13.351s-8.217-4.173-13.35.96"/><path fill="#66757f" d="M30.544 9.849c-.616 2.499-4.393 4.096-6.195.878c-1.848 2.601 0 5.214 1.182 6.816c-2.072-1.876-5.127-4.89-7.222-7.222c2.047 1.467 3.85 1.516 3.85.851c0-2.42 2.133-5.887 4.552-5.887s4.412 2.215 3.833 4.564"/><path fill="#99aab5" d="M1.356 26.763c.621-1.188 8.854-12.722 17.213-19.194l.98 1.265c-7.324 5.671-14.792 15.65-16.463 18.168c-.156.235-1.73-.239-1.73-.239m8.292 7.661l-.714-1.432C10 32.46 21.169 24.632 27.6 16.634l1.246 1.003c-6.431 8-17.591 15.986-19.198 16.787"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiSafetyPin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#99aab5" d="M5.864 24.272a5.864 5.864 0 1 0 0 11.728a5.864 5.864 0 0 0 0-11.728m0 10.053a4.189 4.189 0 1 1 0-8.378a4.189 4.189 0 0 1 0 8.378M19.67 3.938c-1.131 1.131-1.924 2.197-2.441 3.211c-.427.835-.241 1.852.422 2.515l8.684 8.684c.663.663 1.68.849 2.515.422c1.014-.518 2.08-1.31 3.211-2.441c5.133-5.133 4.381-9.929.959-13.351s-8.217-4.173-13.35.96"/><path fill="#66757f" d="M30.544 9.849c-.616 2.499-4.393 4.096-6.195.878c-1.848 2.601 0 5.214 1.182 6.816c-2.072-1.876-5.127-4.89-7.222-7.222c2.047 1.467 3.85 1.516 3.85.851c0-2.42 2.133-5.887 4.552-5.887s4.412 2.215 3.833 4.564"/><path fill="#99aab5" d="M1.356 26.763c.621-1.188 8.854-12.722 17.213-19.194l.98 1.265c-7.324 5.671-14.792 15.65-16.463 18.168c-.156.235-1.73-.239-1.73-.239m8.292 7.661l-.714-1.432C10 32.46 21.169 24.632 27.6 16.634l1.246 1.003c-6.431 8-17.591 15.986-19.198 16.787"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#99aab5" d="M5.864 24.272a5.864 5.864 0 1 0 0 11.728a5.864 5.864 0 0 0 0-11.728m0 10.053a4.189 4.189 0 1 1 0-8.378a4.189 4.189 0 0 1 0 8.378M19.67 3.938c-1.131 1.131-1.924 2.197-2.441 3.211c-.427.835-.241 1.852.422 2.515l8.684 8.684c.663.663 1.68.849 2.515.422c1.014-.518 2.08-1.31 3.211-2.441c5.133-5.133 4.381-9.929.959-13.351s-8.217-4.173-13.35.96"/><path fill="#66757f" d="M30.544 9.849c-.616 2.499-4.393 4.096-6.195.878c-1.848 2.601 0 5.214 1.182 6.816c-2.072-1.876-5.127-4.89-7.222-7.222c2.047 1.467 3.85 1.516 3.85.851c0-2.42 2.133-5.887 4.552-5.887s4.412 2.215 3.833 4.564"/><path fill="#99aab5" d="M1.356 26.763c.621-1.188 8.854-12.722 17.213-19.194l.98 1.265c-7.324 5.671-14.792 15.65-16.463 18.168c-.156.235-1.73-.239-1.73-.239m8.292 7.661l-.714-1.432C10 32.46 21.169 24.632 27.6 16.634l1.246 1.003c-6.431 8-17.591 15.986-19.198 16.787"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M5.864%2024.272a5.864%205.864%200%201%200%200%2011.728a5.864%205.864%200%200%200%200-11.728m0%2010.053a4.189%204.189%200%201%201%200-8.378a4.189%204.189%200%200%201%200%208.378M19.67%203.938c-1.131%201.131-1.924%202.197-2.441%203.211c-.427.835-.241%201.852.422%202.515l8.684%208.684c.663.663%201.68.849%202.515.422c1.014-.518%202.08-1.31%203.211-2.441c5.133-5.133%204.381-9.929.959-13.351s-8.217-4.173-13.35.96%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M30.544%209.849c-.616%202.499-4.393%204.096-6.195.878c-1.848%202.601%200%205.214%201.182%206.816c-2.072-1.876-5.127-4.89-7.222-7.222c2.047%201.467%203.85%201.516%203.85.851c0-2.42%202.133-5.887%204.552-5.887s4.412%202.215%203.833%204.564%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M1.356%2026.763c.621-1.188%208.854-12.722%2017.213-19.194l.98%201.265c-7.324%205.671-14.792%2015.65-16.463%2018.168c-.156.235-1.73-.239-1.73-.239m8.292%207.661l-.714-1.432C10%2032.46%2021.169%2024.632%2027.6%2016.634l1.246%201.003c-6.431%208-17.591%2015.986-19.198%2016.787%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%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M5.864%2024.272a5.864%205.864%200%201%200%200%2011.728a5.864%205.864%200%200%200%200-11.728m0%2010.053a4.189%204.189%200%201%201%200-8.378a4.189%204.189%200%200%201%200%208.378M19.67%203.938c-1.131%201.131-1.924%202.197-2.441%203.211c-.427.835-.241%201.852.422%202.515l8.684%208.684c.663.663%201.68.849%202.515.422c1.014-.518%202.08-1.31%203.211-2.441c5.133-5.133%204.381-9.929.959-13.351s-8.217-4.173-13.35.96%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M30.544%209.849c-.616%202.499-4.393%204.096-6.195.878c-1.848%202.601%200%205.214%201.182%206.816c-2.072-1.876-5.127-4.89-7.222-7.222c2.047%201.467%203.85%201.516%203.85.851c0-2.42%202.133-5.887%204.552-5.887s4.412%202.215%203.833%204.564%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M1.356%2026.763c.621-1.188%208.854-12.722%2017.213-19.194l.98%201.265c-7.324%205.671-14.792%2015.65-16.463%2018.168c-.156.235-1.73-.239-1.73-.239m8.292%207.661l-.714-1.432C10%2032.46%2021.169%2024.632%2027.6%2016.634l1.246%201.003c-6.431%208-17.591%2015.986-19.198%2016.787%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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