call-end-outline from Material Symbols Light by Google · Outline · Communicate · Apache-2.0 Free for personal and commercial use.

Name
call-end-outline
Set
Material Symbols Light
Style
Outline
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
call-end-outline-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

Use the call end icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.342 15.65l-1.511-1.461q-.32-.3-.31-.73q.01-.428.329-.747q1.95-1.99 4.659-3.101T11.997 8.5t5.489 1.11q2.708 1.111 4.664 3.102q.32.319.329.748q.01.428-.31.728l-1.511 1.462q-.333.314-.724.358q-.392.044-.73-.2l-2.131-1.623q-.296-.227-.434-.486t-.139-.583v-2.793q-1.22-.434-2.277-.629Q13.166 9.5 12 9.5t-2.223.194t-2.277.629v2.793q0 .323-.139.583t-.434.486l-2.13 1.623q-.34.244-.73.2q-.392-.044-.725-.358M6.5 10.68q-1.071.491-2.073 1.18q-1.002.69-1.727 1.386q-.096.096-.096.193q0 .096.096.192l1.192 1.173q.097.096.24.125q.145.029.26-.067l1.877-1.42q.097-.076.164-.192t.067-.211zm11 .012v2.347q0 .096.067.211t.164.192l1.877 1.42q.115.096.26.067q.143-.029.24-.125l1.192-1.162q.096-.096.096-.192t-.096-.192q-.725-.708-1.727-1.394q-1.002-.687-2.073-1.172m0 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCallEndOutline(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="m3.342 15.65l-1.511-1.461q-.32-.3-.31-.73q.01-.428.329-.747q1.95-1.99 4.659-3.101T11.997 8.5t5.489 1.11q2.708 1.111 4.664 3.102q.32.319.329.748q.01.428-.31.728l-1.511 1.462q-.333.314-.724.358q-.392.044-.73-.2l-2.131-1.623q-.296-.227-.434-.486t-.139-.583v-2.793q-1.22-.434-2.277-.629Q13.166 9.5 12 9.5t-2.223.194t-2.277.629v2.793q0 .323-.139.583t-.434.486l-2.13 1.623q-.34.244-.73.2q-.392-.044-.725-.358M6.5 10.68q-1.071.491-2.073 1.18q-1.002.69-1.727 1.386q-.096.096-.096.193q0 .096.096.192l1.192 1.173q.097.096.24.125q.145.029.26-.067l1.877-1.42q.097-.076.164-.192t.067-.211zm11 .012v2.347q0 .096.067.211t.164.192l1.877 1.42q.115.096.26.067q.143-.029.24-.125l1.192-1.162q.096-.096.096-.192t-.096-.192q-.725-.708-1.727-1.394q-1.002-.687-2.073-1.172m0 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.342 15.65l-1.511-1.461q-.32-.3-.31-.73q.01-.428.329-.747q1.95-1.99 4.659-3.101T11.997 8.5t5.489 1.11q2.708 1.111 4.664 3.102q.32.319.329.748q.01.428-.31.728l-1.511 1.462q-.333.314-.724.358q-.392.044-.73-.2l-2.131-1.623q-.296-.227-.434-.486t-.139-.583v-2.793q-1.22-.434-2.277-.629Q13.166 9.5 12 9.5t-2.223.194t-2.277.629v2.793q0 .323-.139.583t-.434.486l-2.13 1.623q-.34.244-.73.2q-.392-.044-.725-.358M6.5 10.68q-1.071.491-2.073 1.18q-1.002.69-1.727 1.386q-.096.096-.096.193q0 .096.096.192l1.192 1.173q.097.096.24.125q.145.029.26-.067l1.877-1.42q.097-.076.164-.192t.067-.211zm11 .012v2.347q0 .096.067.211t.164.192l1.877 1.42q.115.096.26.067q.143-.029.24-.125l1.192-1.162q.096-.096.096-.192t-.096-.192q-.725-.708-1.727-1.394q-1.002-.687-2.073-1.172m0 0"/></svg>
</template>

CSS

.icon-call-end-outline {
  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%22m3.342%2015.65l-1.511-1.461q-.32-.3-.31-.73q.01-.428.329-.747q1.95-1.99%204.659-3.101T11.997%208.5t5.489%201.11q2.708%201.111%204.664%203.102q.32.319.329.748q.01.428-.31.728l-1.511%201.462q-.333.314-.724.358q-.392.044-.73-.2l-2.131-1.623q-.296-.227-.434-.486t-.139-.583v-2.793q-1.22-.434-2.277-.629Q13.166%209.5%2012%209.5t-2.223.194t-2.277.629v2.793q0%20.323-.139.583t-.434.486l-2.13%201.623q-.34.244-.73.2q-.392-.044-.725-.358M6.5%2010.68q-1.071.491-2.073%201.18q-1.002.69-1.727%201.386q-.096.096-.096.193q0%20.096.096.192l1.192%201.173q.097.096.24.125q.145.029.26-.067l1.877-1.42q.097-.076.164-.192t.067-.211zm11%20.012v2.347q0%20.096.067.211t.164.192l1.877%201.42q.115.096.26.067q.143-.029.24-.125l1.192-1.162q.096-.096.096-.192t-.096-.192q-.725-.708-1.727-1.394q-1.002-.687-2.073-1.172m0%200%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%22m3.342%2015.65l-1.511-1.461q-.32-.3-.31-.73q.01-.428.329-.747q1.95-1.99%204.659-3.101T11.997%208.5t5.489%201.11q2.708%201.111%204.664%203.102q.32.319.329.748q.01.428-.31.728l-1.511%201.462q-.333.314-.724.358q-.392.044-.73-.2l-2.131-1.623q-.296-.227-.434-.486t-.139-.583v-2.793q-1.22-.434-2.277-.629Q13.166%209.5%2012%209.5t-2.223.194t-2.277.629v2.793q0%20.323-.139.583t-.434.486l-2.13%201.623q-.34.244-.73.2q-.392-.044-.725-.358M6.5%2010.68q-1.071.491-2.073%201.18q-1.002.69-1.727%201.386q-.096.096-.096.193q0%20.096.096.192l1.192%201.173q.097.096.24.125q.145.029.26-.067l1.877-1.42q.097-.076.164-.192t.067-.211zm11%20.012v2.347q0%20.096.067.211t.164.192l1.877%201.42q.115.096.26.067q.143-.029.24-.125l1.192-1.162q.096-.096.096-.192t-.096-.192q-.725-.708-1.727-1.394q-1.002-.687-2.073-1.172m0%200%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-end-outline.svg?color=%231a73e8&size=48