call missed icon
call-missed-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- call-missed-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- call-missed-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 missed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 9.617v4.787q0 .213-.143.357t-.357.143t-.357-.143T4 14.404V8.71q0-.348.23-.577q.23-.23.578-.23H10.5q.214 0 .357.143t.143.357t-.143.356t-.357.144H5.708l5.946 5.946q.173.173.442.173t.443-.173l6.419-6.42q.146-.145.344-.152t.364.159q.159.165.162.354t-.162.353l-6.433 6.433q-.243.242-.54.354q-.299.111-.597.111t-.596-.111t-.54-.354z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCallMissedRounded(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="M5 9.617v4.787q0 .213-.143.357t-.357.143t-.357-.143T4 14.404V8.71q0-.348.23-.577q.23-.23.578-.23H10.5q.214 0 .357.143t.143.357t-.143.356t-.357.144H5.708l5.946 5.946q.173.173.442.173t.443-.173l6.419-6.42q.146-.145.344-.152t.364.159q.159.165.162.354t-.162.353l-6.433 6.433q-.243.242-.54.354q-.299.111-.597.111t-.596-.111t-.54-.354z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 9.617v4.787q0 .213-.143.357t-.357.143t-.357-.143T4 14.404V8.71q0-.348.23-.577q.23-.23.578-.23H10.5q.214 0 .357.143t.143.357t-.143.356t-.357.144H5.708l5.946 5.946q.173.173.442.173t.443-.173l6.419-6.42q.146-.145.344-.152t.364.159q.159.165.162.354t-.162.353l-6.433 6.433q-.243.242-.54.354q-.299.111-.597.111t-.596-.111t-.54-.354z"/></svg> </template>
CSS
.icon-call-missed-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%22M5%209.617v4.787q0%20.213-.143.357t-.357.143t-.357-.143T4%2014.404V8.71q0-.348.23-.577q.23-.23.578-.23H10.5q.214%200%20.357.143t.143.357t-.143.356t-.357.144H5.708l5.946%205.946q.173.173.442.173t.443-.173l6.419-6.42q.146-.145.344-.152t.364.159q.159.165.162.354t-.162.353l-6.433%206.433q-.243.242-.54.354q-.299.111-.597.111t-.596-.111t-.54-.354z%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%22M5%209.617v4.787q0%20.213-.143.357t-.357.143t-.357-.143T4%2014.404V8.71q0-.348.23-.577q.23-.23.578-.23H10.5q.214%200%20.357.143t.143.357t-.143.356t-.357.144H5.708l5.946%205.946q.173.173.442.173t.443-.173l6.419-6.42q.146-.145.344-.152t.364.159q.159.165.162.354t-.162.353l-6.433%206.433q-.243.242-.54.354q-.299.111-.597.111t-.596-.111t-.54-.354z%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-missed-rounded.svg?color=%231a73e8&size=48