call missed outgoing icon

call-missed-outgoing-rounded from Material Symbols by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
call-missed-outgoing-rounded
Set
Material Symbols
Style
Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
call-missed-outgoing-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the call missed outgoing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 10.425L13.425 16q-.3.3-.675.45t-.75.15t-.75-.15t-.675-.45L3.7 9.125q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L12 14.6L17.6 9H14q-.425 0-.712-.288T13 8t.288-.712T14 7h6q.425 0 .713.288T21 8v6q0 .425-.288.713T20 15t-.712-.288T19 14z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCallMissedOutgoingRounded(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="M19 10.425L13.425 16q-.3.3-.675.45t-.75.15t-.75-.15t-.675-.45L3.7 9.125q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L12 14.6L17.6 9H14q-.425 0-.712-.288T13 8t.288-.712T14 7h6q.425 0 .713.288T21 8v6q0 .425-.288.713T20 15t-.712-.288T19 14z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 10.425L13.425 16q-.3.3-.675.45t-.75.15t-.75-.15t-.675-.45L3.7 9.125q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L12 14.6L17.6 9H14q-.425 0-.712-.288T13 8t.288-.712T14 7h6q.425 0 .713.288T21 8v6q0 .425-.288.713T20 15t-.712-.288T19 14z"/></svg>
</template>

CSS

.icon-call-missed-outgoing-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%22M19%2010.425L13.425%2016q-.3.3-.675.45t-.75.15t-.75-.15t-.675-.45L3.7%209.125q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L12%2014.6L17.6%209H14q-.425%200-.712-.288T13%208t.288-.712T14%207h6q.425%200%20.713.288T21%208v6q0%20.425-.288.713T20%2015t-.712-.288T19%2014z%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%22M19%2010.425L13.425%2016q-.3.3-.675.45t-.75.15t-.75-.15t-.675-.45L3.7%209.125q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L12%2014.6L17.6%209H14q-.425%200-.712-.288T13%208t.288-.712T14%207h6q.425%200%20.713.288T21%208v6q0%20.425-.288.713T20%2015t-.712-.288T19%2014z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/call-missed-outgoing-rounded.svg?color=%231a73e8&size=48