telephone receiver emoji
telephone-receiver from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- telephone-receiver
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji Flat
Use the telephone receiver emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f8312f" d="M29.72 25.84L25.1 23.5l-2.51-4.79a.97.97 0 0 0-1.18-.14a6.2 6.2 0 0 0-2.7 3.43c-.23.72-1.07 1.05-1.72.66l-.01-.01l-.01-.01a22.2 22.2 0 0 1-7.61-7.61c0-.01-.01-.02-.01-.02c-.4-.65-.07-1.49.65-1.72a6.13 6.13 0 0 0 3.43-2.7c.23-.38.17-.86-.14-1.18L8.5 7L6.16 2.28a.97.97 0 0 0-1.18-.14a6.13 6.13 0 0 0-2.97 5.01v.01c-.01.1-.01.2-.01.3c0 .14.01.27.02.4a23.16 23.16 0 0 0 3.29 11.22c1.87 3.12 4.49 5.74 7.61 7.61l.01.01c3.44 2.07 7.36 3.2 11.37 3.29c.08 0 .16.01.24.01h.56v-.02a6.19 6.19 0 0 0 4.77-2.96c.22-.38.16-.87-.15-1.18"/><path fill="#bb1d80" d="M13.44 10.59c-.38.63-.87 1.18-1.44 1.64L3.34 3.57C3.8 3 4.35 2.52 4.98 2.14c.38-.23.87-.17 1.18.14l7.14 7.13c.31.32.37.8.14 1.18m7.96 7.98c.38-.23.87-.17 1.18.14l7.13 7.15c.32.31.38.79.15 1.17c-.38.63-.87 1.18-1.44 1.64l-8.66-8.66c.46-.57 1.01-1.06 1.64-1.44"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatTelephoneReceiver(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f8312f" d="M29.72 25.84L25.1 23.5l-2.51-4.79a.97.97 0 0 0-1.18-.14a6.2 6.2 0 0 0-2.7 3.43c-.23.72-1.07 1.05-1.72.66l-.01-.01l-.01-.01a22.2 22.2 0 0 1-7.61-7.61c0-.01-.01-.02-.01-.02c-.4-.65-.07-1.49.65-1.72a6.13 6.13 0 0 0 3.43-2.7c.23-.38.17-.86-.14-1.18L8.5 7L6.16 2.28a.97.97 0 0 0-1.18-.14a6.13 6.13 0 0 0-2.97 5.01v.01c-.01.1-.01.2-.01.3c0 .14.01.27.02.4a23.16 23.16 0 0 0 3.29 11.22c1.87 3.12 4.49 5.74 7.61 7.61l.01.01c3.44 2.07 7.36 3.2 11.37 3.29c.08 0 .16.01.24.01h.56v-.02a6.19 6.19 0 0 0 4.77-2.96c.22-.38.16-.87-.15-1.18"/><path fill="#bb1d80" d="M13.44 10.59c-.38.63-.87 1.18-1.44 1.64L3.34 3.57C3.8 3 4.35 2.52 4.98 2.14c.38-.23.87-.17 1.18.14l7.14 7.13c.31.32.37.8.14 1.18m7.96 7.98c.38-.23.87-.17 1.18.14l7.13 7.15c.32.31.38.79.15 1.17c-.38.63-.87 1.18-1.44 1.64l-8.66-8.66c.46-.57 1.01-1.06 1.64-1.44"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f8312f" d="M29.72 25.84L25.1 23.5l-2.51-4.79a.97.97 0 0 0-1.18-.14a6.2 6.2 0 0 0-2.7 3.43c-.23.72-1.07 1.05-1.72.66l-.01-.01l-.01-.01a22.2 22.2 0 0 1-7.61-7.61c0-.01-.01-.02-.01-.02c-.4-.65-.07-1.49.65-1.72a6.13 6.13 0 0 0 3.43-2.7c.23-.38.17-.86-.14-1.18L8.5 7L6.16 2.28a.97.97 0 0 0-1.18-.14a6.13 6.13 0 0 0-2.97 5.01v.01c-.01.1-.01.2-.01.3c0 .14.01.27.02.4a23.16 23.16 0 0 0 3.29 11.22c1.87 3.12 4.49 5.74 7.61 7.61l.01.01c3.44 2.07 7.36 3.2 11.37 3.29c.08 0 .16.01.24.01h.56v-.02a6.19 6.19 0 0 0 4.77-2.96c.22-.38.16-.87-.15-1.18"/><path fill="#bb1d80" d="M13.44 10.59c-.38.63-.87 1.18-1.44 1.64L3.34 3.57C3.8 3 4.35 2.52 4.98 2.14c.38-.23.87-.17 1.18.14l7.14 7.13c.31.32.37.8.14 1.18m7.96 7.98c.38-.23.87-.17 1.18.14l7.13 7.15c.32.31.38.79.15 1.17c-.38.63-.87 1.18-1.44 1.64l-8.66-8.66c.46-.57 1.01-1.06 1.64-1.44"/></g></svg> </template>
CSS
.icon-telephone-receiver {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M29.72%2025.84L25.1%2023.5l-2.51-4.79a.97.97%200%200%200-1.18-.14a6.2%206.2%200%200%200-2.7%203.43c-.23.72-1.07%201.05-1.72.66l-.01-.01l-.01-.01a22.2%2022.2%200%200%201-7.61-7.61c0-.01-.01-.02-.01-.02c-.4-.65-.07-1.49.65-1.72a6.13%206.13%200%200%200%203.43-2.7c.23-.38.17-.86-.14-1.18L8.5%207L6.16%202.28a.97.97%200%200%200-1.18-.14a6.13%206.13%200%200%200-2.97%205.01v.01c-.01.1-.01.2-.01.3c0%20.14.01.27.02.4a23.16%2023.16%200%200%200%203.29%2011.22c1.87%203.12%204.49%205.74%207.61%207.61l.01.01c3.44%202.07%207.36%203.2%2011.37%203.29c.08%200%20.16.01.24.01h.56v-.02a6.19%206.19%200%200%200%204.77-2.96c.22-.38.16-.87-.15-1.18%22%2F%3E%3Cpath%20fill%3D%22%23bb1d80%22%20d%3D%22M13.44%2010.59c-.38.63-.87%201.18-1.44%201.64L3.34%203.57C3.8%203%204.35%202.52%204.98%202.14c.38-.23.87-.17%201.18.14l7.14%207.13c.31.32.37.8.14%201.18m7.96%207.98c.38-.23.87-.17%201.18.14l7.13%207.15c.32.31.38.79.15%201.17c-.38.63-.87%201.18-1.44%201.64l-8.66-8.66c.46-.57%201.01-1.06%201.64-1.44%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M29.72%2025.84L25.1%2023.5l-2.51-4.79a.97.97%200%200%200-1.18-.14a6.2%206.2%200%200%200-2.7%203.43c-.23.72-1.07%201.05-1.72.66l-.01-.01l-.01-.01a22.2%2022.2%200%200%201-7.61-7.61c0-.01-.01-.02-.01-.02c-.4-.65-.07-1.49.65-1.72a6.13%206.13%200%200%200%203.43-2.7c.23-.38.17-.86-.14-1.18L8.5%207L6.16%202.28a.97.97%200%200%200-1.18-.14a6.13%206.13%200%200%200-2.97%205.01v.01c-.01.1-.01.2-.01.3c0%20.14.01.27.02.4a23.16%2023.16%200%200%200%203.29%2011.22c1.87%203.12%204.49%205.74%207.61%207.61l.01.01c3.44%202.07%207.36%203.2%2011.37%203.29c.08%200%20.16.01.24.01h.56v-.02a6.19%206.19%200%200%200%204.77-2.96c.22-.38.16-.87-.15-1.18%22%2F%3E%3Cpath%20fill%3D%22%23bb1d80%22%20d%3D%22M13.44%2010.59c-.38.63-.87%201.18-1.44%201.64L3.34%203.57C3.8%203%204.35%202.52%204.98%202.14c.38-.23.87-.17%201.18.14l7.14%207.13c.31.32.37.8.14%201.18m7.96%207.98c.38-.23.87-.17%201.18.14l7.13%207.15c.32.31.38.79.15%201.17c-.38.63-.87%201.18-1.44%201.64l-8.66-8.66c.46-.57%201.01-1.06%201.64-1.44%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/telephone-receiver.svg?color=%231a73e8&size=48