messages alt icon
messages-alt-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.
- Name
- messages-alt-f
- Set
- Jam Icons
- Style
- Filled
- 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"><g fill="currentColor"><path d="M7.46 2.332C8.74.913 10.746 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.14-1.174c1.069-1.264 1.698-2.816 1.698-4.493c0-4.067-3.698-7.395-8.38-7.667"/><path d="m8.385 15.886l-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.128"/></g></svg>
React
import type { SVGProps } from "react";
export function JamMessagesAltF(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M7.46 2.332C8.74.913 10.746 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.14-1.174c1.069-1.264 1.698-2.816 1.698-4.493c0-4.067-3.698-7.395-8.38-7.667"/><path d="m8.385 15.886l-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.128"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M7.46 2.332C8.74.913 10.746 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.14-1.174c1.069-1.264 1.698-2.816 1.698-4.493c0-4.067-3.698-7.395-8.38-7.667"/><path d="m8.385 15.886l-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.128"/></g></svg> </template>
CSS
.icon-messages-alt-f {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.46%202.332C8.74.913%2010.746%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.14-1.174c1.069-1.264%201.698-2.816%201.698-4.493c0-4.067-3.698-7.395-8.38-7.667%22%2F%3E%3Cpath%20d%3D%22m8.385%2015.886l-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.128%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%22-2%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.46%202.332C8.74.913%2010.746%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.14-1.174c1.069-1.264%201.698-2.816%201.698-4.493c0-4.067-3.698-7.395-8.38-7.667%22%2F%3E%3Cpath%20d%3D%22m8.385%2015.886l-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.128%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/messages-alt-f.svg?color=%231a73e8&size=48