sms notification icon

sms-notification-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
sms-notification-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the sms notification icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVGliYWSbDy" d="M19.5 8a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></defs><g fill="currentColor"><use href="#SVGliYWSbDy"/><use href="#SVGliYWSbDy"/><path d="M20.72 9.31c-.7.22-1.47.26-2.27.06a3.98 3.98 0 0 1-2.8-2.76c-.18-.65-.19-1.29-.08-1.87c.13-.64-.32-1.24-.96-1.24H7c-3 0-5 1.5-5 5v7c0 3.5 2 5 5 5h10c3 0 5-1.5 5-5v-5.24c0-.66-.64-1.16-1.28-.95m-5.2 1.84l-1.18.94c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77 0 0 1-.12-1.06c.26-.32.73-.38 1.05-.12l3.13 2.5c.76.61 2.05.61 2.81 0l1.18-.94c.32-.26.8-.21 1.05.12c.26.32.21.8-.11 1.06"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSmsNotificationFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVGliYWSbDy" d="M19.5 8a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></defs><g fill="currentColor"><use href="#SVGliYWSbDy"/><use href="#SVGliYWSbDy"/><path d="M20.72 9.31c-.7.22-1.47.26-2.27.06a3.98 3.98 0 0 1-2.8-2.76c-.18-.65-.19-1.29-.08-1.87c.13-.64-.32-1.24-.96-1.24H7c-3 0-5 1.5-5 5v7c0 3.5 2 5 5 5h10c3 0 5-1.5 5-5v-5.24c0-.66-.64-1.16-1.28-.95m-5.2 1.84l-1.18.94c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77 0 0 1-.12-1.06c.26-.32.73-.38 1.05-.12l3.13 2.5c.76.61 2.05.61 2.81 0l1.18-.94c.32-.26.8-.21 1.05.12c.26.32.21.8-.11 1.06"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVGliYWSbDy" d="M19.5 8a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></defs><g fill="currentColor"><use href="#SVGliYWSbDy"/><use href="#SVGliYWSbDy"/><path d="M20.72 9.31c-.7.22-1.47.26-2.27.06a3.98 3.98 0 0 1-2.8-2.76c-.18-.65-.19-1.29-.08-1.87c.13-.64-.32-1.24-.96-1.24H7c-3 0-5 1.5-5 5v7c0 3.5 2 5 5 5h10c3 0 5-1.5 5-5v-5.24c0-.66-.64-1.16-1.28-.95m-5.2 1.84l-1.18.94c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77 0 0 1-.12-1.06c.26-.32.73-.38 1.05-.12l3.13 2.5c.76.61 2.05.61 2.81 0l1.18-.94c.32-.26.8-.21 1.05.12c.26.32.21.8-.11 1.06"/></g></svg>
</template>

CSS

.icon-sms-notification-filled {
  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%3Cdefs%3E%3Cpath%20id%3D%22SVGliYWSbDy%22%20d%3D%22M19.5%208a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cuse%20href%3D%22%23SVGliYWSbDy%22%2F%3E%3Cuse%20href%3D%22%23SVGliYWSbDy%22%2F%3E%3Cpath%20d%3D%22M20.72%209.31c-.7.22-1.47.26-2.27.06a3.98%203.98%200%200%201-2.8-2.76c-.18-.65-.19-1.29-.08-1.87c.13-.64-.32-1.24-.96-1.24H7c-3%200-5%201.5-5%205v7c0%203.5%202%205%205%205h10c3%200%205-1.5%205-5v-5.24c0-.66-.64-1.16-1.28-.95m-5.2%201.84l-1.18.94c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77%200%200%201-.12-1.06c.26-.32.73-.38%201.05-.12l3.13%202.5c.76.61%202.05.61%202.81%200l1.18-.94c.32-.26.8-.21%201.05.12c.26.32.21.8-.11%201.06%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%3Cdefs%3E%3Cpath%20id%3D%22SVGliYWSbDy%22%20d%3D%22M19.5%208a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cuse%20href%3D%22%23SVGliYWSbDy%22%2F%3E%3Cuse%20href%3D%22%23SVGliYWSbDy%22%2F%3E%3Cpath%20d%3D%22M20.72%209.31c-.7.22-1.47.26-2.27.06a3.98%203.98%200%200%201-2.8-2.76c-.18-.65-.19-1.29-.08-1.87c.13-.64-.32-1.24-.96-1.24H7c-3%200-5%201.5-5%205v7c0%203.5%202%205%205%205h10c3%200%205-1.5%205-5v-5.24c0-.66-.64-1.16-1.28-.95m-5.2%201.84l-1.18.94c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77%200%200%201-.12-1.06c.26-.32.73-.38%201.05-.12l3.13%202.5c.76.61%202.05.61%202.81%200l1.18-.94c.32-.26.8-.21%201.05.12c.26.32.21.8-.11%201.06%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/sms-notification-filled.svg?color=%231a73e8&size=48