troubleshoot icon
troubleshoot from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- troubleshoot
- Set
- Material Symbols
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- troubleshoot-outline, troubleshoot-outline-sharp, troubleshoot-sharp
1 other variant in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the troubleshoot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.6 21l-4.7-4.7q-1.025.8-2.262 1.25T11 18q-2.25 0-4.062-1.1T4.075 14h2.45q.85.925 1.988 1.463T11 16q2.5 0 4.25-1.75T17 10t-1.75-4.25T11 4Q8.65 4 6.938 5.588T5.025 9.5h-2q.2-3.175 2.488-5.337T11 2q3.35 0 5.675 2.325T19 10q0 1.4-.45 2.638T17.3 14.9l4.7 4.7zM9.925 14L8.35 8.8l-1.3 3.7H2V11h4l1.65-4.75h1.5l1.525 5.1L11.75 8h1.5l1.5 3h.75v1.5h-1.675l-1.175-2.35L11.4 14z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTroubleshoot(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="m20.6 21l-4.7-4.7q-1.025.8-2.262 1.25T11 18q-2.25 0-4.062-1.1T4.075 14h2.45q.85.925 1.988 1.463T11 16q2.5 0 4.25-1.75T17 10t-1.75-4.25T11 4Q8.65 4 6.938 5.588T5.025 9.5h-2q.2-3.175 2.488-5.337T11 2q3.35 0 5.675 2.325T19 10q0 1.4-.45 2.638T17.3 14.9l4.7 4.7zM9.925 14L8.35 8.8l-1.3 3.7H2V11h4l1.65-4.75h1.5l1.525 5.1L11.75 8h1.5l1.5 3h.75v1.5h-1.675l-1.175-2.35L11.4 14z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.6 21l-4.7-4.7q-1.025.8-2.262 1.25T11 18q-2.25 0-4.062-1.1T4.075 14h2.45q.85.925 1.988 1.463T11 16q2.5 0 4.25-1.75T17 10t-1.75-4.25T11 4Q8.65 4 6.938 5.588T5.025 9.5h-2q.2-3.175 2.488-5.337T11 2q3.35 0 5.675 2.325T19 10q0 1.4-.45 2.638T17.3 14.9l4.7 4.7zM9.925 14L8.35 8.8l-1.3 3.7H2V11h4l1.65-4.75h1.5l1.525 5.1L11.75 8h1.5l1.5 3h.75v1.5h-1.675l-1.175-2.35L11.4 14z"/></svg> </template>
CSS
.icon-troubleshoot {
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%22m20.6%2021l-4.7-4.7q-1.025.8-2.262%201.25T11%2018q-2.25%200-4.062-1.1T4.075%2014h2.45q.85.925%201.988%201.463T11%2016q2.5%200%204.25-1.75T17%2010t-1.75-4.25T11%204Q8.65%204%206.938%205.588T5.025%209.5h-2q.2-3.175%202.488-5.337T11%202q3.35%200%205.675%202.325T19%2010q0%201.4-.45%202.638T17.3%2014.9l4.7%204.7zM9.925%2014L8.35%208.8l-1.3%203.7H2V11h4l1.65-4.75h1.5l1.525%205.1L11.75%208h1.5l1.5%203h.75v1.5h-1.675l-1.175-2.35L11.4%2014z%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%22m20.6%2021l-4.7-4.7q-1.025.8-2.262%201.25T11%2018q-2.25%200-4.062-1.1T4.075%2014h2.45q.85.925%201.988%201.463T11%2016q2.5%200%204.25-1.75T17%2010t-1.75-4.25T11%204Q8.65%204%206.938%205.588T5.025%209.5h-2q.2-3.175%202.488-5.337T11%202q3.35%200%205.675%202.325T19%2010q0%201.4-.45%202.638T17.3%2014.9l4.7%204.7zM9.925%2014L8.35%208.8l-1.3%203.7H2V11h4l1.65-4.75h1.5l1.525%205.1L11.75%208h1.5l1.5%203h.75v1.5h-1.675l-1.175-2.35L11.4%2014z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/troubleshoot.svg?color=%231a73e8&size=48