sewing needle emoji
sewing-needle from Fluent Emoji Flat by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- sewing-needle
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More activities icons from Fluent Emoji Flat
Use the sewing needle emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M26.5 2a3.5 3.5 0 0 0-3.208 4.9L2.209 28.739c-.28.29-.28.762.01 1.043c.29.29.752.29 1.053.01l21.73-21.127A3.5 3.5 0 1 0 26.5 2M25 5.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/><path fill="#5092ff" d="M15.945 8.033c.896-2.21 3.134-3.569 5.795-3.532c2.2.03 4.17.936 5.287 2.404c.508-.19.885-.65.96-1.204c-1.47-1.717-3.819-2.667-6.227-2.7c-3.18-.044-6.041 1.598-7.205 4.468a.75.75 0 1 0 1.39.564m13.221-.266a3.5 3.5 0 0 1-1.288.951q.113.495.122 1.043c.044 3.408-2.825 6.24-6.25 6.24h-13c-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.59h13c4.235 0 7.806-3.489 7.75-7.76a6.4 6.4 0 0 0-.334-1.974"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatSewingNeedle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M26.5 2a3.5 3.5 0 0 0-3.208 4.9L2.209 28.739c-.28.29-.28.762.01 1.043c.29.29.752.29 1.053.01l21.73-21.127A3.5 3.5 0 1 0 26.5 2M25 5.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/><path fill="#5092ff" d="M15.945 8.033c.896-2.21 3.134-3.569 5.795-3.532c2.2.03 4.17.936 5.287 2.404c.508-.19.885-.65.96-1.204c-1.47-1.717-3.819-2.667-6.227-2.7c-3.18-.044-6.041 1.598-7.205 4.468a.75.75 0 1 0 1.39.564m13.221-.266a3.5 3.5 0 0 1-1.288.951q.113.495.122 1.043c.044 3.408-2.825 6.24-6.25 6.24h-13c-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.59h13c4.235 0 7.806-3.489 7.75-7.76a6.4 6.4 0 0 0-.334-1.974"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M26.5 2a3.5 3.5 0 0 0-3.208 4.9L2.209 28.739c-.28.29-.28.762.01 1.043c.29.29.752.29 1.053.01l21.73-21.127A3.5 3.5 0 1 0 26.5 2M25 5.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/><path fill="#5092ff" d="M15.945 8.033c.896-2.21 3.134-3.569 5.795-3.532c2.2.03 4.17.936 5.287 2.404c.508-.19.885-.65.96-1.204c-1.47-1.717-3.819-2.667-6.227-2.7c-3.18-.044-6.041 1.598-7.205 4.468a.75.75 0 1 0 1.39.564m13.221-.266a3.5 3.5 0 0 1-1.288.951q.113.495.122 1.043c.044 3.408-2.825 6.24-6.25 6.24h-13c-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.59h13c4.235 0 7.806-3.489 7.75-7.76a6.4 6.4 0 0 0-.334-1.974"/></g></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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M26.5%202a3.5%203.5%200%200%200-3.208%204.9L2.209%2028.739c-.28.29-.28.762.01%201.043c.29.29.752.29%201.053.01l21.73-21.127A3.5%203.5%200%201%200%2026.5%202M25%205.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%22%2F%3E%3Cpath%20fill%3D%22%235092ff%22%20d%3D%22M15.945%208.033c.896-2.21%203.134-3.569%205.795-3.532c2.2.03%204.17.936%205.287%202.404c.508-.19.885-.65.96-1.204c-1.47-1.717-3.819-2.667-6.227-2.7c-3.18-.044-6.041%201.598-7.205%204.468a.75.75%200%201%200%201.39.564m13.221-.266a3.5%203.5%200%200%201-1.288.951q.113.495.122%201.043c.044%203.408-2.825%206.24-6.25%206.24h-13c-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.59h13c4.235%200%207.806-3.489%207.75-7.76a6.4%206.4%200%200%200-.334-1.974%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%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M26.5%202a3.5%203.5%200%200%200-3.208%204.9L2.209%2028.739c-.28.29-.28.762.01%201.043c.29.29.752.29%201.053.01l21.73-21.127A3.5%203.5%200%201%200%2026.5%202M25%205.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%22%2F%3E%3Cpath%20fill%3D%22%235092ff%22%20d%3D%22M15.945%208.033c.896-2.21%203.134-3.569%205.795-3.532c2.2.03%204.17.936%205.287%202.404c.508-.19.885-.65.96-1.204c-1.47-1.717-3.819-2.667-6.227-2.7c-3.18-.044-6.041%201.598-7.205%204.468a.75.75%200%201%200%201.39.564m13.221-.266a3.5%203.5%200%200%201-1.288.951q.113.495.122%201.043c.044%203.408-2.825%206.24-6.25%206.24h-13c-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.59h13c4.235%200%207.806-3.489%207.75-7.76a6.4%206.4%200%200%200-.334-1.974%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-flat/sewing-needle.svg?color=%231a73e8&size=48