reason from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
reason
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

The same logo in other sets

Use the reason logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f44336" d="M4 4v24h24V4Zm14 15.5a.5.5 0 0 1-.5.5H16v2h1a1 1 0 0 1 1 1v3h-2v-4h-4v4h-1a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h1.5a.5.5 0 0 1 .5.5Zm8-1.5h-4v2h4v2h-4v2h4v2h-5a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h5Z"/><path fill="#f44336" d="M12 18h4v2h-4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeReason(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f44336" d="M4 4v24h24V4Zm14 15.5a.5.5 0 0 1-.5.5H16v2h1a1 1 0 0 1 1 1v3h-2v-4h-4v4h-1a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h1.5a.5.5 0 0 1 .5.5Zm8-1.5h-4v2h4v2h-4v2h4v2h-5a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h5Z"/><path fill="#f44336" d="M12 18h4v2h-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f44336" d="M4 4v24h24V4Zm14 15.5a.5.5 0 0 1-.5.5H16v2h1a1 1 0 0 1 1 1v3h-2v-4h-4v4h-1a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h1.5a.5.5 0 0 1 .5.5Zm8-1.5h-4v2h4v2h-4v2h4v2h-5a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h5Z"/><path fill="#f44336" d="M12 18h4v2h-4z"/></svg>
</template>

CSS

.icon-reason {
  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%22%23f44336%22%20d%3D%22M4%204v24h24V4Zm14%2015.5a.5.5%200%200%201-.5.5H16v2h1a1%201%200%200%201%201%201v3h-2v-4h-4v4h-1a1%201%200%200%201-1-1v-8a1%201%200%200%201%201-1h4a1%201%200%200%201%201%201v1h1.5a.5.5%200%200%201%20.5.5Zm8-1.5h-4v2h4v2h-4v2h4v2h-5a1%201%200%200%201-1-1v-8a1%201%200%200%201%201-1h5Z%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M12%2018h4v2h-4z%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%22%23f44336%22%20d%3D%22M4%204v24h24V4Zm14%2015.5a.5.5%200%200%201-.5.5H16v2h1a1%201%200%200%201%201%201v3h-2v-4h-4v4h-1a1%201%200%200%201-1-1v-8a1%201%200%200%201%201-1h4a1%201%200%200%201%201%201v1h1.5a.5.5%200%200%201%20.5.5Zm8-1.5h-4v2h4v2h-4v2h4v2h-5a1%201%200%200%201-1-1v-8a1%201%200%200%201%201-1h5Z%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M12%2018h4v2h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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