Ytalarm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ytalarm 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/350078.svg" alt="Ytalarm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350078.svg" alt="Ytalarm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350078.svg" alt="Ytalarm icon" :width="24" :height="24" />
CSS background
.icon-ytalarm {
background-image: url('https://proicons.com/icon/350078.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m30.5038,27.9078h-13.0076c-.2665,0-.4826-.2161-.4826-.4826v-1.852c0-.2265.0922-.4433.2553-.6005l2.8978-2.7912v-4.5451c0-.4077.3305-.7381.7381-.7381h1.1917c0-1.0546.8542-1.8982,1.8982-1.8982s1.8983.8437,1.8983,1.8982h1.1916c.4077,0,.7382.3305.7382.7382v4.5451l2.9073,2.791c.1638.1572.2563.3744.2563.6014v1.8512c0,.2665-.2161.4826-.4826.4826Z"/><circle class="c" cx="24" cy="31.3784" r="1.6216"/><path class="c" d="m43.1124,14.394c-.4637-1.7234-1.8098-3.0695-3.5332-3.5332-2.3145-.8936-24.7326-1.3314-31.2358.0256-1.7235.4637-3.0698,1.8101-3.5334,3.5336-1.0446,4.583-1.1239,14.4914.0256,19.1767.4638,1.7234,1.81,3.0696,3.5334,3.5333,4.5829,1.0548,26.3712,1.2033,31.2358,0,1.7234-.4637,3.0695-1.8099,3.5332-3.5333,1.1138-4.993,1.1931-14.2867-.0256-19.2027Z"/></svg>
Copied!