chromium/third_party/blink/renderer/core/html/forms/resources/input_alert.svg

<!-- No XML declaration intentionally -->
<!-- Copyright 2017 The Chromium Authors
     Use of this source code is governed by a BSD-style license that can be
     found in the LICENSE file. -->
<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 47 47" id="icon">
  <rect x="0" y="0" width="47" height="47" rx="4" ry="4" fill="#ff8c00"/>

  <rect x="19" y="10" width="9" height="15" fill="#ffbc4f" />
  <rect x="20" y="10" width="7" height="15" fill="#ffffff" />
  <rect x="20" y="9" width="7" height="1" fill="#ffb53d" />
  <rect x="20" y="25" width="7" height="1" fill="#ffd6af" />
  <rect x="20" y="26" width="7" height="1" fill="#ff7e00" />

  <defs>
    <linearGradient id="g1" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#ffb53d" />
      <stop offset="100%" stop-color="#ff7e00" />
    </linearGradient>
  </defs>
  <circle cx="23.5" cy="33" r="4.5" fill="url(#g1)"/>
  <circle cx="23.5" cy="33" r="3.5" fill="#ffffff"/>
</svg>