report problem icon

report-problem-outlined from WeUI Icon by WeUI · Outlined · MIT Free for personal and commercial use.

Name
report-problem-outlined
Set
WeUI Icon
Style
Outlined
Viewbox
24×24
License
MIT

Related icons in WeUI Icon

Use the report problem icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m11.998 4.4l-8.92 15.454l17.843-.001zM2.732 21.054a1 1 0 0 1-.866-1.5L11.132 3.5a1 1 0 0 1 1.732 0l9.27 16.053a1 1 0 0 1-.866 1.5zm8.64-11.1h1.255l-.097 4.722h-1.06l-.097-4.722zm.626 7.144a.696.696 0 0 1-.708-.694c0-.385.312-.688.708-.688c.4 0 .712.303.712.688a.697.697 0 0 1-.712.694"/></svg>

React

import type { SVGProps } from "react";

export function WeuiReportProblemOutlined(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" fillRule="evenodd" d="m11.998 4.4l-8.92 15.454l17.843-.001zM2.732 21.054a1 1 0 0 1-.866-1.5L11.132 3.5a1 1 0 0 1 1.732 0l9.27 16.053a1 1 0 0 1-.866 1.5zm8.64-11.1h1.255l-.097 4.722h-1.06l-.097-4.722zm.626 7.144a.696.696 0 0 1-.708-.694c0-.385.312-.688.708-.688c.4 0 .712.303.712.688a.697.697 0 0 1-.712.694"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m11.998 4.4l-8.92 15.454l17.843-.001zM2.732 21.054a1 1 0 0 1-.866-1.5L11.132 3.5a1 1 0 0 1 1.732 0l9.27 16.053a1 1 0 0 1-.866 1.5zm8.64-11.1h1.255l-.097 4.722h-1.06l-.097-4.722zm.626 7.144a.696.696 0 0 1-.708-.694c0-.385.312-.688.708-.688c.4 0 .712.303.712.688a.697.697 0 0 1-.712.694"/></svg>
</template>

CSS

.icon-report-problem-outlined {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22m11.998%204.4l-8.92%2015.454l17.843-.001zM2.732%2021.054a1%201%200%200%201-.866-1.5L11.132%203.5a1%201%200%200%201%201.732%200l9.27%2016.053a1%201%200%200%201-.866%201.5zm8.64-11.1h1.255l-.097%204.722h-1.06l-.097-4.722zm.626%207.144a.696.696%200%200%201-.708-.694c0-.385.312-.688.708-.688c.4%200%20.712.303.712.688a.697.697%200%200%201-.712.694%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%20fill-rule%3D%22evenodd%22%20d%3D%22m11.998%204.4l-8.92%2015.454l17.843-.001zM2.732%2021.054a1%201%200%200%201-.866-1.5L11.132%203.5a1%201%200%200%201%201.732%200l9.27%2016.053a1%201%200%200%201-.866%201.5zm8.64-11.1h1.255l-.097%204.722h-1.06l-.097-4.722zm.626%207.144a.696.696%200%200%201-.708-.694c0-.385.312-.688.708-.688c.4%200%20.712.303.712.688a.697.697%200%200%201-.712.694%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/weui/report-problem-outlined.svg?color=%231a73e8&size=48