sewing-needle from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.

Name
sewing-needle
Set
Fluent Emoji High Contrast
Style
Default
Category
Activities
Viewbox
32×32
License
MIT

The same emoji in other sets

More activities icons from Fluent Emoji High Contrast

Use the sewing needle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.107 4.636a3.5 3.5 0 0 0 .185 2.265L14.506 16H8.75c-1.77 0-3.224.896-4.213 2.168C3.553 19.433 3 21.097 3 22.751a.75.75 0 0 0 1.5 0c0-1.337.452-2.673 1.22-3.66c.764-.982 1.81-1.59 3.03-1.59h4.308L2.209 28.738c-.28.29-.28.762.01 1.043c.29.29.752.29 1.053.01l12.64-12.29h5.838c4.235 0 7.806-3.489 7.75-7.76a6.4 6.4 0 0 0-.334-1.974a3.5 3.5 0 1 0-5.352-4.511A9.4 9.4 0 0 0 21.76 3c-3.18-.044-6.041 1.598-7.205 4.468a.75.75 0 1 0 1.39.564c.896-2.21 3.134-3.569 5.795-3.532q.704.01 1.367.135m1.91.637c.809.406 1.499.96 2.01 1.632a1.5 1.5 0 0 1-2.01-1.632m.97-1.183q.241-.088.513-.09A1.5 1.5 0 0 1 27.987 5.7a7.2 7.2 0 0 0-2-1.61m1.891 4.628q.113.494.122 1.043c.044 3.408-2.825 6.24-6.25 6.24h-4.294l7.546-7.337c.454.216.962.336 1.498.336c.49 0 .955-.1 1.378-.282"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastSewingNeedle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.107 4.636a3.5 3.5 0 0 0 .185 2.265L14.506 16H8.75c-1.77 0-3.224.896-4.213 2.168C3.553 19.433 3 21.097 3 22.751a.75.75 0 0 0 1.5 0c0-1.337.452-2.673 1.22-3.66c.764-.982 1.81-1.59 3.03-1.59h4.308L2.209 28.738c-.28.29-.28.762.01 1.043c.29.29.752.29 1.053.01l12.64-12.29h5.838c4.235 0 7.806-3.489 7.75-7.76a6.4 6.4 0 0 0-.334-1.974a3.5 3.5 0 1 0-5.352-4.511A9.4 9.4 0 0 0 21.76 3c-3.18-.044-6.041 1.598-7.205 4.468a.75.75 0 1 0 1.39.564c.896-2.21 3.134-3.569 5.795-3.532q.704.01 1.367.135m1.91.637c.809.406 1.499.96 2.01 1.632a1.5 1.5 0 0 1-2.01-1.632m.97-1.183q.241-.088.513-.09A1.5 1.5 0 0 1 27.987 5.7a7.2 7.2 0 0 0-2-1.61m1.891 4.628q.113.494.122 1.043c.044 3.408-2.825 6.24-6.25 6.24h-4.294l7.546-7.337c.454.216.962.336 1.498.336c.49 0 .955-.1 1.378-.282"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.107 4.636a3.5 3.5 0 0 0 .185 2.265L14.506 16H8.75c-1.77 0-3.224.896-4.213 2.168C3.553 19.433 3 21.097 3 22.751a.75.75 0 0 0 1.5 0c0-1.337.452-2.673 1.22-3.66c.764-.982 1.81-1.59 3.03-1.59h4.308L2.209 28.738c-.28.29-.28.762.01 1.043c.29.29.752.29 1.053.01l12.64-12.29h5.838c4.235 0 7.806-3.489 7.75-7.76a6.4 6.4 0 0 0-.334-1.974a3.5 3.5 0 1 0-5.352-4.511A9.4 9.4 0 0 0 21.76 3c-3.18-.044-6.041 1.598-7.205 4.468a.75.75 0 1 0 1.39.564c.896-2.21 3.134-3.569 5.795-3.532q.704.01 1.367.135m1.91.637c.809.406 1.499.96 2.01 1.632a1.5 1.5 0 0 1-2.01-1.632m.97-1.183q.241-.088.513-.09A1.5 1.5 0 0 1 27.987 5.7a7.2 7.2 0 0 0-2-1.61m1.891 4.628q.113.494.122 1.043c.044 3.408-2.825 6.24-6.25 6.24h-4.294l7.546-7.337c.454.216.962.336 1.498.336c.49 0 .955-.1 1.378-.282"/></svg>
</template>

CSS

.icon-sewing-needle {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.107%204.636a3.5%203.5%200%200%200%20.185%202.265L14.506%2016H8.75c-1.77%200-3.224.896-4.213%202.168C3.553%2019.433%203%2021.097%203%2022.751a.75.75%200%200%200%201.5%200c0-1.337.452-2.673%201.22-3.66c.764-.982%201.81-1.59%203.03-1.59h4.308L2.209%2028.738c-.28.29-.28.762.01%201.043c.29.29.752.29%201.053.01l12.64-12.29h5.838c4.235%200%207.806-3.489%207.75-7.76a6.4%206.4%200%200%200-.334-1.974a3.5%203.5%200%201%200-5.352-4.511A9.4%209.4%200%200%200%2021.76%203c-3.18-.044-6.041%201.598-7.205%204.468a.75.75%200%201%200%201.39.564c.896-2.21%203.134-3.569%205.795-3.532q.704.01%201.367.135m1.91.637c.809.406%201.499.96%202.01%201.632a1.5%201.5%200%200%201-2.01-1.632m.97-1.183q.241-.088.513-.09A1.5%201.5%200%200%201%2027.987%205.7a7.2%207.2%200%200%200-2-1.61m1.891%204.628q.113.494.122%201.043c.044%203.408-2.825%206.24-6.25%206.24h-4.294l7.546-7.337c.454.216.962.336%201.498.336c.49%200%20.955-.1%201.378-.282%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.107%204.636a3.5%203.5%200%200%200%20.185%202.265L14.506%2016H8.75c-1.77%200-3.224.896-4.213%202.168C3.553%2019.433%203%2021.097%203%2022.751a.75.75%200%200%200%201.5%200c0-1.337.452-2.673%201.22-3.66c.764-.982%201.81-1.59%203.03-1.59h4.308L2.209%2028.738c-.28.29-.28.762.01%201.043c.29.29.752.29%201.053.01l12.64-12.29h5.838c4.235%200%207.806-3.489%207.75-7.76a6.4%206.4%200%200%200-.334-1.974a3.5%203.5%200%201%200-5.352-4.511A9.4%209.4%200%200%200%2021.76%203c-3.18-.044-6.041%201.598-7.205%204.468a.75.75%200%201%200%201.39.564c.896-2.21%203.134-3.569%205.795-3.532q.704.01%201.367.135m1.91.637c.809.406%201.499.96%202.01%201.632a1.5%201.5%200%200%201-2.01-1.632m.97-1.183q.241-.088.513-.09A1.5%201.5%200%200%201%2027.987%205.7a7.2%207.2%200%200%200-2-1.61m1.891%204.628q.113.494.122%201.043c.044%203.408-2.825%206.24-6.25%206.24h-4.294l7.546-7.337c.454.216.962.336%201.498.336c.49%200%20.955-.1%201.378-.282%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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