call received icon
call-received-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- call-received-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- call-received-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More communicate icons from Material Symbols Light
Use the call received icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.808 18q-.348 0-.578-.23T6 17.192V9.5q0-.213.143-.357T6.5 9t.357.143T7 9.5v6.792L17.939 5.354q.14-.14.344-.15t.363.15t.16.354t-.16.353L7.708 17H14.5q.214 0 .357.143T15 17.5t-.143.357T14.5 18z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCallReceivedRounded(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="M6.808 18q-.348 0-.578-.23T6 17.192V9.5q0-.213.143-.357T6.5 9t.357.143T7 9.5v6.792L17.939 5.354q.14-.14.344-.15t.363.15t.16.354t-.16.353L7.708 17H14.5q.214 0 .357.143T15 17.5t-.143.357T14.5 18z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.808 18q-.348 0-.578-.23T6 17.192V9.5q0-.213.143-.357T6.5 9t.357.143T7 9.5v6.792L17.939 5.354q.14-.14.344-.15t.363.15t.16.354t-.16.353L7.708 17H14.5q.214 0 .357.143T15 17.5t-.143.357T14.5 18z"/></svg> </template>
CSS
.icon-call-received-rounded {
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%22M6.808%2018q-.348%200-.578-.23T6%2017.192V9.5q0-.213.143-.357T6.5%209t.357.143T7%209.5v6.792L17.939%205.354q.14-.14.344-.15t.363.15t.16.354t-.16.353L7.708%2017H14.5q.214%200%20.357.143T15%2017.5t-.143.357T14.5%2018z%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%22M6.808%2018q-.348%200-.578-.23T6%2017.192V9.5q0-.213.143-.357T6.5%209t.357.143T7%209.5v6.792L17.939%205.354q.14-.14.344-.15t.363.15t.16.354t-.16.353L7.708%2017H14.5q.214%200%20.357.143T15%2017.5t-.143.357T14.5%2018z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/call-received-rounded.svg?color=%231a73e8&size=48