Yahoo Japan Emergency Alert Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yahoo Japan Emergency Alert icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/349961.svg" alt="Yahoo Japan Emergency Alert icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349961.svg" alt="Yahoo Japan Emergency Alert icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349961.svg" alt="Yahoo Japan Emergency Alert icon" :width="24" :height="24" />
CSS background
.icon-yahoo-japan-emergency-alert {
background-image: url('https://proicons.com/icon/349961.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="b" cx="10.4758" cy="24" rx="1.7716" ry="3.5519"/><ellipse class="b" cx="11.0848" cy="24" rx="7.5848" ry="15.2065"/><path class="b" d="M11.0851,37.2314c-2.6486,0-5.6105-5.6587-5.6105-13.2314s2.9619-13.2314,5.6105-13.2314,5.6096,5.6587,5.6096,13.2314-2.9619,13.2314-5.6096,13.2314Z"/><path class="b" d="M30.7219,31.3278c2.0186,0,3.655-3.2808,3.655-7.3278s-1.6364-7.3278-3.655-7.3278"/><path class="b" d="M40.8938,19.1406h1.1824c1.3386,0,2.4238,2.1756,2.4238,4.8594s-1.0852,4.8594-2.4238,4.8594h-1.1828"/><path class="b" d="M14.7037,37.3671l13.9313-6.0394h9.5235c2.0186,0,3.655-3.2808,3.655-7.3278s-1.6364-7.3278-3.655-7.3278h-9.5235l-13.9313-6.0394"/><line class="b" x1="10.4758" y1="20.4481" x2="16.4699" y2="20.4481"/><line class="b" x1="10.4758" y1="27.5519" x2="16.4699" y2="27.5519"/></svg>
Copied!