sharp troubleshoot icon

sharp-troubleshoot from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
sharp-troubleshoot
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the sharp troubleshoot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22 20.59l-4.69-4.69A7.9 7.9 0 0 0 19 11c0-4.42-3.58-8-8-8c-4.08 0-7.44 3.05-7.93 7h2.02C5.57 7.17 8.03 5 11 5c3.31 0 6 2.69 6 6s-2.69 6-6 6c-2.42 0-4.5-1.44-5.45-3.5H3.4C4.45 16.69 7.46 19 11 19c1.85 0 3.55-.63 4.9-1.69L20.59 22z"/><path fill="currentColor" d="M8.43 9.69L9.65 15h1.64l1.26-3.78l.95 2.28h2V12h-1l-1.25-3h-1.54l-1.12 3.37L9.35 7H7.7l-1.25 4H1v1.5h6.55z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpTroubleshoot(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="m22 20.59l-4.69-4.69A7.9 7.9 0 0 0 19 11c0-4.42-3.58-8-8-8c-4.08 0-7.44 3.05-7.93 7h2.02C5.57 7.17 8.03 5 11 5c3.31 0 6 2.69 6 6s-2.69 6-6 6c-2.42 0-4.5-1.44-5.45-3.5H3.4C4.45 16.69 7.46 19 11 19c1.85 0 3.55-.63 4.9-1.69L20.59 22z"/><path fill="currentColor" d="M8.43 9.69L9.65 15h1.64l1.26-3.78l.95 2.28h2V12h-1l-1.25-3h-1.54l-1.12 3.37L9.35 7H7.7l-1.25 4H1v1.5h6.55z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22 20.59l-4.69-4.69A7.9 7.9 0 0 0 19 11c0-4.42-3.58-8-8-8c-4.08 0-7.44 3.05-7.93 7h2.02C5.57 7.17 8.03 5 11 5c3.31 0 6 2.69 6 6s-2.69 6-6 6c-2.42 0-4.5-1.44-5.45-3.5H3.4C4.45 16.69 7.46 19 11 19c1.85 0 3.55-.63 4.9-1.69L20.59 22z"/><path fill="currentColor" d="M8.43 9.69L9.65 15h1.64l1.26-3.78l.95 2.28h2V12h-1l-1.25-3h-1.54l-1.12 3.37L9.35 7H7.7l-1.25 4H1v1.5h6.55z"/></svg>
</template>

CSS

.icon-sharp-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%22m22%2020.59l-4.69-4.69A7.9%207.9%200%200%200%2019%2011c0-4.42-3.58-8-8-8c-4.08%200-7.44%203.05-7.93%207h2.02C5.57%207.17%208.03%205%2011%205c3.31%200%206%202.69%206%206s-2.69%206-6%206c-2.42%200-4.5-1.44-5.45-3.5H3.4C4.45%2016.69%207.46%2019%2011%2019c1.85%200%203.55-.63%204.9-1.69L20.59%2022z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.43%209.69L9.65%2015h1.64l1.26-3.78l.95%202.28h2V12h-1l-1.25-3h-1.54l-1.12%203.37L9.35%207H7.7l-1.25%204H1v1.5h6.55z%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%22m22%2020.59l-4.69-4.69A7.9%207.9%200%200%200%2019%2011c0-4.42-3.58-8-8-8c-4.08%200-7.44%203.05-7.93%207h2.02C5.57%207.17%208.03%205%2011%205c3.31%200%206%202.69%206%206s-2.69%206-6%206c-2.42%200-4.5-1.44-5.45-3.5H3.4C4.45%2016.69%207.46%2019%2011%2019c1.85%200%203.55-.63%204.9-1.69L20.59%2022z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.43%209.69L9.65%2015h1.64l1.26-3.78l.95%202.28h2V12h-1l-1.25-3h-1.54l-1.12%203.37L9.35%207H7.7l-1.25%204H1v1.5h6.55z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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