contact2 emoji
contact2 from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.
- Name
- contact2
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- People
- Viewbox
- 72×72
- License
- Apache 2.0
More people icons from Firefox OS Emoji
Use the contact2 emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#2B3B47" d="M63.4 58.9c0-2.6-.4-3.3-3.2-3.5c-.5 0-.8-.4-.8-.9v-1.3c0-.3.2-.7.5-.8c3.5-2.4 5.8-6.4 5.8-10.9l.1-.6c.1-.4.4-.7.8-.8c1.2-.3 2.1-1.1 2.4-2.3c.3-1.7-.8-3.2-2.4-3.5c-.3-.1-.4-.3-.4-.6l.4-5.2c.1-20.2-29-20.5-29.2-.4l.5 5.7c0 .2-.1.4-.3.5c-1.3.5-2.2 2-1.8 3.5c.3 1.1 1.3 1.8 2.5 2.1c.5.1.8.5.8 1v.5c0 4.6 2.4 8.7 6 11.1c.2.1.2.3.2.4v1.6c0 .4-.3.8-.8.8c-3 .2-3.3.9-3.4 3.4c-.1.2-.1.3-.2.4c-4.9 2.1-8.5 5-8.4 12.1c0 .4.4.8.8.8h37.9c.4 0 .8-.3.8-.8c.1-7.1-3.3-9.8-8.3-11.9c-.1-.2-.2-.3-.3-.4"/><path fill="#597B91" d="M38 56c0-3.2-.4-4-3.9-4.3c-.6 0-1-.5-1-1.1V49c0-.4.2-.8.6-1c4.3-2.9 7.1-7.8 7.1-13.3l.1-.7c.1-.5.5-.9 1-1c1.4-.3 2.6-1.4 2.9-2.8c.4-2.1-1-3.9-2.9-4.3c-.3-.1-.5-.4-.5-.7l.4-6.4C41.9-5.7 6.5-6 6.3 18.4l.6 7c0 .3-.1.5-.4.6c-1.6.6-2.7 2.4-2.2 4.3c.3 1.3 1.6 2.2 3 2.6c.6.1 1 .6 1 1.2v.6c0 5.6 2.9 10.6 7.3 13.5c.2.1.3.3.3.5v2c0 .5-.4 1-1 1c-3.6.2-4 1.1-4.1 4.2c-.1.1-.2.3-.3.4C4.5 58.8.1 62.4.3 71.1c0 .5.4.9 1 .9h46.2c.5 0 1-.4 1-.9c.2-8.7-4.1-11.9-10.1-14.5c-.2-.3-.3-.4-.4-.6"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiContact2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#2B3B47" d="M63.4 58.9c0-2.6-.4-3.3-3.2-3.5c-.5 0-.8-.4-.8-.9v-1.3c0-.3.2-.7.5-.8c3.5-2.4 5.8-6.4 5.8-10.9l.1-.6c.1-.4.4-.7.8-.8c1.2-.3 2.1-1.1 2.4-2.3c.3-1.7-.8-3.2-2.4-3.5c-.3-.1-.4-.3-.4-.6l.4-5.2c.1-20.2-29-20.5-29.2-.4l.5 5.7c0 .2-.1.4-.3.5c-1.3.5-2.2 2-1.8 3.5c.3 1.1 1.3 1.8 2.5 2.1c.5.1.8.5.8 1v.5c0 4.6 2.4 8.7 6 11.1c.2.1.2.3.2.4v1.6c0 .4-.3.8-.8.8c-3 .2-3.3.9-3.4 3.4c-.1.2-.1.3-.2.4c-4.9 2.1-8.5 5-8.4 12.1c0 .4.4.8.8.8h37.9c.4 0 .8-.3.8-.8c.1-7.1-3.3-9.8-8.3-11.9c-.1-.2-.2-.3-.3-.4"/><path fill="#597B91" d="M38 56c0-3.2-.4-4-3.9-4.3c-.6 0-1-.5-1-1.1V49c0-.4.2-.8.6-1c4.3-2.9 7.1-7.8 7.1-13.3l.1-.7c.1-.5.5-.9 1-1c1.4-.3 2.6-1.4 2.9-2.8c.4-2.1-1-3.9-2.9-4.3c-.3-.1-.5-.4-.5-.7l.4-6.4C41.9-5.7 6.5-6 6.3 18.4l.6 7c0 .3-.1.5-.4.6c-1.6.6-2.7 2.4-2.2 4.3c.3 1.3 1.6 2.2 3 2.6c.6.1 1 .6 1 1.2v.6c0 5.6 2.9 10.6 7.3 13.5c.2.1.3.3.3.5v2c0 .5-.4 1-1 1c-3.6.2-4 1.1-4.1 4.2c-.1.1-.2.3-.3.4C4.5 58.8.1 62.4.3 71.1c0 .5.4.9 1 .9h46.2c.5 0 1-.4 1-.9c.2-8.7-4.1-11.9-10.1-14.5c-.2-.3-.3-.4-.4-.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#2B3B47" d="M63.4 58.9c0-2.6-.4-3.3-3.2-3.5c-.5 0-.8-.4-.8-.9v-1.3c0-.3.2-.7.5-.8c3.5-2.4 5.8-6.4 5.8-10.9l.1-.6c.1-.4.4-.7.8-.8c1.2-.3 2.1-1.1 2.4-2.3c.3-1.7-.8-3.2-2.4-3.5c-.3-.1-.4-.3-.4-.6l.4-5.2c.1-20.2-29-20.5-29.2-.4l.5 5.7c0 .2-.1.4-.3.5c-1.3.5-2.2 2-1.8 3.5c.3 1.1 1.3 1.8 2.5 2.1c.5.1.8.5.8 1v.5c0 4.6 2.4 8.7 6 11.1c.2.1.2.3.2.4v1.6c0 .4-.3.8-.8.8c-3 .2-3.3.9-3.4 3.4c-.1.2-.1.3-.2.4c-4.9 2.1-8.5 5-8.4 12.1c0 .4.4.8.8.8h37.9c.4 0 .8-.3.8-.8c.1-7.1-3.3-9.8-8.3-11.9c-.1-.2-.2-.3-.3-.4"/><path fill="#597B91" d="M38 56c0-3.2-.4-4-3.9-4.3c-.6 0-1-.5-1-1.1V49c0-.4.2-.8.6-1c4.3-2.9 7.1-7.8 7.1-13.3l.1-.7c.1-.5.5-.9 1-1c1.4-.3 2.6-1.4 2.9-2.8c.4-2.1-1-3.9-2.9-4.3c-.3-.1-.5-.4-.5-.7l.4-6.4C41.9-5.7 6.5-6 6.3 18.4l.6 7c0 .3-.1.5-.4.6c-1.6.6-2.7 2.4-2.2 4.3c.3 1.3 1.6 2.2 3 2.6c.6.1 1 .6 1 1.2v.6c0 5.6 2.9 10.6 7.3 13.5c.2.1.3.3.3.5v2c0 .5-.4 1-1 1c-3.6.2-4 1.1-4.1 4.2c-.1.1-.2.3-.3.4C4.5 58.8.1 62.4.3 71.1c0 .5.4.9 1 .9h46.2c.5 0 1-.4 1-.9c.2-8.7-4.1-11.9-10.1-14.5c-.2-.3-.3-.4-.4-.6"/></svg> </template>
CSS
.icon-contact2 {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M63.4%2058.9c0-2.6-.4-3.3-3.2-3.5c-.5%200-.8-.4-.8-.9v-1.3c0-.3.2-.7.5-.8c3.5-2.4%205.8-6.4%205.8-10.9l.1-.6c.1-.4.4-.7.8-.8c1.2-.3%202.1-1.1%202.4-2.3c.3-1.7-.8-3.2-2.4-3.5c-.3-.1-.4-.3-.4-.6l.4-5.2c.1-20.2-29-20.5-29.2-.4l.5%205.7c0%20.2-.1.4-.3.5c-1.3.5-2.2%202-1.8%203.5c.3%201.1%201.3%201.8%202.5%202.1c.5.1.8.5.8%201v.5c0%204.6%202.4%208.7%206%2011.1c.2.1.2.3.2.4v1.6c0%20.4-.3.8-.8.8c-3%20.2-3.3.9-3.4%203.4c-.1.2-.1.3-.2.4c-4.9%202.1-8.5%205-8.4%2012.1c0%20.4.4.8.8.8h37.9c.4%200%20.8-.3.8-.8c.1-7.1-3.3-9.8-8.3-11.9c-.1-.2-.2-.3-.3-.4%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M38%2056c0-3.2-.4-4-3.9-4.3c-.6%200-1-.5-1-1.1V49c0-.4.2-.8.6-1c4.3-2.9%207.1-7.8%207.1-13.3l.1-.7c.1-.5.5-.9%201-1c1.4-.3%202.6-1.4%202.9-2.8c.4-2.1-1-3.9-2.9-4.3c-.3-.1-.5-.4-.5-.7l.4-6.4C41.9-5.7%206.5-6%206.3%2018.4l.6%207c0%20.3-.1.5-.4.6c-1.6.6-2.7%202.4-2.2%204.3c.3%201.3%201.6%202.2%203%202.6c.6.1%201%20.6%201%201.2v.6c0%205.6%202.9%2010.6%207.3%2013.5c.2.1.3.3.3.5v2c0%20.5-.4%201-1%201c-3.6.2-4%201.1-4.1%204.2c-.1.1-.2.3-.3.4C4.5%2058.8.1%2062.4.3%2071.1c0%20.5.4.9%201%20.9h46.2c.5%200%201-.4%201-.9c.2-8.7-4.1-11.9-10.1-14.5c-.2-.3-.3-.4-.4-.6%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%2072%2072%22%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M63.4%2058.9c0-2.6-.4-3.3-3.2-3.5c-.5%200-.8-.4-.8-.9v-1.3c0-.3.2-.7.5-.8c3.5-2.4%205.8-6.4%205.8-10.9l.1-.6c.1-.4.4-.7.8-.8c1.2-.3%202.1-1.1%202.4-2.3c.3-1.7-.8-3.2-2.4-3.5c-.3-.1-.4-.3-.4-.6l.4-5.2c.1-20.2-29-20.5-29.2-.4l.5%205.7c0%20.2-.1.4-.3.5c-1.3.5-2.2%202-1.8%203.5c.3%201.1%201.3%201.8%202.5%202.1c.5.1.8.5.8%201v.5c0%204.6%202.4%208.7%206%2011.1c.2.1.2.3.2.4v1.6c0%20.4-.3.8-.8.8c-3%20.2-3.3.9-3.4%203.4c-.1.2-.1.3-.2.4c-4.9%202.1-8.5%205-8.4%2012.1c0%20.4.4.8.8.8h37.9c.4%200%20.8-.3.8-.8c.1-7.1-3.3-9.8-8.3-11.9c-.1-.2-.2-.3-.3-.4%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M38%2056c0-3.2-.4-4-3.9-4.3c-.6%200-1-.5-1-1.1V49c0-.4.2-.8.6-1c4.3-2.9%207.1-7.8%207.1-13.3l.1-.7c.1-.5.5-.9%201-1c1.4-.3%202.6-1.4%202.9-2.8c.4-2.1-1-3.9-2.9-4.3c-.3-.1-.5-.4-.5-.7l.4-6.4C41.9-5.7%206.5-6%206.3%2018.4l.6%207c0%20.3-.1.5-.4.6c-1.6.6-2.7%202.4-2.2%204.3c.3%201.3%201.6%202.2%203%202.6c.6.1%201%20.6%201%201.2v.6c0%205.6%202.9%2010.6%207.3%2013.5c.2.1.3.3.3.5v2c0%20.5-.4%201-1%201c-3.6.2-4%201.1-4.1%204.2c-.1.1-.2.3-.3.4C4.5%2058.8.1%2062.4.3%2071.1c0%20.5.4.9%201%20.9h46.2c.5%200%201-.4%201-.9c.2-8.7-4.1-11.9-10.1-14.5c-.2-.3-.3-.4-.4-.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/contact2.svg?color=%231a73e8&size=48