screw from Unicons by Iconscout · Line · Construction · Apache-2.0 Free for personal and commercial use.

Name
screw
Set
Unicons
Style
Line
Category
Construction
Viewbox
24×24
License
Apache 2.0

More construction icons from Unicons

Use the screw icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.71 10.12l-7.83-7.83a1 1 0 0 0-1.7.57L11.45 8l-2 2l-.33-.19A1 1 0 0 0 8 11.44l-1.15 1.17l-.33-.19a1 1 0 0 0-1.11 1.63l-1.17 1.16l-.32-.21a1 1 0 0 0-1.37.37a1 1 0 0 0 .25 1.26l-.51.51a.9.9 0 0 0-.21.33a1 1 0 0 0-.08.38V21a1 1 0 0 0 1 1h3.13a1 1 0 0 0 .38-.08a.9.9 0 0 0 .33-.21L8.54 20l.33.19a1 1 0 0 0 1.37-.36a1 1 0 0 0-.24-1.27l1.17-1.16l.33.19a1 1 0 0 0 .49.13a1 1 0 0 0 .6-1.72l1.17-1.16l.33.19a1 1 0 0 0 .49.13a1 1 0 0 0 .62-1.77l.79-.79l5.15-.73a1 1 0 0 0 .81-.68a1 1 0 0 0-.24-1.07M5.72 20H4v-1.72l.57-.57L6.75 19Zm2.49-2.5L6 16.25l1.14-1.14l2.17 1.25Zm2.61-2.6l-2.18-1.26l1.15-1.14L12 13.75Zm2.61-2.61L11.25 11l1.14-1.14l1.72 1.72Zm2.45-1.74l-2.43-2.43l.43-3l5 5Z"/></svg>

React

import type { SVGProps } from "react";

export function UilScrew(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.71 10.12l-7.83-7.83a1 1 0 0 0-1.7.57L11.45 8l-2 2l-.33-.19A1 1 0 0 0 8 11.44l-1.15 1.17l-.33-.19a1 1 0 0 0-1.11 1.63l-1.17 1.16l-.32-.21a1 1 0 0 0-1.37.37a1 1 0 0 0 .25 1.26l-.51.51a.9.9 0 0 0-.21.33a1 1 0 0 0-.08.38V21a1 1 0 0 0 1 1h3.13a1 1 0 0 0 .38-.08a.9.9 0 0 0 .33-.21L8.54 20l.33.19a1 1 0 0 0 1.37-.36a1 1 0 0 0-.24-1.27l1.17-1.16l.33.19a1 1 0 0 0 .49.13a1 1 0 0 0 .6-1.72l1.17-1.16l.33.19a1 1 0 0 0 .49.13a1 1 0 0 0 .62-1.77l.79-.79l5.15-.73a1 1 0 0 0 .81-.68a1 1 0 0 0-.24-1.07M5.72 20H4v-1.72l.57-.57L6.75 19Zm2.49-2.5L6 16.25l1.14-1.14l2.17 1.25Zm2.61-2.6l-2.18-1.26l1.15-1.14L12 13.75Zm2.61-2.61L11.25 11l1.14-1.14l1.72 1.72Zm2.45-1.74l-2.43-2.43l.43-3l5 5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.71 10.12l-7.83-7.83a1 1 0 0 0-1.7.57L11.45 8l-2 2l-.33-.19A1 1 0 0 0 8 11.44l-1.15 1.17l-.33-.19a1 1 0 0 0-1.11 1.63l-1.17 1.16l-.32-.21a1 1 0 0 0-1.37.37a1 1 0 0 0 .25 1.26l-.51.51a.9.9 0 0 0-.21.33a1 1 0 0 0-.08.38V21a1 1 0 0 0 1 1h3.13a1 1 0 0 0 .38-.08a.9.9 0 0 0 .33-.21L8.54 20l.33.19a1 1 0 0 0 1.37-.36a1 1 0 0 0-.24-1.27l1.17-1.16l.33.19a1 1 0 0 0 .49.13a1 1 0 0 0 .6-1.72l1.17-1.16l.33.19a1 1 0 0 0 .49.13a1 1 0 0 0 .62-1.77l.79-.79l5.15-.73a1 1 0 0 0 .81-.68a1 1 0 0 0-.24-1.07M5.72 20H4v-1.72l.57-.57L6.75 19Zm2.49-2.5L6 16.25l1.14-1.14l2.17 1.25Zm2.61-2.6l-2.18-1.26l1.15-1.14L12 13.75Zm2.61-2.61L11.25 11l1.14-1.14l1.72 1.72Zm2.45-1.74l-2.43-2.43l.43-3l5 5Z"/></svg>
</template>

CSS

.icon-screw {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.71%2010.12l-7.83-7.83a1%201%200%200%200-1.7.57L11.45%208l-2%202l-.33-.19A1%201%200%200%200%208%2011.44l-1.15%201.17l-.33-.19a1%201%200%200%200-1.11%201.63l-1.17%201.16l-.32-.21a1%201%200%200%200-1.37.37a1%201%200%200%200%20.25%201.26l-.51.51a.9.9%200%200%200-.21.33a1%201%200%200%200-.08.38V21a1%201%200%200%200%201%201h3.13a1%201%200%200%200%20.38-.08a.9.9%200%200%200%20.33-.21L8.54%2020l.33.19a1%201%200%200%200%201.37-.36a1%201%200%200%200-.24-1.27l1.17-1.16l.33.19a1%201%200%200%200%20.49.13a1%201%200%200%200%20.6-1.72l1.17-1.16l.33.19a1%201%200%200%200%20.49.13a1%201%200%200%200%20.62-1.77l.79-.79l5.15-.73a1%201%200%200%200%20.81-.68a1%201%200%200%200-.24-1.07M5.72%2020H4v-1.72l.57-.57L6.75%2019Zm2.49-2.5L6%2016.25l1.14-1.14l2.17%201.25Zm2.61-2.6l-2.18-1.26l1.15-1.14L12%2013.75Zm2.61-2.61L11.25%2011l1.14-1.14l1.72%201.72Zm2.45-1.74l-2.43-2.43l.43-3l5%205Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.71%2010.12l-7.83-7.83a1%201%200%200%200-1.7.57L11.45%208l-2%202l-.33-.19A1%201%200%200%200%208%2011.44l-1.15%201.17l-.33-.19a1%201%200%200%200-1.11%201.63l-1.17%201.16l-.32-.21a1%201%200%200%200-1.37.37a1%201%200%200%200%20.25%201.26l-.51.51a.9.9%200%200%200-.21.33a1%201%200%200%200-.08.38V21a1%201%200%200%200%201%201h3.13a1%201%200%200%200%20.38-.08a.9.9%200%200%200%20.33-.21L8.54%2020l.33.19a1%201%200%200%200%201.37-.36a1%201%200%200%200-.24-1.27l1.17-1.16l.33.19a1%201%200%200%200%20.49.13a1%201%200%200%200%20.6-1.72l1.17-1.16l.33.19a1%201%200%200%200%20.49.13a1%201%200%200%200%20.62-1.77l.79-.79l5.15-.73a1%201%200%200%200%20.81-.68a1%201%200%200%200-.24-1.07M5.72%2020H4v-1.72l.57-.57L6.75%2019Zm2.49-2.5L6%2016.25l1.14-1.14l2.17%201.25Zm2.61-2.6l-2.18-1.26l1.15-1.14L12%2013.75Zm2.61-2.61L11.25%2011l1.14-1.14l1.72%201.72Zm2.45-1.74l-2.43-2.43l.43-3l5%205Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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