call icon
call-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- call-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
call-add-16-filledcall-blocked-24-filledcall-checkmark-20-filledcall-chevron-down-16-filledcall-connecting-20-filledcall-dismiss-16-filledcall-end-12-filledcall-exclamation-20-filledcall-forward-16-filledcall-inbound-16-filledcall-missed-12-filledcall-outbound-16-filledcall-park-16-filledcall-pause-20-filledcall-prohibited-16-filledcall-rectangle-landscape-16-filledcall-square-16-filledcall-transfer-16-filledcall-warning-16-filled
Use the call icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.714 5.258C3.523 4 4.41 2.87 5.765 2.456a.99.99 0 0 1 1.214.598l.435 1.16a1 1 0 0 1-.26 1.088L5.86 6.487a.5.5 0 0 0-.152.47l.012.052l.031.13a7.3 7.3 0 0 0 .729 1.805a7.3 7.3 0 0 0 1.296 1.627l.04.036a.5.5 0 0 0 .482.103l1.673-.527a1 1 0 0 1 1.072.319l.792.961c.33.4.29.988-.089 1.341c-1.037.967-2.463 1.165-3.455.368a12.7 12.7 0 0 1-3.024-3.529a12.4 12.4 0 0 1-1.554-4.385m3.043 1.765l1.072-.984a2 2 0 0 0 .521-2.176l-.434-1.16A1.99 1.99 0 0 0 5.473 1.5c-1.683.515-3.034 2.024-2.748 3.909c.2 1.316.661 2.99 1.678 4.738a13.7 13.7 0 0 0 3.262 3.805c1.488 1.195 3.474.787 4.764-.415a1.98 1.98 0 0 0 .179-2.708l-.792-.962a2 2 0 0 0-2.144-.636l-1.389.437a6.6 6.6 0 0 1-.936-1.223a6.3 6.3 0 0 1-.59-1.421"/></svg>
React
import type { SVGProps } from "react";
export function FluentCall16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.714 5.258C3.523 4 4.41 2.87 5.765 2.456a.99.99 0 0 1 1.214.598l.435 1.16a1 1 0 0 1-.26 1.088L5.86 6.487a.5.5 0 0 0-.152.47l.012.052l.031.13a7.3 7.3 0 0 0 .729 1.805a7.3 7.3 0 0 0 1.296 1.627l.04.036a.5.5 0 0 0 .482.103l1.673-.527a1 1 0 0 1 1.072.319l.792.961c.33.4.29.988-.089 1.341c-1.037.967-2.463 1.165-3.455.368a12.7 12.7 0 0 1-3.024-3.529a12.4 12.4 0 0 1-1.554-4.385m3.043 1.765l1.072-.984a2 2 0 0 0 .521-2.176l-.434-1.16A1.99 1.99 0 0 0 5.473 1.5c-1.683.515-3.034 2.024-2.748 3.909c.2 1.316.661 2.99 1.678 4.738a13.7 13.7 0 0 0 3.262 3.805c1.488 1.195 3.474.787 4.764-.415a1.98 1.98 0 0 0 .179-2.708l-.792-.962a2 2 0 0 0-2.144-.636l-1.389.437a6.6 6.6 0 0 1-.936-1.223a6.3 6.3 0 0 1-.59-1.421"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.714 5.258C3.523 4 4.41 2.87 5.765 2.456a.99.99 0 0 1 1.214.598l.435 1.16a1 1 0 0 1-.26 1.088L5.86 6.487a.5.5 0 0 0-.152.47l.012.052l.031.13a7.3 7.3 0 0 0 .729 1.805a7.3 7.3 0 0 0 1.296 1.627l.04.036a.5.5 0 0 0 .482.103l1.673-.527a1 1 0 0 1 1.072.319l.792.961c.33.4.29.988-.089 1.341c-1.037.967-2.463 1.165-3.455.368a12.7 12.7 0 0 1-3.024-3.529a12.4 12.4 0 0 1-1.554-4.385m3.043 1.765l1.072-.984a2 2 0 0 0 .521-2.176l-.434-1.16A1.99 1.99 0 0 0 5.473 1.5c-1.683.515-3.034 2.024-2.748 3.909c.2 1.316.661 2.99 1.678 4.738a13.7 13.7 0 0 0 3.262 3.805c1.488 1.195 3.474.787 4.764-.415a1.98 1.98 0 0 0 .179-2.708l-.792-.962a2 2 0 0 0-2.144-.636l-1.389.437a6.6 6.6 0 0 1-.936-1.223a6.3 6.3 0 0 1-.59-1.421"/></svg> </template>
CSS
.icon-call-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.714%205.258C3.523%204%204.41%202.87%205.765%202.456a.99.99%200%200%201%201.214.598l.435%201.16a1%201%200%200%201-.26%201.088L5.86%206.487a.5.5%200%200%200-.152.47l.012.052l.031.13a7.3%207.3%200%200%200%20.729%201.805a7.3%207.3%200%200%200%201.296%201.627l.04.036a.5.5%200%200%200%20.482.103l1.673-.527a1%201%200%200%201%201.072.319l.792.961c.33.4.29.988-.089%201.341c-1.037.967-2.463%201.165-3.455.368a12.7%2012.7%200%200%201-3.024-3.529a12.4%2012.4%200%200%201-1.554-4.385m3.043%201.765l1.072-.984a2%202%200%200%200%20.521-2.176l-.434-1.16A1.99%201.99%200%200%200%205.473%201.5c-1.683.515-3.034%202.024-2.748%203.909c.2%201.316.661%202.99%201.678%204.738a13.7%2013.7%200%200%200%203.262%203.805c1.488%201.195%203.474.787%204.764-.415a1.98%201.98%200%200%200%20.179-2.708l-.792-.962a2%202%200%200%200-2.144-.636l-1.389.437a6.6%206.6%200%200%201-.936-1.223a6.3%206.3%200%200%201-.59-1.421%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.714%205.258C3.523%204%204.41%202.87%205.765%202.456a.99.99%200%200%201%201.214.598l.435%201.16a1%201%200%200%201-.26%201.088L5.86%206.487a.5.5%200%200%200-.152.47l.012.052l.031.13a7.3%207.3%200%200%200%20.729%201.805a7.3%207.3%200%200%200%201.296%201.627l.04.036a.5.5%200%200%200%20.482.103l1.673-.527a1%201%200%200%201%201.072.319l.792.961c.33.4.29.988-.089%201.341c-1.037.967-2.463%201.165-3.455.368a12.7%2012.7%200%200%201-3.024-3.529a12.4%2012.4%200%200%201-1.554-4.385m3.043%201.765l1.072-.984a2%202%200%200%200%20.521-2.176l-.434-1.16A1.99%201.99%200%200%200%205.473%201.5c-1.683.515-3.034%202.024-2.748%203.909c.2%201.316.661%202.99%201.678%204.738a13.7%2013.7%200%200%200%203.262%203.805c1.488%201.195%203.474.787%204.764-.415a1.98%201.98%200%200%200%20.179-2.708l-.792-.962a2%202%200%200%200-2.144-.636l-1.389.437a6.6%206.6%200%200%201-.936-1.223a6.3%206.3%200%200%201-.59-1.421%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-16-regular.svg?color=%231a73e8&size=48