messages alt icon
messages-alt from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- messages-alt
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
Use the messages alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="m7.403 14.026l.64-.11q.186-.032.443-.098C10.6 13.288 12 11.708 12 10c0-2.135-2.176-4-5-4s-5 1.865-5 4c0 1.218.702 2.378 1.931 3.15l.036.02L5 13.74v2.763zm.982 1.86l-3.667 3.78A1 1 0 0 1 3 18.97v-4.05l-.132-.076C1.129 13.752 0 11.989 0 10c0-3.314 3.134-6 7-6s7 2.686 7 6c0 2.726-2.121 5.028-5.026 5.758a8 8 0 0 1-.589.128M6.936 3C8.146 1.207 10.41 0 13 0c3.866 0 7 2.686 7 6c0 1.989-1.13 3.752-2.868 4.844L17 10.92v4.05a1 1 0 0 1-1.718.696l-1.735-1.788l1.043-1.798l.41.423V9.74l1.033-.57l.036-.02C17.299 8.378 18 7.218 18 6c0-2.135-2.176-4-5-4c-1.28 0-2.426.383-3.297 1z"/></svg>
React
import type { SVGProps } from "react";
export function JamMessagesAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="m7.403 14.026l.64-.11q.186-.032.443-.098C10.6 13.288 12 11.708 12 10c0-2.135-2.176-4-5-4s-5 1.865-5 4c0 1.218.702 2.378 1.931 3.15l.036.02L5 13.74v2.763zm.982 1.86l-3.667 3.78A1 1 0 0 1 3 18.97v-4.05l-.132-.076C1.129 13.752 0 11.989 0 10c0-3.314 3.134-6 7-6s7 2.686 7 6c0 2.726-2.121 5.028-5.026 5.758a8 8 0 0 1-.589.128M6.936 3C8.146 1.207 10.41 0 13 0c3.866 0 7 2.686 7 6c0 1.989-1.13 3.752-2.868 4.844L17 10.92v4.05a1 1 0 0 1-1.718.696l-1.735-1.788l1.043-1.798l.41.423V9.74l1.033-.57l.036-.02C17.299 8.378 18 7.218 18 6c0-2.135-2.176-4-5-4c-1.28 0-2.426.383-3.297 1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="m7.403 14.026l.64-.11q.186-.032.443-.098C10.6 13.288 12 11.708 12 10c0-2.135-2.176-4-5-4s-5 1.865-5 4c0 1.218.702 2.378 1.931 3.15l.036.02L5 13.74v2.763zm.982 1.86l-3.667 3.78A1 1 0 0 1 3 18.97v-4.05l-.132-.076C1.129 13.752 0 11.989 0 10c0-3.314 3.134-6 7-6s7 2.686 7 6c0 2.726-2.121 5.028-5.026 5.758a8 8 0 0 1-.589.128M6.936 3C8.146 1.207 10.41 0 13 0c3.866 0 7 2.686 7 6c0 1.989-1.13 3.752-2.868 4.844L17 10.92v4.05a1 1 0 0 1-1.718.696l-1.735-1.788l1.043-1.798l.41.423V9.74l1.033-.57l.036-.02C17.299 8.378 18 7.218 18 6c0-2.135-2.176-4-5-4c-1.28 0-2.426.383-3.297 1z"/></svg> </template>
CSS
.icon-messages-alt {
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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.403%2014.026l.64-.11q.186-.032.443-.098C10.6%2013.288%2012%2011.708%2012%2010c0-2.135-2.176-4-5-4s-5%201.865-5%204c0%201.218.702%202.378%201.931%203.15l.036.02L5%2013.74v2.763zm.982%201.86l-3.667%203.78A1%201%200%200%201%203%2018.97v-4.05l-.132-.076C1.129%2013.752%200%2011.989%200%2010c0-3.314%203.134-6%207-6s7%202.686%207%206c0%202.726-2.121%205.028-5.026%205.758a8%208%200%200%201-.589.128M6.936%203C8.146%201.207%2010.41%200%2013%200c3.866%200%207%202.686%207%206c0%201.989-1.13%203.752-2.868%204.844L17%2010.92v4.05a1%201%200%200%201-1.718.696l-1.735-1.788l1.043-1.798l.41.423V9.74l1.033-.57l.036-.02C17.299%208.378%2018%207.218%2018%206c0-2.135-2.176-4-5-4c-1.28%200-2.426.383-3.297%201z%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.403%2014.026l.64-.11q.186-.032.443-.098C10.6%2013.288%2012%2011.708%2012%2010c0-2.135-2.176-4-5-4s-5%201.865-5%204c0%201.218.702%202.378%201.931%203.15l.036.02L5%2013.74v2.763zm.982%201.86l-3.667%203.78A1%201%200%200%201%203%2018.97v-4.05l-.132-.076C1.129%2013.752%200%2011.989%200%2010c0-3.314%203.134-6%207-6s7%202.686%207%206c0%202.726-2.121%205.028-5.026%205.758a8%208%200%200%201-.589.128M6.936%203C8.146%201.207%2010.41%200%2013%200c3.866%200%207%202.686%207%206c0%201.989-1.13%203.752-2.868%204.844L17%2010.92v4.05a1%201%200%200%201-1.718.696l-1.735-1.788l1.043-1.798l.41.423V9.74l1.033-.57l.036-.02C17.299%208.378%2018%207.218%2018%206c0-2.135-2.176-4-5-4c-1.28%200-2.426.383-3.297%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/messages-alt.svg?color=%231a73e8&size=48