screwdriver icon
screwdriver from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- screwdriver
- Set
- Line Awesome
- Style
- Line
- Category
- Objects
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- screwdriver-solid
The same icon in other sets
screwdriverBootstrap IconsscrewdriverFont Awesome 6 SolidscrewdriverFont Awesome SolidscrewdriverFluent EmojiscrewdriverFluent Emoji FlatscrewdriverFluent Emoji High ContrastscrewdriverIconParkscrewdriverIconPark OutlinescrewdriverIconPark SolidscrewdriverIconPark TwoTonescrewdriverJam IconsscrewdriverMaterial Icon ThemescrewdriverMaterial Design Iconsscrewdriver-fillMingCute IconscrewdriverNoto EmojiscrewdriverOpenMojiscrewdriverPhosphorscrewdriverTwitter Emoji
More objects icons from Line Awesome
Use the screwdriver icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m27.188 1.781l-.657.344s-1.12.598-2.437 1.406c-1.317.809-2.836 1.774-3.813 2.75c-1.48 1.48-2.734 3.36-3.343 4.219l-.22-.219L16 9.594l-.719.687l-2.469 2.5l-.718.719l.719.688l.78.78l-7 7l-2.124 1.063l-.157.313l-2 4.031L2 28l.5.531l1 .969l.5.5l.656-.313l4.313-2.156l1.062-2.125l7-7l.782.782l.687.718l.719-.718l2.5-2.47l.687-.718l-.687-.719l-.219-.219c.828-.578 2.613-1.738 4.219-3.343c2.09-2.09 4.156-6.25 4.156-6.25l.344-.657l-.5-.53l-2-2zm-.375 2.469l.937.938c-.5.902-2.117 3.742-3.469 5.093c-1.703 1.703-4.843 3.906-4.843 3.906l-1 .657l.843.875l.282.281l-1.063 1.063l-.094-.063l-.687-.719l-2-2l-.719-.687l-.063-.094L16 12.437l1.125 1.126l.688-1s2.378-3.317 3.906-4.844c.691-.692 2.172-1.723 3.437-2.5a36 36 0 0 1 1.657-.969M15 16.438l.563.562L8.5 24.063l-.094.125l-.094.156l-.843 1.687L4.5 27.5l1.469-2.969l1.687-.843l.157-.094l.125-.094z"/></svg>
React
import type { SVGProps } from "react";
export function LaScrewdriver(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="m27.188 1.781l-.657.344s-1.12.598-2.437 1.406c-1.317.809-2.836 1.774-3.813 2.75c-1.48 1.48-2.734 3.36-3.343 4.219l-.22-.219L16 9.594l-.719.687l-2.469 2.5l-.718.719l.719.688l.78.78l-7 7l-2.124 1.063l-.157.313l-2 4.031L2 28l.5.531l1 .969l.5.5l.656-.313l4.313-2.156l1.062-2.125l7-7l.782.782l.687.718l.719-.718l2.5-2.47l.687-.718l-.687-.719l-.219-.219c.828-.578 2.613-1.738 4.219-3.343c2.09-2.09 4.156-6.25 4.156-6.25l.344-.657l-.5-.53l-2-2zm-.375 2.469l.937.938c-.5.902-2.117 3.742-3.469 5.093c-1.703 1.703-4.843 3.906-4.843 3.906l-1 .657l.843.875l.282.281l-1.063 1.063l-.094-.063l-.687-.719l-2-2l-.719-.687l-.063-.094L16 12.437l1.125 1.126l.688-1s2.378-3.317 3.906-4.844c.691-.692 2.172-1.723 3.437-2.5a36 36 0 0 1 1.657-.969M15 16.438l.563.562L8.5 24.063l-.094.125l-.094.156l-.843 1.687L4.5 27.5l1.469-2.969l1.687-.843l.157-.094l.125-.094z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m27.188 1.781l-.657.344s-1.12.598-2.437 1.406c-1.317.809-2.836 1.774-3.813 2.75c-1.48 1.48-2.734 3.36-3.343 4.219l-.22-.219L16 9.594l-.719.687l-2.469 2.5l-.718.719l.719.688l.78.78l-7 7l-2.124 1.063l-.157.313l-2 4.031L2 28l.5.531l1 .969l.5.5l.656-.313l4.313-2.156l1.062-2.125l7-7l.782.782l.687.718l.719-.718l2.5-2.47l.687-.718l-.687-.719l-.219-.219c.828-.578 2.613-1.738 4.219-3.343c2.09-2.09 4.156-6.25 4.156-6.25l.344-.657l-.5-.53l-2-2zm-.375 2.469l.937.938c-.5.902-2.117 3.742-3.469 5.093c-1.703 1.703-4.843 3.906-4.843 3.906l-1 .657l.843.875l.282.281l-1.063 1.063l-.094-.063l-.687-.719l-2-2l-.719-.687l-.063-.094L16 12.437l1.125 1.126l.688-1s2.378-3.317 3.906-4.844c.691-.692 2.172-1.723 3.437-2.5a36 36 0 0 1 1.657-.969M15 16.438l.563.562L8.5 24.063l-.094.125l-.094.156l-.843 1.687L4.5 27.5l1.469-2.969l1.687-.843l.157-.094l.125-.094z"/></svg> </template>
CSS
.icon-screwdriver {
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%22m27.188%201.781l-.657.344s-1.12.598-2.437%201.406c-1.317.809-2.836%201.774-3.813%202.75c-1.48%201.48-2.734%203.36-3.343%204.219l-.22-.219L16%209.594l-.719.687l-2.469%202.5l-.718.719l.719.688l.78.78l-7%207l-2.124%201.063l-.157.313l-2%204.031L2%2028l.5.531l1%20.969l.5.5l.656-.313l4.313-2.156l1.062-2.125l7-7l.782.782l.687.718l.719-.718l2.5-2.47l.687-.718l-.687-.719l-.219-.219c.828-.578%202.613-1.738%204.219-3.343c2.09-2.09%204.156-6.25%204.156-6.25l.344-.657l-.5-.53l-2-2zm-.375%202.469l.937.938c-.5.902-2.117%203.742-3.469%205.093c-1.703%201.703-4.843%203.906-4.843%203.906l-1%20.657l.843.875l.282.281l-1.063%201.063l-.094-.063l-.687-.719l-2-2l-.719-.687l-.063-.094L16%2012.437l1.125%201.126l.688-1s2.378-3.317%203.906-4.844c.691-.692%202.172-1.723%203.437-2.5a36%2036%200%200%201%201.657-.969M15%2016.438l.563.562L8.5%2024.063l-.094.125l-.094.156l-.843%201.687L4.5%2027.5l1.469-2.969l1.687-.843l.157-.094l.125-.094z%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%22m27.188%201.781l-.657.344s-1.12.598-2.437%201.406c-1.317.809-2.836%201.774-3.813%202.75c-1.48%201.48-2.734%203.36-3.343%204.219l-.22-.219L16%209.594l-.719.687l-2.469%202.5l-.718.719l.719.688l.78.78l-7%207l-2.124%201.063l-.157.313l-2%204.031L2%2028l.5.531l1%20.969l.5.5l.656-.313l4.313-2.156l1.062-2.125l7-7l.782.782l.687.718l.719-.718l2.5-2.47l.687-.718l-.687-.719l-.219-.219c.828-.578%202.613-1.738%204.219-3.343c2.09-2.09%204.156-6.25%204.156-6.25l.344-.657l-.5-.53l-2-2zm-.375%202.469l.937.938c-.5.902-2.117%203.742-3.469%205.093c-1.703%201.703-4.843%203.906-4.843%203.906l-1%20.657l.843.875l.282.281l-1.063%201.063l-.094-.063l-.687-.719l-2-2l-.719-.687l-.063-.094L16%2012.437l1.125%201.126l.688-1s2.378-3.317%203.906-4.844c.691-.692%202.172-1.723%203.437-2.5a36%2036%200%200%201%201.657-.969M15%2016.438l.563.562L8.5%2024.063l-.094.125l-.094.156l-.843%201.687L4.5%2027.5l1.469-2.969l1.687-.843l.157-.094l.125-.094z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/screwdriver.svg?color=%231a73e8&size=48