engineering icon
engineering-sharp from Material Symbols by Google · Sharp · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- engineering-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
More activities icons from Material Symbols
Use the engineering icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.05 21v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T9.05 14t3.525.45t2.875 1.1q.75.375 1.175 1.1t.425 1.55V21zm5.175-9.175Q5.05 10.65 5.05 9H4.3V8h.75q0-1.125.55-2.025T7.05 4.55V6h1V4.15q.225-.075.475-.112T9.05 4t.525.038t.475.112V6h1V4.55q.9.525 1.45 1.425T13.05 8h.75v1h-.75q0 1.65-1.175 2.825T9.05 13t-2.825-1.175m4.238-1.412q.587-.588.587-1.413h-4q0 .825.588 1.413T9.05 11t1.413-.587M16.55 15l-.15-.75q-.15-.05-.287-.112t-.263-.188l-.7.25l-.5-.9l.55-.5v-.6l-.55-.5l.5-.9l.7.25q.1-.1.25-.175t.3-.125l.15-.75h1l.15.75q.15.05.3.125t.25.175l.7-.25l.5.9l-.55.5v.6l.55.5l-.5.9l-.7-.25q-.125.125-.262.188t-.288.112l-.15.75zm1.025-1.975q.225-.225.225-.525t-.225-.525t-.525-.225t-.525.225t-.225.525t.225.525t.525.225t.525-.225M18.85 10l-.2-1.05q-.225-.075-.413-.187T17.9 8.5l-1.05.35l-.7-1.2l.85-.75q-.05-.125-.05-.2v-.4q0-.075.05-.2l-.85-.75l.7-1.2l1.05.35q.15-.15.338-.263t.412-.187l.2-1.05h1.4l.2 1.05q.225.075.413.188t.337.262l1.05-.35l.7 1.2l-.85.75q.05.125.05.2v.4q0 .075-.05.2l.85.75l-.7 1.2l-1.05-.35q-.15.15-.337.263t-.413.187l-.2 1.05zm1.587-2.613q.363-.362.363-.887t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362t.888-.363"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEngineeringSharp(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="M1.05 21v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T9.05 14t3.525.45t2.875 1.1q.75.375 1.175 1.1t.425 1.55V21zm5.175-9.175Q5.05 10.65 5.05 9H4.3V8h.75q0-1.125.55-2.025T7.05 4.55V6h1V4.15q.225-.075.475-.112T9.05 4t.525.038t.475.112V6h1V4.55q.9.525 1.45 1.425T13.05 8h.75v1h-.75q0 1.65-1.175 2.825T9.05 13t-2.825-1.175m4.238-1.412q.587-.588.587-1.413h-4q0 .825.588 1.413T9.05 11t1.413-.587M16.55 15l-.15-.75q-.15-.05-.287-.112t-.263-.188l-.7.25l-.5-.9l.55-.5v-.6l-.55-.5l.5-.9l.7.25q.1-.1.25-.175t.3-.125l.15-.75h1l.15.75q.15.05.3.125t.25.175l.7-.25l.5.9l-.55.5v.6l.55.5l-.5.9l-.7-.25q-.125.125-.262.188t-.288.112l-.15.75zm1.025-1.975q.225-.225.225-.525t-.225-.525t-.525-.225t-.525.225t-.225.525t.225.525t.525.225t.525-.225M18.85 10l-.2-1.05q-.225-.075-.413-.187T17.9 8.5l-1.05.35l-.7-1.2l.85-.75q-.05-.125-.05-.2v-.4q0-.075.05-.2l-.85-.75l.7-1.2l1.05.35q.15-.15.338-.263t.412-.187l.2-1.05h1.4l.2 1.05q.225.075.413.188t.337.262l1.05-.35l.7 1.2l-.85.75q.05.125.05.2v.4q0 .075-.05.2l.85.75l-.7 1.2l-1.05-.35q-.15.15-.337.263t-.413.187l-.2 1.05zm1.587-2.613q.363-.362.363-.887t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362t.888-.363"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.05 21v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T9.05 14t3.525.45t2.875 1.1q.75.375 1.175 1.1t.425 1.55V21zm5.175-9.175Q5.05 10.65 5.05 9H4.3V8h.75q0-1.125.55-2.025T7.05 4.55V6h1V4.15q.225-.075.475-.112T9.05 4t.525.038t.475.112V6h1V4.55q.9.525 1.45 1.425T13.05 8h.75v1h-.75q0 1.65-1.175 2.825T9.05 13t-2.825-1.175m4.238-1.412q.587-.588.587-1.413h-4q0 .825.588 1.413T9.05 11t1.413-.587M16.55 15l-.15-.75q-.15-.05-.287-.112t-.263-.188l-.7.25l-.5-.9l.55-.5v-.6l-.55-.5l.5-.9l.7.25q.1-.1.25-.175t.3-.125l.15-.75h1l.15.75q.15.05.3.125t.25.175l.7-.25l.5.9l-.55.5v.6l.55.5l-.5.9l-.7-.25q-.125.125-.262.188t-.288.112l-.15.75zm1.025-1.975q.225-.225.225-.525t-.225-.525t-.525-.225t-.525.225t-.225.525t.225.525t.525.225t.525-.225M18.85 10l-.2-1.05q-.225-.075-.413-.187T17.9 8.5l-1.05.35l-.7-1.2l.85-.75q-.05-.125-.05-.2v-.4q0-.075.05-.2l-.85-.75l.7-1.2l1.05.35q.15-.15.338-.263t.412-.187l.2-1.05h1.4l.2 1.05q.225.075.413.188t.337.262l1.05-.35l.7 1.2l-.85.75q.05.125.05.2v.4q0 .075-.05.2l.85.75l-.7 1.2l-1.05-.35q-.15.15-.337.263t-.413.187l-.2 1.05zm1.587-2.613q.363-.362.363-.887t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362t.888-.363"/></svg> </template>
CSS
.icon-engineering-sharp {
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%22M1.05%2021v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65%202.875-1.1T9.05%2014t3.525.45t2.875%201.1q.75.375%201.175%201.1t.425%201.55V21zm5.175-9.175Q5.05%2010.65%205.05%209H4.3V8h.75q0-1.125.55-2.025T7.05%204.55V6h1V4.15q.225-.075.475-.112T9.05%204t.525.038t.475.112V6h1V4.55q.9.525%201.45%201.425T13.05%208h.75v1h-.75q0%201.65-1.175%202.825T9.05%2013t-2.825-1.175m4.238-1.412q.587-.588.587-1.413h-4q0%20.825.588%201.413T9.05%2011t1.413-.587M16.55%2015l-.15-.75q-.15-.05-.287-.112t-.263-.188l-.7.25l-.5-.9l.55-.5v-.6l-.55-.5l.5-.9l.7.25q.1-.1.25-.175t.3-.125l.15-.75h1l.15.75q.15.05.3.125t.25.175l.7-.25l.5.9l-.55.5v.6l.55.5l-.5.9l-.7-.25q-.125.125-.262.188t-.288.112l-.15.75zm1.025-1.975q.225-.225.225-.525t-.225-.525t-.525-.225t-.525.225t-.225.525t.225.525t.525.225t.525-.225M18.85%2010l-.2-1.05q-.225-.075-.413-.187T17.9%208.5l-1.05.35l-.7-1.2l.85-.75q-.05-.125-.05-.2v-.4q0-.075.05-.2l-.85-.75l.7-1.2l1.05.35q.15-.15.338-.263t.412-.187l.2-1.05h1.4l.2%201.05q.225.075.413.188t.337.262l1.05-.35l.7%201.2l-.85.75q.05.125.05.2v.4q0%20.075-.05.2l.85.75l-.7%201.2l-1.05-.35q-.15.15-.337.263t-.413.187l-.2%201.05zm1.587-2.613q.363-.362.363-.887t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362t.888-.363%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%22M1.05%2021v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65%202.875-1.1T9.05%2014t3.525.45t2.875%201.1q.75.375%201.175%201.1t.425%201.55V21zm5.175-9.175Q5.05%2010.65%205.05%209H4.3V8h.75q0-1.125.55-2.025T7.05%204.55V6h1V4.15q.225-.075.475-.112T9.05%204t.525.038t.475.112V6h1V4.55q.9.525%201.45%201.425T13.05%208h.75v1h-.75q0%201.65-1.175%202.825T9.05%2013t-2.825-1.175m4.238-1.412q.587-.588.587-1.413h-4q0%20.825.588%201.413T9.05%2011t1.413-.587M16.55%2015l-.15-.75q-.15-.05-.287-.112t-.263-.188l-.7.25l-.5-.9l.55-.5v-.6l-.55-.5l.5-.9l.7.25q.1-.1.25-.175t.3-.125l.15-.75h1l.15.75q.15.05.3.125t.25.175l.7-.25l.5.9l-.55.5v.6l.55.5l-.5.9l-.7-.25q-.125.125-.262.188t-.288.112l-.15.75zm1.025-1.975q.225-.225.225-.525t-.225-.525t-.525-.225t-.525.225t-.225.525t.225.525t.525.225t.525-.225M18.85%2010l-.2-1.05q-.225-.075-.413-.187T17.9%208.5l-1.05.35l-.7-1.2l.85-.75q-.05-.125-.05-.2v-.4q0-.075.05-.2l-.85-.75l.7-1.2l1.05.35q.15-.15.338-.263t.412-.187l.2-1.05h1.4l.2%201.05q.225.075.413.188t.337.262l1.05-.35l.7%201.2l-.85.75q.05.125.05.2v.4q0%20.075-.05.2l.85.75l-.7%201.2l-1.05-.35q-.15.15-.337.263t-.413.187l-.2%201.05zm1.587-2.613q.363-.362.363-.887t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362t.888-.363%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/engineering-sharp.svg?color=%231a73e8&size=48