voicemail arrow back icon
voicemail-arrow-back-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- voicemail-arrow-back-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the voicemail arrow back icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.5 5.75c0-.268-.06-.523-.168-.75h1.336a1.74 1.74 0 0 0-.163.886a5.5 5.5 0 0 1 1.127-.56a.75.75 0 0 1 .948-.25a5.5 5.5 0 0 1 1.256-.066A1.75 1.75 0 0 0 9.25 4h-4.5A1.75 1.75 0 1 0 6.5 5.75m-1.75.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M12 5.207V2.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5V9a.5.5 0 0 0 .5.5h2.59q-.09.487-.09 1H2.5A1.5 1.5 0 0 1 1 9V2.5A1.5 1.5 0 0 1 2.5 1h9A1.5 1.5 0 0 1 13 2.5v3.1a5.5 5.5 0 0 0-1-.393m3 5.293a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M9.604 7.896a.5.5 0 0 0-.708 0l-1.75 1.75a.5.5 0 0 0-.002.705l1.752 1.753a.5.5 0 0 0 .708-.708l-.897-.896h1.543c.966 0 1.75.784 1.75 1.75v.25a.5.5 0 0 0 1 0v-.25a2.75 2.75 0 0 0-2.75-2.75H8.707l.897-.896a.5.5 0 0 0 0-.708"/></svg>
React
import type { SVGProps } from "react";
export function FluentVoicemailArrowBack16Regular(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="M6.5 5.75c0-.268-.06-.523-.168-.75h1.336a1.74 1.74 0 0 0-.163.886a5.5 5.5 0 0 1 1.127-.56a.75.75 0 0 1 .948-.25a5.5 5.5 0 0 1 1.256-.066A1.75 1.75 0 0 0 9.25 4h-4.5A1.75 1.75 0 1 0 6.5 5.75m-1.75.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M12 5.207V2.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5V9a.5.5 0 0 0 .5.5h2.59q-.09.487-.09 1H2.5A1.5 1.5 0 0 1 1 9V2.5A1.5 1.5 0 0 1 2.5 1h9A1.5 1.5 0 0 1 13 2.5v3.1a5.5 5.5 0 0 0-1-.393m3 5.293a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M9.604 7.896a.5.5 0 0 0-.708 0l-1.75 1.75a.5.5 0 0 0-.002.705l1.752 1.753a.5.5 0 0 0 .708-.708l-.897-.896h1.543c.966 0 1.75.784 1.75 1.75v.25a.5.5 0 0 0 1 0v-.25a2.75 2.75 0 0 0-2.75-2.75H8.707l.897-.896a.5.5 0 0 0 0-.708"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.5 5.75c0-.268-.06-.523-.168-.75h1.336a1.74 1.74 0 0 0-.163.886a5.5 5.5 0 0 1 1.127-.56a.75.75 0 0 1 .948-.25a5.5 5.5 0 0 1 1.256-.066A1.75 1.75 0 0 0 9.25 4h-4.5A1.75 1.75 0 1 0 6.5 5.75m-1.75.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M12 5.207V2.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5V9a.5.5 0 0 0 .5.5h2.59q-.09.487-.09 1H2.5A1.5 1.5 0 0 1 1 9V2.5A1.5 1.5 0 0 1 2.5 1h9A1.5 1.5 0 0 1 13 2.5v3.1a5.5 5.5 0 0 0-1-.393m3 5.293a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M9.604 7.896a.5.5 0 0 0-.708 0l-1.75 1.75a.5.5 0 0 0-.002.705l1.752 1.753a.5.5 0 0 0 .708-.708l-.897-.896h1.543c.966 0 1.75.784 1.75 1.75v.25a.5.5 0 0 0 1 0v-.25a2.75 2.75 0 0 0-2.75-2.75H8.707l.897-.896a.5.5 0 0 0 0-.708"/></svg> </template>
CSS
.icon-voicemail-arrow-back-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%22M6.5%205.75c0-.268-.06-.523-.168-.75h1.336a1.74%201.74%200%200%200-.163.886a5.5%205.5%200%200%201%201.127-.56a.75.75%200%200%201%20.948-.25a5.5%205.5%200%200%201%201.256-.066A1.75%201.75%200%200%200%209.25%204h-4.5A1.75%201.75%200%201%200%206.5%205.75m-1.75.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5M12%205.207V2.5a.5.5%200%200%200-.5-.5h-9a.5.5%200%200%200-.5.5V9a.5.5%200%200%200%20.5.5h2.59q-.09.487-.09%201H2.5A1.5%201.5%200%200%201%201%209V2.5A1.5%201.5%200%200%201%202.5%201h9A1.5%201.5%200%200%201%2013%202.5v3.1a5.5%205.5%200%200%200-1-.393m3%205.293a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M9.604%207.896a.5.5%200%200%200-.708%200l-1.75%201.75a.5.5%200%200%200-.002.705l1.752%201.753a.5.5%200%200%200%20.708-.708l-.897-.896h1.543c.966%200%201.75.784%201.75%201.75v.25a.5.5%200%200%200%201%200v-.25a2.75%202.75%200%200%200-2.75-2.75H8.707l.897-.896a.5.5%200%200%200%200-.708%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%22M6.5%205.75c0-.268-.06-.523-.168-.75h1.336a1.74%201.74%200%200%200-.163.886a5.5%205.5%200%200%201%201.127-.56a.75.75%200%200%201%20.948-.25a5.5%205.5%200%200%201%201.256-.066A1.75%201.75%200%200%200%209.25%204h-4.5A1.75%201.75%200%201%200%206.5%205.75m-1.75.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5M12%205.207V2.5a.5.5%200%200%200-.5-.5h-9a.5.5%200%200%200-.5.5V9a.5.5%200%200%200%20.5.5h2.59q-.09.487-.09%201H2.5A1.5%201.5%200%200%201%201%209V2.5A1.5%201.5%200%200%201%202.5%201h9A1.5%201.5%200%200%201%2013%202.5v3.1a5.5%205.5%200%200%200-1-.393m3%205.293a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M9.604%207.896a.5.5%200%200%200-.708%200l-1.75%201.75a.5.5%200%200%200-.002.705l1.752%201.753a.5.5%200%200%200%20.708-.708l-.897-.896h1.543c.966%200%201.75.784%201.75%201.75v.25a.5.5%200%200%200%201%200v-.25a2.75%202.75%200%200%200-2.75-2.75H8.707l.897-.896a.5.5%200%200%200%200-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/voicemail-arrow-back-16-regular.svg?color=%231a73e8&size=48