messages-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.

Name
messages-sharp-fill
Set
Keyline Icons
Style
Sharp Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the messages icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.0602 19.9212C17.7103 19.9723 17.3419 20 17 20C13.8878 20 11 17.6897 11 15C11 12.3103 13.8878 10 17 10C20.1122 10 23 12.3103 23 15C23 16.0878 22.4855 17.2747 21.6775 18.1344L21.4957 20.0924C21.4311 20.7889 20.6896 21.2055 20.0611 20.8985L18.0602 19.9212ZM4.2432 11.416L4.4951 11.6289C4.6623 11.7915 4.7686 12.0082 4.793 12.2422L4.9531 13.7861L7.823 12.535L8.3562 14.4842L4.5 16.167C4.2078 16.2944 3.8721 16.2747 3.5967 16.1143C3.3212 15.9536 3.1385 15.6707 3.1055 15.3535L2.8447 12.8457C1.6974 11.8103 1 10.4649 1 9C1 7.2125 2.0158 5.6882 3.4688 4.6504C4.9237 3.6112 6.8826 3 9 3C12.07 3 15.0318 4.32 16.8418 7.4717L15.1074 8.4678C13.7658 6.1314 11.6102 5 9 5C7.2515 5 5.7104 5.508 4.6318 6.2783C3.5513 7.0501 3 8.0261 3 9C3 9.815 3.3944 10.6771 4.2432 11.416Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsMessagesSharpFill(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="M18.0602 19.9212C17.7103 19.9723 17.3419 20 17 20C13.8878 20 11 17.6897 11 15C11 12.3103 13.8878 10 17 10C20.1122 10 23 12.3103 23 15C23 16.0878 22.4855 17.2747 21.6775 18.1344L21.4957 20.0924C21.4311 20.7889 20.6896 21.2055 20.0611 20.8985L18.0602 19.9212ZM4.2432 11.416L4.4951 11.6289C4.6623 11.7915 4.7686 12.0082 4.793 12.2422L4.9531 13.7861L7.823 12.535L8.3562 14.4842L4.5 16.167C4.2078 16.2944 3.8721 16.2747 3.5967 16.1143C3.3212 15.9536 3.1385 15.6707 3.1055 15.3535L2.8447 12.8457C1.6974 11.8103 1 10.4649 1 9C1 7.2125 2.0158 5.6882 3.4688 4.6504C4.9237 3.6112 6.8826 3 9 3C12.07 3 15.0318 4.32 16.8418 7.4717L15.1074 8.4678C13.7658 6.1314 11.6102 5 9 5C7.2515 5 5.7104 5.508 4.6318 6.2783C3.5513 7.0501 3 8.0261 3 9C3 9.815 3.3944 10.6771 4.2432 11.416Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.0602 19.9212C17.7103 19.9723 17.3419 20 17 20C13.8878 20 11 17.6897 11 15C11 12.3103 13.8878 10 17 10C20.1122 10 23 12.3103 23 15C23 16.0878 22.4855 17.2747 21.6775 18.1344L21.4957 20.0924C21.4311 20.7889 20.6896 21.2055 20.0611 20.8985L18.0602 19.9212ZM4.2432 11.416L4.4951 11.6289C4.6623 11.7915 4.7686 12.0082 4.793 12.2422L4.9531 13.7861L7.823 12.535L8.3562 14.4842L4.5 16.167C4.2078 16.2944 3.8721 16.2747 3.5967 16.1143C3.3212 15.9536 3.1385 15.6707 3.1055 15.3535L2.8447 12.8457C1.6974 11.8103 1 10.4649 1 9C1 7.2125 2.0158 5.6882 3.4688 4.6504C4.9237 3.6112 6.8826 3 9 3C12.07 3 15.0318 4.32 16.8418 7.4717L15.1074 8.4678C13.7658 6.1314 11.6102 5 9 5C7.2515 5 5.7104 5.508 4.6318 6.2783C3.5513 7.0501 3 8.0261 3 9C3 9.815 3.3944 10.6771 4.2432 11.416Z"/></svg>
</template>

CSS

.icon-messages-sharp-fill {
  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%22M18.0602%2019.9212C17.7103%2019.9723%2017.3419%2020%2017%2020C13.8878%2020%2011%2017.6897%2011%2015C11%2012.3103%2013.8878%2010%2017%2010C20.1122%2010%2023%2012.3103%2023%2015C23%2016.0878%2022.4855%2017.2747%2021.6775%2018.1344L21.4957%2020.0924C21.4311%2020.7889%2020.6896%2021.2055%2020.0611%2020.8985L18.0602%2019.9212ZM4.2432%2011.416L4.4951%2011.6289C4.6623%2011.7915%204.7686%2012.0082%204.793%2012.2422L4.9531%2013.7861L7.823%2012.535L8.3562%2014.4842L4.5%2016.167C4.2078%2016.2944%203.8721%2016.2747%203.5967%2016.1143C3.3212%2015.9536%203.1385%2015.6707%203.1055%2015.3535L2.8447%2012.8457C1.6974%2011.8103%201%2010.4649%201%209C1%207.2125%202.0158%205.6882%203.4688%204.6504C4.9237%203.6112%206.8826%203%209%203C12.07%203%2015.0318%204.32%2016.8418%207.4717L15.1074%208.4678C13.7658%206.1314%2011.6102%205%209%205C7.2515%205%205.7104%205.508%204.6318%206.2783C3.5513%207.0501%203%208.0261%203%209C3%209.815%203.3944%2010.6771%204.2432%2011.416Z%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%22M18.0602%2019.9212C17.7103%2019.9723%2017.3419%2020%2017%2020C13.8878%2020%2011%2017.6897%2011%2015C11%2012.3103%2013.8878%2010%2017%2010C20.1122%2010%2023%2012.3103%2023%2015C23%2016.0878%2022.4855%2017.2747%2021.6775%2018.1344L21.4957%2020.0924C21.4311%2020.7889%2020.6896%2021.2055%2020.0611%2020.8985L18.0602%2019.9212ZM4.2432%2011.416L4.4951%2011.6289C4.6623%2011.7915%204.7686%2012.0082%204.793%2012.2422L4.9531%2013.7861L7.823%2012.535L8.3562%2014.4842L4.5%2016.167C4.2078%2016.2944%203.8721%2016.2747%203.5967%2016.1143C3.3212%2015.9536%203.1385%2015.6707%203.1055%2015.3535L2.8447%2012.8457C1.6974%2011.8103%201%2010.4649%201%209C1%207.2125%202.0158%205.6882%203.4688%204.6504C4.9237%203.6112%206.8826%203%209%203C12.07%203%2015.0318%204.32%2016.8418%207.4717L15.1074%208.4678C13.7658%206.1314%2011.6102%205%209%205C7.2515%205%205.7104%205.508%204.6318%206.2783C3.5513%207.0501%203%208.0261%203%209C3%209.815%203.3944%2010.6771%204.2432%2011.416Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/messages-sharp-fill.svg?color=%231a73e8&size=48