notification bing icon
notification-bing from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- notification-bing
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the notification bing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5"><path stroke-linecap="round" d="M12 6.44v3.33M12.02 2C8.34 2 5.36 4.98 5.36 8.66v2.1c0 .68-.28 1.7-.63 2.28l-1.27 2.12c-.78 1.31-.24 2.77 1.2 3.25a23.34 23.34 0 0 0 14.73 0a2.22 2.22 0 0 0 1.2-3.25l-1.27-2.12c-.35-.58-.63-1.61-.63-2.28v-2.1C18.68 5 15.68 2 12.02 2"/><path d="M15.33 18.82c0 1.83-1.5 3.33-3.33 3.33c-.91 0-1.75-.38-2.35-.98s-.98-1.44-.98-2.35"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconNotificationBing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="1.5"><path strokeLinecap="round" d="M12 6.44v3.33M12.02 2C8.34 2 5.36 4.98 5.36 8.66v2.1c0 .68-.28 1.7-.63 2.28l-1.27 2.12c-.78 1.31-.24 2.77 1.2 3.25a23.34 23.34 0 0 0 14.73 0a2.22 2.22 0 0 0 1.2-3.25l-1.27-2.12c-.35-.58-.63-1.61-.63-2.28v-2.1C18.68 5 15.68 2 12.02 2"/><path d="M15.33 18.82c0 1.83-1.5 3.33-3.33 3.33c-.91 0-1.75-.38-2.35-.98s-.98-1.44-.98-2.35"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5"><path stroke-linecap="round" d="M12 6.44v3.33M12.02 2C8.34 2 5.36 4.98 5.36 8.66v2.1c0 .68-.28 1.7-.63 2.28l-1.27 2.12c-.78 1.31-.24 2.77 1.2 3.25a23.34 23.34 0 0 0 14.73 0a2.22 2.22 0 0 0 1.2-3.25l-1.27-2.12c-.35-.58-.63-1.61-.63-2.28v-2.1C18.68 5 15.68 2 12.02 2"/><path d="M15.33 18.82c0 1.83-1.5 3.33-3.33 3.33c-.91 0-1.75-.38-2.35-.98s-.98-1.44-.98-2.35"/></g></svg> </template>
CSS
.icon-notification-bing {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%206.44v3.33M12.02%202C8.34%202%205.36%204.98%205.36%208.66v2.1c0%20.68-.28%201.7-.63%202.28l-1.27%202.12c-.78%201.31-.24%202.77%201.2%203.25a23.34%2023.34%200%200%200%2014.73%200a2.22%202.22%200%200%200%201.2-3.25l-1.27-2.12c-.35-.58-.63-1.61-.63-2.28v-2.1C18.68%205%2015.68%202%2012.02%202%22%2F%3E%3Cpath%20d%3D%22M15.33%2018.82c0%201.83-1.5%203.33-3.33%203.33c-.91%200-1.75-.38-2.35-.98s-.98-1.44-.98-2.35%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%206.44v3.33M12.02%202C8.34%202%205.36%204.98%205.36%208.66v2.1c0%20.68-.28%201.7-.63%202.28l-1.27%202.12c-.78%201.31-.24%202.77%201.2%203.25a23.34%2023.34%200%200%200%2014.73%200a2.22%202.22%200%200%200%201.2-3.25l-1.27-2.12c-.35-.58-.63-1.61-.63-2.28v-2.1C18.68%205%2015.68%202%2012.02%202%22%2F%3E%3Cpath%20d%3D%22M15.33%2018.82c0%201.83-1.5%203.33-3.33%203.33c-.91%200-1.75-.38-2.35-.98s-.98-1.44-.98-2.35%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/notification-bing.svg?color=%231a73e8&size=48