message info round icon

message-info-round from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
message-info-round
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the message info round 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-linecap="round" stroke-linejoin="round"><path stroke-width="1.5" d="M21.25 12a9.23 9.23 0 0 1-2.705 6.54A9.25 9.25 0 0 1 12 21.25a9.2 9.2 0 0 1-3.795-.81l-3.867.572a1.195 1.195 0 0 1-1.361-1.43l.537-3.923A8.9 8.9 0 0 1 2.75 12a9.23 9.23 0 0 1 2.705-6.54A9.25 9.25 0 0 1 12 2.75a9.26 9.26 0 0 1 6.545 2.71A9.24 9.24 0 0 1 21.25 12m-9.191 4.543v-5.559"/><path stroke-width="2" d="M11.941 7.457h.006"/></g></svg>

React

import type { SVGProps } from "react";

export function MageMessageInfoRound(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" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="1.5" d="M21.25 12a9.23 9.23 0 0 1-2.705 6.54A9.25 9.25 0 0 1 12 21.25a9.2 9.2 0 0 1-3.795-.81l-3.867.572a1.195 1.195 0 0 1-1.361-1.43l.537-3.923A8.9 8.9 0 0 1 2.75 12a9.23 9.23 0 0 1 2.705-6.54A9.25 9.25 0 0 1 12 2.75a9.26 9.26 0 0 1 6.545 2.71A9.24 9.24 0 0 1 21.25 12m-9.191 4.543v-5.559"/><path strokeWidth="2" d="M11.941 7.457h.006"/></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-linecap="round" stroke-linejoin="round"><path stroke-width="1.5" d="M21.25 12a9.23 9.23 0 0 1-2.705 6.54A9.25 9.25 0 0 1 12 21.25a9.2 9.2 0 0 1-3.795-.81l-3.867.572a1.195 1.195 0 0 1-1.361-1.43l.537-3.923A8.9 8.9 0 0 1 2.75 12a9.23 9.23 0 0 1 2.705-6.54A9.25 9.25 0 0 1 12 2.75a9.26 9.26 0 0 1 6.545 2.71A9.24 9.24 0 0 1 21.25 12m-9.191 4.543v-5.559"/><path stroke-width="2" d="M11.941 7.457h.006"/></g></svg>
</template>

CSS

.icon-message-info-round {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M21.25%2012a9.23%209.23%200%200%201-2.705%206.54A9.25%209.25%200%200%201%2012%2021.25a9.2%209.2%200%200%201-3.795-.81l-3.867.572a1.195%201.195%200%200%201-1.361-1.43l.537-3.923A8.9%208.9%200%200%201%202.75%2012a9.23%209.23%200%200%201%202.705-6.54A9.25%209.25%200%200%201%2012%202.75a9.26%209.26%200%200%201%206.545%202.71A9.24%209.24%200%200%201%2021.25%2012m-9.191%204.543v-5.559%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M11.941%207.457h.006%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M21.25%2012a9.23%209.23%200%200%201-2.705%206.54A9.25%209.25%200%200%201%2012%2021.25a9.2%209.2%200%200%201-3.795-.81l-3.867.572a1.195%201.195%200%200%201-1.361-1.43l.537-3.923A8.9%208.9%200%200%201%202.75%2012a9.23%209.23%200%200%201%202.705-6.54A9.25%209.25%200%200%201%2012%202.75a9.26%209.26%200%200%201%206.545%202.71A9.24%209.24%200%200%201%2021.25%2012m-9.191%204.543v-5.559%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M11.941%207.457h.006%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/message-info-round.svg?color=%231a73e8&size=48

Message Info Round outline icon — Mage Icons · IconsDB