alarm smoke icon
alarm-smoke-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- alarm-smoke-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
Use the alarm smoke icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.2 11.478a.75.75 0 0 1 1.056.094c.885 1.06 1.172 2.057 1.042 3.028c-.118.877-.577 1.646-.944 2.261l-.03.05c-.406.68-.703 1.2-.776 1.742c-.064.475.037 1.063.708 1.867a.75.75 0 0 1-1.152.96c-.884-1.06-1.173-2.057-1.042-3.027c.117-.875.574-1.64.941-2.255l.033-.055c.406-.681.702-1.2.776-1.744c.063-.474-.037-1.061-.708-1.865a.75.75 0 0 1 .095-1.057m6.376.094c.885 1.06 1.173 2.057 1.042 3.028c-.118.877-.576 1.646-.944 2.261l-.03.05c-.405.68-.703 1.2-.776 1.742c-.056.415.015.917.483 1.575l.225.291l.046.062a.75.75 0 0 1-1.145.956l-.053-.056l-.158-.199c-.76-.986-1.007-1.92-.884-2.829c.118-.877.576-1.644.943-2.26l.03-.05c.406-.681.704-1.2.777-1.744c.064-.474-.037-1.061-.708-1.865a.75.75 0 0 1 1.152-.962M19 2.25a.75.75 0 0 1 0 1.5h-.84c-.134 1.44-.654 2.813-1.553 3.884c-1.065 1.27-2.636 2.08-4.607 2.08c-1.97 0-3.542-.81-4.607-2.08c-.9-1.071-1.419-2.444-1.552-3.884H5a.75.75 0 0 1 0-1.5zm-1.104 9.322a.75.75 0 0 0-1.152.962c.67.804.772 1.391.708 1.865c-.073.544-.37 1.063-.776 1.744l-.03.051c-.368.615-.826 1.382-.944 2.26c-.122.909.123 1.842.883 2.828l.16.198l.05.057a.75.75 0 0 0 1.147-.956l-.047-.061l-.225-.293c-.468-.657-.537-1.159-.482-1.574c.074-.543.37-1.061.776-1.742l.032-.054c.367-.615.825-1.382.943-2.257c.13-.97-.159-1.968-1.044-3.028"/></svg>
React
import type { SVGProps } from "react";
export function MynauiAlarmSmokeSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.2 11.478a.75.75 0 0 1 1.056.094c.885 1.06 1.172 2.057 1.042 3.028c-.118.877-.577 1.646-.944 2.261l-.03.05c-.406.68-.703 1.2-.776 1.742c-.064.475.037 1.063.708 1.867a.75.75 0 0 1-1.152.96c-.884-1.06-1.173-2.057-1.042-3.027c.117-.875.574-1.64.941-2.255l.033-.055c.406-.681.702-1.2.776-1.744c.063-.474-.037-1.061-.708-1.865a.75.75 0 0 1 .095-1.057m6.376.094c.885 1.06 1.173 2.057 1.042 3.028c-.118.877-.576 1.646-.944 2.261l-.03.05c-.405.68-.703 1.2-.776 1.742c-.056.415.015.917.483 1.575l.225.291l.046.062a.75.75 0 0 1-1.145.956l-.053-.056l-.158-.199c-.76-.986-1.007-1.92-.884-2.829c.118-.877.576-1.644.943-2.26l.03-.05c.406-.681.704-1.2.777-1.744c.064-.474-.037-1.061-.708-1.865a.75.75 0 0 1 1.152-.962M19 2.25a.75.75 0 0 1 0 1.5h-.84c-.134 1.44-.654 2.813-1.553 3.884c-1.065 1.27-2.636 2.08-4.607 2.08c-1.97 0-3.542-.81-4.607-2.08c-.9-1.071-1.419-2.444-1.552-3.884H5a.75.75 0 0 1 0-1.5zm-1.104 9.322a.75.75 0 0 0-1.152.962c.67.804.772 1.391.708 1.865c-.073.544-.37 1.063-.776 1.744l-.03.051c-.368.615-.826 1.382-.944 2.26c-.122.909.123 1.842.883 2.828l.16.198l.05.057a.75.75 0 0 0 1.147-.956l-.047-.061l-.225-.293c-.468-.657-.537-1.159-.482-1.574c.074-.543.37-1.061.776-1.742l.032-.054c.367-.615.825-1.382.943-2.257c.13-.97-.159-1.968-1.044-3.028"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.2 11.478a.75.75 0 0 1 1.056.094c.885 1.06 1.172 2.057 1.042 3.028c-.118.877-.577 1.646-.944 2.261l-.03.05c-.406.68-.703 1.2-.776 1.742c-.064.475.037 1.063.708 1.867a.75.75 0 0 1-1.152.96c-.884-1.06-1.173-2.057-1.042-3.027c.117-.875.574-1.64.941-2.255l.033-.055c.406-.681.702-1.2.776-1.744c.063-.474-.037-1.061-.708-1.865a.75.75 0 0 1 .095-1.057m6.376.094c.885 1.06 1.173 2.057 1.042 3.028c-.118.877-.576 1.646-.944 2.261l-.03.05c-.405.68-.703 1.2-.776 1.742c-.056.415.015.917.483 1.575l.225.291l.046.062a.75.75 0 0 1-1.145.956l-.053-.056l-.158-.199c-.76-.986-1.007-1.92-.884-2.829c.118-.877.576-1.644.943-2.26l.03-.05c.406-.681.704-1.2.777-1.744c.064-.474-.037-1.061-.708-1.865a.75.75 0 0 1 1.152-.962M19 2.25a.75.75 0 0 1 0 1.5h-.84c-.134 1.44-.654 2.813-1.553 3.884c-1.065 1.27-2.636 2.08-4.607 2.08c-1.97 0-3.542-.81-4.607-2.08c-.9-1.071-1.419-2.444-1.552-3.884H5a.75.75 0 0 1 0-1.5zm-1.104 9.322a.75.75 0 0 0-1.152.962c.67.804.772 1.391.708 1.865c-.073.544-.37 1.063-.776 1.744l-.03.051c-.368.615-.826 1.382-.944 2.26c-.122.909.123 1.842.883 2.828l.16.198l.05.057a.75.75 0 0 0 1.147-.956l-.047-.061l-.225-.293c-.468-.657-.537-1.159-.482-1.574c.074-.543.37-1.061.776-1.742l.032-.054c.367-.615.825-1.382.943-2.257c.13-.97-.159-1.968-1.044-3.028"/></svg> </template>
CSS
.icon-alarm-smoke-solid {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.2%2011.478a.75.75%200%200%201%201.056.094c.885%201.06%201.172%202.057%201.042%203.028c-.118.877-.577%201.646-.944%202.261l-.03.05c-.406.68-.703%201.2-.776%201.742c-.064.475.037%201.063.708%201.867a.75.75%200%200%201-1.152.96c-.884-1.06-1.173-2.057-1.042-3.027c.117-.875.574-1.64.941-2.255l.033-.055c.406-.681.702-1.2.776-1.744c.063-.474-.037-1.061-.708-1.865a.75.75%200%200%201%20.095-1.057m6.376.094c.885%201.06%201.173%202.057%201.042%203.028c-.118.877-.576%201.646-.944%202.261l-.03.05c-.405.68-.703%201.2-.776%201.742c-.056.415.015.917.483%201.575l.225.291l.046.062a.75.75%200%200%201-1.145.956l-.053-.056l-.158-.199c-.76-.986-1.007-1.92-.884-2.829c.118-.877.576-1.644.943-2.26l.03-.05c.406-.681.704-1.2.777-1.744c.064-.474-.037-1.061-.708-1.865a.75.75%200%200%201%201.152-.962M19%202.25a.75.75%200%200%201%200%201.5h-.84c-.134%201.44-.654%202.813-1.553%203.884c-1.065%201.27-2.636%202.08-4.607%202.08c-1.97%200-3.542-.81-4.607-2.08c-.9-1.071-1.419-2.444-1.552-3.884H5a.75.75%200%200%201%200-1.5zm-1.104%209.322a.75.75%200%200%200-1.152.962c.67.804.772%201.391.708%201.865c-.073.544-.37%201.063-.776%201.744l-.03.051c-.368.615-.826%201.382-.944%202.26c-.122.909.123%201.842.883%202.828l.16.198l.05.057a.75.75%200%200%200%201.147-.956l-.047-.061l-.225-.293c-.468-.657-.537-1.159-.482-1.574c.074-.543.37-1.061.776-1.742l.032-.054c.367-.615.825-1.382.943-2.257c.13-.97-.159-1.968-1.044-3.028%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.2%2011.478a.75.75%200%200%201%201.056.094c.885%201.06%201.172%202.057%201.042%203.028c-.118.877-.577%201.646-.944%202.261l-.03.05c-.406.68-.703%201.2-.776%201.742c-.064.475.037%201.063.708%201.867a.75.75%200%200%201-1.152.96c-.884-1.06-1.173-2.057-1.042-3.027c.117-.875.574-1.64.941-2.255l.033-.055c.406-.681.702-1.2.776-1.744c.063-.474-.037-1.061-.708-1.865a.75.75%200%200%201%20.095-1.057m6.376.094c.885%201.06%201.173%202.057%201.042%203.028c-.118.877-.576%201.646-.944%202.261l-.03.05c-.405.68-.703%201.2-.776%201.742c-.056.415.015.917.483%201.575l.225.291l.046.062a.75.75%200%200%201-1.145.956l-.053-.056l-.158-.199c-.76-.986-1.007-1.92-.884-2.829c.118-.877.576-1.644.943-2.26l.03-.05c.406-.681.704-1.2.777-1.744c.064-.474-.037-1.061-.708-1.865a.75.75%200%200%201%201.152-.962M19%202.25a.75.75%200%200%201%200%201.5h-.84c-.134%201.44-.654%202.813-1.553%203.884c-1.065%201.27-2.636%202.08-4.607%202.08c-1.97%200-3.542-.81-4.607-2.08c-.9-1.071-1.419-2.444-1.552-3.884H5a.75.75%200%200%201%200-1.5zm-1.104%209.322a.75.75%200%200%200-1.152.962c.67.804.772%201.391.708%201.865c-.073.544-.37%201.063-.776%201.744l-.03.051c-.368.615-.826%201.382-.944%202.26c-.122.909.123%201.842.883%202.828l.16.198l.05.057a.75.75%200%200%200%201.147-.956l-.047-.061l-.225-.293c-.468-.657-.537-1.159-.482-1.574c.074-.543.37-1.061.776-1.742l.032-.054c.367-.615.825-1.382.943-2.257c.13-.97-.159-1.968-1.044-3.028%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/alarm-smoke-solid.svg?color=%231a73e8&size=48