Material Design Icons: Communication
call_missed_outgoing
call_missed_outgoing call_missed_outgoing call_missed_outgoing call_missed_outgoing call_missed_outgoingHow to Use on a button:
Code Example
<!DOCTYPE html>
<html>
<head>
<title>Material Design Icons Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<h2>call_missed_outgoing</h2>
<i class="material-icons" style="font-size:20px">call_missed_outgoing</i>
<i class="material-icons" style="font-size:30px">call_missed_outgoing</i>
<i class="material-icons" style="font-size:40px;color:brown">call_missed_outgoing</i>
<i class="material-icons" style="font-size:60px;color:brown">call_missed_outgoing</i>
<i class="material-icons" style="font-size:80px;color:brown">call_missed_outgoing</i>
<br>
<p>How to Use on a button:</p>
<button style="font-size:20px">Button <i class="material-icons">call_missed_outgoing</i></button>
</body>
</html>