sewing needle emoji

sewing-needle from Noto Emoji by Google Inc · Default · Activities · Apache-2.0 Free for personal and commercial use.

Name
sewing-needle
Set
Noto Emoji
Style
Default
Category
Activities
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More activities icons from Noto Emoji

Use the sewing needle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="SVG99s6MeIy" x1="64.696" x2="80.225" y1="22.736" y2="37.085" gradientUnits="userSpaceOnUse"><stop offset=".203" stop-color="#0091ea"/><stop offset="1" stop-color="#01579b"/></linearGradient><path fill="url(#SVG99s6MeIy)" d="M74.018 14.06c-14.307 0-28.104 6.209-28.104 20.08c0 8.181 5.324 10.903 8.501 11.529c.89.175 1.349.2 1.887.2c.975 0 2.213-.362 2.569-.615c.214-.151.13-.23-.062-.26c-.556-.085-1.762-.295-2.724-.65c-1.533-.564-5.81-2.3-5.81-10.204c0-6.957 6.219-15.08 23.743-15.08c8.41 0 17.52 2.773 24.722 7.476l3.583-3.583c-8.606-5.863-19.297-8.893-28.305-8.893"/><path fill="#bdbdbd" d="M121.221 6.225c-2.76-2.6-6.57-3.26-11.93-.15c-3.36 1.95-7.24 5.49-12.15 10.58c-8.17 8.49-74.33 82.43-91.03 101.72c-2.32 2.67-2.36 4.29-1.84 4.81s1.94.39 4.75-1.95c19.22-16.04 92.96-81.16 102.27-90.43c4.16-4.14 7.67-7.88 9.18-9.67c5.14-6.12 4.02-11.82.75-14.91m-24.37 29.86c-1.41 1.41-3.11 2.22-4.31 1.02s-1.03-3.34.38-4.75l17.78-17.78c1.41-1.41 3.55-1.58 4.75-.38s.59 2.7-.82 4.12z"/><path fill="#b9e4ea" d="M100.151 17.785c5.55-5.91 9.5-9.56 12.82-11.06c6.17-2.78 9.13.42 8.85.11c-2.64-2.85-6.27-4.14-12.09-1c-3.45 1.86-7.26 5.27-12.59 10.82c-8.16 8.51-74.57 82.64-91.03 101.72c-2.31 2.68-2.49 4.44-1.66 4.88c16.74-19.14 87.63-96.88 95.7-105.47" opacity=".75"/><linearGradient id="SVGDf4DT0uh" x1="102.242" x2="110.844" y1="103.896" y2="95.88" gradientTransform="matrix(1 0 0 -1 0 128)" gradientUnits="userSpaceOnUse"><stop offset=".193" stop-color="#2f7889"/><stop offset=".838" stop-color="#2f7889"/></linearGradient><path fill="url(#SVGDf4DT0uh)" d="M117.951 12.915c-2.57-1.58-4.9-.9-7.36 1.53c0 0 .19-.1.48-.19c1.4-1.15 3.32-1.24 4.44-.12c1.2 1.2.53 2.77-.88 4.18l-17.78 17.77c-1.41 1.41-3.05 2.16-4.25.96s-1.03-3.34.38-4.75l.57-.57s-6.17 4.07-2.18 8.16c2.11 2.16 5.88.95 7.38-.6l18.99-19.51c1.51-1.54 2.79-5.27.21-6.86"/><linearGradient id="SVG1XoKMerc" x1="85.924" x2="71.757" y1="65.384" y2="51.217" gradientUnits="userSpaceOnUse"><stop offset=".038" stop-color="#0091ea"/><stop offset="1" stop-color="#01579b"/></linearGradient><path fill="url(#SVG1XoKMerc)" d="M113.137 50.724c0 13.25-10.394 21.341-19.565 28.481l-.473.367c-.78.609-1.607 1.238-2.462 1.889c-8.025 6.111-18.013 13.718-18.013 23.822c0 11.022 10.47 18.719 25.462 18.719c11.716 0 24.873-9.613 25.62-21.645c.15-2.42.049-3.909-.205-4.642c-.107-.309-.418-.394-.58.251c-.77 3.08-2.17 6.04-2.72 7.24c-3.623 7.88-12.193 13.796-22.115 13.796c-12.047 0-20.462-5.642-20.462-13.719c0-7.628 8.895-14.401 16.042-19.844c.87-.663 1.711-1.303 2.505-1.921l.472-.368c9.576-7.454 21.494-16.731 21.494-32.426c0-12.273-6.75-21.594-15.814-27.77l-3.583 3.582q.736.48 1.443.986c5.91 4.231 12.954 11.69 12.954 23.202"/></svg>

React

import type { SVGProps } from "react";

export function NotoSewingNeedle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="SVG99s6MeIy" x1="64.696" x2="80.225" y1="22.736" y2="37.085" gradientUnits="userSpaceOnUse"><stop offset=".203" stopColor="#0091ea"/><stop offset="1" stopColor="#01579b"/></linearGradient><path fill="url(#SVG99s6MeIy)" d="M74.018 14.06c-14.307 0-28.104 6.209-28.104 20.08c0 8.181 5.324 10.903 8.501 11.529c.89.175 1.349.2 1.887.2c.975 0 2.213-.362 2.569-.615c.214-.151.13-.23-.062-.26c-.556-.085-1.762-.295-2.724-.65c-1.533-.564-5.81-2.3-5.81-10.204c0-6.957 6.219-15.08 23.743-15.08c8.41 0 17.52 2.773 24.722 7.476l3.583-3.583c-8.606-5.863-19.297-8.893-28.305-8.893"/><path fill="#bdbdbd" d="M121.221 6.225c-2.76-2.6-6.57-3.26-11.93-.15c-3.36 1.95-7.24 5.49-12.15 10.58c-8.17 8.49-74.33 82.43-91.03 101.72c-2.32 2.67-2.36 4.29-1.84 4.81s1.94.39 4.75-1.95c19.22-16.04 92.96-81.16 102.27-90.43c4.16-4.14 7.67-7.88 9.18-9.67c5.14-6.12 4.02-11.82.75-14.91m-24.37 29.86c-1.41 1.41-3.11 2.22-4.31 1.02s-1.03-3.34.38-4.75l17.78-17.78c1.41-1.41 3.55-1.58 4.75-.38s.59 2.7-.82 4.12z"/><path fill="#b9e4ea" d="M100.151 17.785c5.55-5.91 9.5-9.56 12.82-11.06c6.17-2.78 9.13.42 8.85.11c-2.64-2.85-6.27-4.14-12.09-1c-3.45 1.86-7.26 5.27-12.59 10.82c-8.16 8.51-74.57 82.64-91.03 101.72c-2.31 2.68-2.49 4.44-1.66 4.88c16.74-19.14 87.63-96.88 95.7-105.47" opacity=".75"/><linearGradient id="SVGDf4DT0uh" x1="102.242" x2="110.844" y1="103.896" y2="95.88" gradientTransform="matrix(1 0 0 -1 0 128)" gradientUnits="userSpaceOnUse"><stop offset=".193" stopColor="#2f7889"/><stop offset=".838" stopColor="#2f7889"/></linearGradient><path fill="url(#SVGDf4DT0uh)" d="M117.951 12.915c-2.57-1.58-4.9-.9-7.36 1.53c0 0 .19-.1.48-.19c1.4-1.15 3.32-1.24 4.44-.12c1.2 1.2.53 2.77-.88 4.18l-17.78 17.77c-1.41 1.41-3.05 2.16-4.25.96s-1.03-3.34.38-4.75l.57-.57s-6.17 4.07-2.18 8.16c2.11 2.16 5.88.95 7.38-.6l18.99-19.51c1.51-1.54 2.79-5.27.21-6.86"/><linearGradient id="SVG1XoKMerc" x1="85.924" x2="71.757" y1="65.384" y2="51.217" gradientUnits="userSpaceOnUse"><stop offset=".038" stopColor="#0091ea"/><stop offset="1" stopColor="#01579b"/></linearGradient><path fill="url(#SVG1XoKMerc)" d="M113.137 50.724c0 13.25-10.394 21.341-19.565 28.481l-.473.367c-.78.609-1.607 1.238-2.462 1.889c-8.025 6.111-18.013 13.718-18.013 23.822c0 11.022 10.47 18.719 25.462 18.719c11.716 0 24.873-9.613 25.62-21.645c.15-2.42.049-3.909-.205-4.642c-.107-.309-.418-.394-.58.251c-.77 3.08-2.17 6.04-2.72 7.24c-3.623 7.88-12.193 13.796-22.115 13.796c-12.047 0-20.462-5.642-20.462-13.719c0-7.628 8.895-14.401 16.042-19.844c.87-.663 1.711-1.303 2.505-1.921l.472-.368c9.576-7.454 21.494-16.731 21.494-32.426c0-12.273-6.75-21.594-15.814-27.77l-3.583 3.582q.736.48 1.443.986c5.91 4.231 12.954 11.69 12.954 23.202"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="SVG99s6MeIy" x1="64.696" x2="80.225" y1="22.736" y2="37.085" gradientUnits="userSpaceOnUse"><stop offset=".203" stop-color="#0091ea"/><stop offset="1" stop-color="#01579b"/></linearGradient><path fill="url(#SVG99s6MeIy)" d="M74.018 14.06c-14.307 0-28.104 6.209-28.104 20.08c0 8.181 5.324 10.903 8.501 11.529c.89.175 1.349.2 1.887.2c.975 0 2.213-.362 2.569-.615c.214-.151.13-.23-.062-.26c-.556-.085-1.762-.295-2.724-.65c-1.533-.564-5.81-2.3-5.81-10.204c0-6.957 6.219-15.08 23.743-15.08c8.41 0 17.52 2.773 24.722 7.476l3.583-3.583c-8.606-5.863-19.297-8.893-28.305-8.893"/><path fill="#bdbdbd" d="M121.221 6.225c-2.76-2.6-6.57-3.26-11.93-.15c-3.36 1.95-7.24 5.49-12.15 10.58c-8.17 8.49-74.33 82.43-91.03 101.72c-2.32 2.67-2.36 4.29-1.84 4.81s1.94.39 4.75-1.95c19.22-16.04 92.96-81.16 102.27-90.43c4.16-4.14 7.67-7.88 9.18-9.67c5.14-6.12 4.02-11.82.75-14.91m-24.37 29.86c-1.41 1.41-3.11 2.22-4.31 1.02s-1.03-3.34.38-4.75l17.78-17.78c1.41-1.41 3.55-1.58 4.75-.38s.59 2.7-.82 4.12z"/><path fill="#b9e4ea" d="M100.151 17.785c5.55-5.91 9.5-9.56 12.82-11.06c6.17-2.78 9.13.42 8.85.11c-2.64-2.85-6.27-4.14-12.09-1c-3.45 1.86-7.26 5.27-12.59 10.82c-8.16 8.51-74.57 82.64-91.03 101.72c-2.31 2.68-2.49 4.44-1.66 4.88c16.74-19.14 87.63-96.88 95.7-105.47" opacity=".75"/><linearGradient id="SVGDf4DT0uh" x1="102.242" x2="110.844" y1="103.896" y2="95.88" gradientTransform="matrix(1 0 0 -1 0 128)" gradientUnits="userSpaceOnUse"><stop offset=".193" stop-color="#2f7889"/><stop offset=".838" stop-color="#2f7889"/></linearGradient><path fill="url(#SVGDf4DT0uh)" d="M117.951 12.915c-2.57-1.58-4.9-.9-7.36 1.53c0 0 .19-.1.48-.19c1.4-1.15 3.32-1.24 4.44-.12c1.2 1.2.53 2.77-.88 4.18l-17.78 17.77c-1.41 1.41-3.05 2.16-4.25.96s-1.03-3.34.38-4.75l.57-.57s-6.17 4.07-2.18 8.16c2.11 2.16 5.88.95 7.38-.6l18.99-19.51c1.51-1.54 2.79-5.27.21-6.86"/><linearGradient id="SVG1XoKMerc" x1="85.924" x2="71.757" y1="65.384" y2="51.217" gradientUnits="userSpaceOnUse"><stop offset=".038" stop-color="#0091ea"/><stop offset="1" stop-color="#01579b"/></linearGradient><path fill="url(#SVG1XoKMerc)" d="M113.137 50.724c0 13.25-10.394 21.341-19.565 28.481l-.473.367c-.78.609-1.607 1.238-2.462 1.889c-8.025 6.111-18.013 13.718-18.013 23.822c0 11.022 10.47 18.719 25.462 18.719c11.716 0 24.873-9.613 25.62-21.645c.15-2.42.049-3.909-.205-4.642c-.107-.309-.418-.394-.58.251c-.77 3.08-2.17 6.04-2.72 7.24c-3.623 7.88-12.193 13.796-22.115 13.796c-12.047 0-20.462-5.642-20.462-13.719c0-7.628 8.895-14.401 16.042-19.844c.87-.663 1.711-1.303 2.505-1.921l.472-.368c9.576-7.454 21.494-16.731 21.494-32.426c0-12.273-6.75-21.594-15.814-27.77l-3.583 3.582q.736.48 1.443.986c5.91 4.231 12.954 11.69 12.954 23.202"/></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%20128%20128%22%3E%3ClinearGradient%20id%3D%22SVG99s6MeIy%22%20x1%3D%2264.696%22%20x2%3D%2280.225%22%20y1%3D%2222.736%22%20y2%3D%2237.085%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.203%22%20stop-color%3D%22%230091ea%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2301579b%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVG99s6MeIy)%22%20d%3D%22M74.018%2014.06c-14.307%200-28.104%206.209-28.104%2020.08c0%208.181%205.324%2010.903%208.501%2011.529c.89.175%201.349.2%201.887.2c.975%200%202.213-.362%202.569-.615c.214-.151.13-.23-.062-.26c-.556-.085-1.762-.295-2.724-.65c-1.533-.564-5.81-2.3-5.81-10.204c0-6.957%206.219-15.08%2023.743-15.08c8.41%200%2017.52%202.773%2024.722%207.476l3.583-3.583c-8.606-5.863-19.297-8.893-28.305-8.893%22%2F%3E%3Cpath%20fill%3D%22%23bdbdbd%22%20d%3D%22M121.221%206.225c-2.76-2.6-6.57-3.26-11.93-.15c-3.36%201.95-7.24%205.49-12.15%2010.58c-8.17%208.49-74.33%2082.43-91.03%20101.72c-2.32%202.67-2.36%204.29-1.84%204.81s1.94.39%204.75-1.95c19.22-16.04%2092.96-81.16%20102.27-90.43c4.16-4.14%207.67-7.88%209.18-9.67c5.14-6.12%204.02-11.82.75-14.91m-24.37%2029.86c-1.41%201.41-3.11%202.22-4.31%201.02s-1.03-3.34.38-4.75l17.78-17.78c1.41-1.41%203.55-1.58%204.75-.38s.59%202.7-.82%204.12z%22%2F%3E%3Cpath%20fill%3D%22%23b9e4ea%22%20d%3D%22M100.151%2017.785c5.55-5.91%209.5-9.56%2012.82-11.06c6.17-2.78%209.13.42%208.85.11c-2.64-2.85-6.27-4.14-12.09-1c-3.45%201.86-7.26%205.27-12.59%2010.82c-8.16%208.51-74.57%2082.64-91.03%20101.72c-2.31%202.68-2.49%204.44-1.66%204.88c16.74-19.14%2087.63-96.88%2095.7-105.47%22%20opacity%3D%22.75%22%2F%3E%3ClinearGradient%20id%3D%22SVGDf4DT0uh%22%20x1%3D%22102.242%22%20x2%3D%22110.844%22%20y1%3D%22103.896%22%20y2%3D%2295.88%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.193%22%20stop-color%3D%22%232f7889%22%2F%3E%3Cstop%20offset%3D%22.838%22%20stop-color%3D%22%232f7889%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGDf4DT0uh)%22%20d%3D%22M117.951%2012.915c-2.57-1.58-4.9-.9-7.36%201.53c0%200%20.19-.1.48-.19c1.4-1.15%203.32-1.24%204.44-.12c1.2%201.2.53%202.77-.88%204.18l-17.78%2017.77c-1.41%201.41-3.05%202.16-4.25.96s-1.03-3.34.38-4.75l.57-.57s-6.17%204.07-2.18%208.16c2.11%202.16%205.88.95%207.38-.6l18.99-19.51c1.51-1.54%202.79-5.27.21-6.86%22%2F%3E%3ClinearGradient%20id%3D%22SVG1XoKMerc%22%20x1%3D%2285.924%22%20x2%3D%2271.757%22%20y1%3D%2265.384%22%20y2%3D%2251.217%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.038%22%20stop-color%3D%22%230091ea%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2301579b%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVG1XoKMerc)%22%20d%3D%22M113.137%2050.724c0%2013.25-10.394%2021.341-19.565%2028.481l-.473.367c-.78.609-1.607%201.238-2.462%201.889c-8.025%206.111-18.013%2013.718-18.013%2023.822c0%2011.022%2010.47%2018.719%2025.462%2018.719c11.716%200%2024.873-9.613%2025.62-21.645c.15-2.42.049-3.909-.205-4.642c-.107-.309-.418-.394-.58.251c-.77%203.08-2.17%206.04-2.72%207.24c-3.623%207.88-12.193%2013.796-22.115%2013.796c-12.047%200-20.462-5.642-20.462-13.719c0-7.628%208.895-14.401%2016.042-19.844c.87-.663%201.711-1.303%202.505-1.921l.472-.368c9.576-7.454%2021.494-16.731%2021.494-32.426c0-12.273-6.75-21.594-15.814-27.77l-3.583%203.582q.736.48%201.443.986c5.91%204.231%2012.954%2011.69%2012.954%2023.202%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%20128%20128%22%3E%3ClinearGradient%20id%3D%22SVG99s6MeIy%22%20x1%3D%2264.696%22%20x2%3D%2280.225%22%20y1%3D%2222.736%22%20y2%3D%2237.085%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.203%22%20stop-color%3D%22%230091ea%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2301579b%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVG99s6MeIy)%22%20d%3D%22M74.018%2014.06c-14.307%200-28.104%206.209-28.104%2020.08c0%208.181%205.324%2010.903%208.501%2011.529c.89.175%201.349.2%201.887.2c.975%200%202.213-.362%202.569-.615c.214-.151.13-.23-.062-.26c-.556-.085-1.762-.295-2.724-.65c-1.533-.564-5.81-2.3-5.81-10.204c0-6.957%206.219-15.08%2023.743-15.08c8.41%200%2017.52%202.773%2024.722%207.476l3.583-3.583c-8.606-5.863-19.297-8.893-28.305-8.893%22%2F%3E%3Cpath%20fill%3D%22%23bdbdbd%22%20d%3D%22M121.221%206.225c-2.76-2.6-6.57-3.26-11.93-.15c-3.36%201.95-7.24%205.49-12.15%2010.58c-8.17%208.49-74.33%2082.43-91.03%20101.72c-2.32%202.67-2.36%204.29-1.84%204.81s1.94.39%204.75-1.95c19.22-16.04%2092.96-81.16%20102.27-90.43c4.16-4.14%207.67-7.88%209.18-9.67c5.14-6.12%204.02-11.82.75-14.91m-24.37%2029.86c-1.41%201.41-3.11%202.22-4.31%201.02s-1.03-3.34.38-4.75l17.78-17.78c1.41-1.41%203.55-1.58%204.75-.38s.59%202.7-.82%204.12z%22%2F%3E%3Cpath%20fill%3D%22%23b9e4ea%22%20d%3D%22M100.151%2017.785c5.55-5.91%209.5-9.56%2012.82-11.06c6.17-2.78%209.13.42%208.85.11c-2.64-2.85-6.27-4.14-12.09-1c-3.45%201.86-7.26%205.27-12.59%2010.82c-8.16%208.51-74.57%2082.64-91.03%20101.72c-2.31%202.68-2.49%204.44-1.66%204.88c16.74-19.14%2087.63-96.88%2095.7-105.47%22%20opacity%3D%22.75%22%2F%3E%3ClinearGradient%20id%3D%22SVGDf4DT0uh%22%20x1%3D%22102.242%22%20x2%3D%22110.844%22%20y1%3D%22103.896%22%20y2%3D%2295.88%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.193%22%20stop-color%3D%22%232f7889%22%2F%3E%3Cstop%20offset%3D%22.838%22%20stop-color%3D%22%232f7889%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGDf4DT0uh)%22%20d%3D%22M117.951%2012.915c-2.57-1.58-4.9-.9-7.36%201.53c0%200%20.19-.1.48-.19c1.4-1.15%203.32-1.24%204.44-.12c1.2%201.2.53%202.77-.88%204.18l-17.78%2017.77c-1.41%201.41-3.05%202.16-4.25.96s-1.03-3.34.38-4.75l.57-.57s-6.17%204.07-2.18%208.16c2.11%202.16%205.88.95%207.38-.6l18.99-19.51c1.51-1.54%202.79-5.27.21-6.86%22%2F%3E%3ClinearGradient%20id%3D%22SVG1XoKMerc%22%20x1%3D%2285.924%22%20x2%3D%2271.757%22%20y1%3D%2265.384%22%20y2%3D%2251.217%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.038%22%20stop-color%3D%22%230091ea%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2301579b%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVG1XoKMerc)%22%20d%3D%22M113.137%2050.724c0%2013.25-10.394%2021.341-19.565%2028.481l-.473.367c-.78.609-1.607%201.238-2.462%201.889c-8.025%206.111-18.013%2013.718-18.013%2023.822c0%2011.022%2010.47%2018.719%2025.462%2018.719c11.716%200%2024.873-9.613%2025.62-21.645c.15-2.42.049-3.909-.205-4.642c-.107-.309-.418-.394-.58.251c-.77%203.08-2.17%206.04-2.72%207.24c-3.623%207.88-12.193%2013.796-22.115%2013.796c-12.047%200-20.462-5.642-20.462-13.719c0-7.628%208.895-14.401%2016.042-19.844c.87-.663%201.711-1.303%202.505-1.921l.472-.368c9.576-7.454%2021.494-16.731%2021.494-32.426c0-12.273-6.75-21.594-15.814-27.77l-3.583%203.582q.736.48%201.443.986c5.91%204.231%2012.954%2011.69%2012.954%2023.202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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