voicemail arrow back icon
voicemail-arrow-back-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- voicemail-arrow-back-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- 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="M4 5.75a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0M9.25 4a1.75 1.75 0 0 1 1.586 1.01A5.5 5.5 0 0 1 13 5.6V2.5A1.5 1.5 0 0 0 11.5 1h-9A1.5 1.5 0 0 0 1 2.5V9a1.5 1.5 0 0 0 1.5 1.5H5c0-1.933.997-3.633 2.505-4.614A1.8 1.8 0 0 1 7.668 5H6.332A1.75 1.75 0 1 1 4.75 4zm-.618 1.325q.457-.165.948-.248a.75.75 0 0 0-.948.248M10.5 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-.896-6.396l-.897.896h1.543A2.75 2.75 0 0 1 13 12.25v.25a.5.5 0 0 1-1 0v-.25a1.75 1.75 0 0 0-1.75-1.75H8.707l.897.896a.5.5 0 0 1-.708.708L7.144 10.35a.5.5 0 0 1 .002-.705l1.75-1.75a.5.5 0 1 1 .708.708"/></svg>
React
import type { SVGProps } from "react";
export function FluentVoicemailArrowBack16Filled(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="M4 5.75a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0M9.25 4a1.75 1.75 0 0 1 1.586 1.01A5.5 5.5 0 0 1 13 5.6V2.5A1.5 1.5 0 0 0 11.5 1h-9A1.5 1.5 0 0 0 1 2.5V9a1.5 1.5 0 0 0 1.5 1.5H5c0-1.933.997-3.633 2.505-4.614A1.8 1.8 0 0 1 7.668 5H6.332A1.75 1.75 0 1 1 4.75 4zm-.618 1.325q.457-.165.948-.248a.75.75 0 0 0-.948.248M10.5 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-.896-6.396l-.897.896h1.543A2.75 2.75 0 0 1 13 12.25v.25a.5.5 0 0 1-1 0v-.25a1.75 1.75 0 0 0-1.75-1.75H8.707l.897.896a.5.5 0 0 1-.708.708L7.144 10.35a.5.5 0 0 1 .002-.705l1.75-1.75a.5.5 0 1 1 .708.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="M4 5.75a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0M9.25 4a1.75 1.75 0 0 1 1.586 1.01A5.5 5.5 0 0 1 13 5.6V2.5A1.5 1.5 0 0 0 11.5 1h-9A1.5 1.5 0 0 0 1 2.5V9a1.5 1.5 0 0 0 1.5 1.5H5c0-1.933.997-3.633 2.505-4.614A1.8 1.8 0 0 1 7.668 5H6.332A1.75 1.75 0 1 1 4.75 4zm-.618 1.325q.457-.165.948-.248a.75.75 0 0 0-.948.248M10.5 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-.896-6.396l-.897.896h1.543A2.75 2.75 0 0 1 13 12.25v.25a.5.5 0 0 1-1 0v-.25a1.75 1.75 0 0 0-1.75-1.75H8.707l.897.896a.5.5 0 0 1-.708.708L7.144 10.35a.5.5 0 0 1 .002-.705l1.75-1.75a.5.5 0 1 1 .708.708"/></svg> </template>
CSS
.icon-voicemail-arrow-back-16-filled {
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%22M4%205.75a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200M9.25%204a1.75%201.75%200%200%201%201.586%201.01A5.5%205.5%200%200%201%2013%205.6V2.5A1.5%201.5%200%200%200%2011.5%201h-9A1.5%201.5%200%200%200%201%202.5V9a1.5%201.5%200%200%200%201.5%201.5H5c0-1.933.997-3.633%202.505-4.614A1.8%201.8%200%200%201%207.668%205H6.332A1.75%201.75%200%201%201%204.75%204zm-.618%201.325q.457-.165.948-.248a.75.75%200%200%200-.948.248M10.5%2015a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m-.896-6.396l-.897.896h1.543A2.75%202.75%200%200%201%2013%2012.25v.25a.5.5%200%200%201-1%200v-.25a1.75%201.75%200%200%200-1.75-1.75H8.707l.897.896a.5.5%200%200%201-.708.708L7.144%2010.35a.5.5%200%200%201%20.002-.705l1.75-1.75a.5.5%200%201%201%20.708.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%22M4%205.75a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200M9.25%204a1.75%201.75%200%200%201%201.586%201.01A5.5%205.5%200%200%201%2013%205.6V2.5A1.5%201.5%200%200%200%2011.5%201h-9A1.5%201.5%200%200%200%201%202.5V9a1.5%201.5%200%200%200%201.5%201.5H5c0-1.933.997-3.633%202.505-4.614A1.8%201.8%200%200%201%207.668%205H6.332A1.75%201.75%200%201%201%204.75%204zm-.618%201.325q.457-.165.948-.248a.75.75%200%200%200-.948.248M10.5%2015a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m-.896-6.396l-.897.896h1.543A2.75%202.75%200%200%201%2013%2012.25v.25a.5.5%200%200%201-1%200v-.25a1.75%201.75%200%200%200-1.75-1.75H8.707l.897.896a.5.5%200%200%201-.708.708L7.144%2010.35a.5.5%200%200%201%20.002-.705l1.75-1.75a.5.5%200%201%201%20.708.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-filled.svg?color=%231a73e8&size=48