chromium/components/omnibox/browser/android/java/res/drawable/omnibox_dangerous.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2023 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="20dp"
    android:height="20dp"
    android:viewportWidth="960"
    android:viewportHeight="960"
    android:tint="?attr/colorControlNormal">
  <path
      android:fillColor="@android:color/white"
      android:pathData="M341,816L144,618L144,341L341,144L619,144L816,341L816,619L618,816L341,816ZM373,637L480,531L587,637L637,587L531,480L637,373L587,323L480,429L373,323L323,373L429,480L323,587L373,637Z"/>
</vector>