slide text call icon
slide-text-call-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- slide-text-call-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
slide-add-16-filledslide-arrow-forward-20-filledslide-arrow-right-20-filledslide-content-20-filledslide-design-24-filledslide-eraser-16-filledslide-grid-20-filledslide-hide-20-filledslide-layout-20-filledslide-link-20-filledslide-microphone-20-filledslide-multiple-16-filledslide-multiple-arrow-right-20-filledslide-multiple-search-20-filledslide-play-20-filledslide-record-16-filledslide-search-16-filledslide-settings-20-filledslide-size-20-filledslide-text-16-filledslide-text-cursor-20-filledslide-text-edit-16-filledslide-text-multiple-16-filledslide-text-person-16-filled
Use the slide text call icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 4A2.75 2.75 0 0 0 2 6.75v10.5A2.75 2.75 0 0 0 4.75 20h9.398c-.274-.72-.17-1.56.338-2.201l.8-1.01a2.2 2.2 0 0 1 2.238-.77l.838.203c.52-.437.83-.975.948-1.644l-.595-.625a2.2 2.2 0 0 1-.453-2.328l.476-1.204a2.245 2.245 0 0 1 2.787-1.31l.43.14l.045.016V6.75A2.75 2.75 0 0 0 19.25 4zM6 8.75A.75.75 0 0 1 6.75 8h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 6 8.75m0 3a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75m.75 3.75a.75.75 0 0 1 0-1.5h6.5a.75.75 0 0 1 0 1.5zm12.442-3.505l.476-1.205c.242-.614.92-.933 1.548-.728l.431.141c.724.237 1.326.806 1.35 1.569c.1 3.11-2.476 7.583-5.213 9.055c-.673.362-1.468.123-2.035-.391l-.337-.305a1.253 1.253 0 0 1-.142-1.706l.8-1.01c.29-.367.767-.53 1.22-.42l1.292.313q1.654-1.095 1.774-3.079l-.917-.964a1.2 1.2 0 0 1-.247-1.27"/></svg>
React
import type { SVGProps } from "react";
export function FluentSlideTextCall24Filled(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="M4.75 4A2.75 2.75 0 0 0 2 6.75v10.5A2.75 2.75 0 0 0 4.75 20h9.398c-.274-.72-.17-1.56.338-2.201l.8-1.01a2.2 2.2 0 0 1 2.238-.77l.838.203c.52-.437.83-.975.948-1.644l-.595-.625a2.2 2.2 0 0 1-.453-2.328l.476-1.204a2.245 2.245 0 0 1 2.787-1.31l.43.14l.045.016V6.75A2.75 2.75 0 0 0 19.25 4zM6 8.75A.75.75 0 0 1 6.75 8h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 6 8.75m0 3a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75m.75 3.75a.75.75 0 0 1 0-1.5h6.5a.75.75 0 0 1 0 1.5zm12.442-3.505l.476-1.205c.242-.614.92-.933 1.548-.728l.431.141c.724.237 1.326.806 1.35 1.569c.1 3.11-2.476 7.583-5.213 9.055c-.673.362-1.468.123-2.035-.391l-.337-.305a1.253 1.253 0 0 1-.142-1.706l.8-1.01c.29-.367.767-.53 1.22-.42l1.292.313q1.654-1.095 1.774-3.079l-.917-.964a1.2 1.2 0 0 1-.247-1.27"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 4A2.75 2.75 0 0 0 2 6.75v10.5A2.75 2.75 0 0 0 4.75 20h9.398c-.274-.72-.17-1.56.338-2.201l.8-1.01a2.2 2.2 0 0 1 2.238-.77l.838.203c.52-.437.83-.975.948-1.644l-.595-.625a2.2 2.2 0 0 1-.453-2.328l.476-1.204a2.245 2.245 0 0 1 2.787-1.31l.43.14l.045.016V6.75A2.75 2.75 0 0 0 19.25 4zM6 8.75A.75.75 0 0 1 6.75 8h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 6 8.75m0 3a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75m.75 3.75a.75.75 0 0 1 0-1.5h6.5a.75.75 0 0 1 0 1.5zm12.442-3.505l.476-1.205c.242-.614.92-.933 1.548-.728l.431.141c.724.237 1.326.806 1.35 1.569c.1 3.11-2.476 7.583-5.213 9.055c-.673.362-1.468.123-2.035-.391l-.337-.305a1.253 1.253 0 0 1-.142-1.706l.8-1.01c.29-.367.767-.53 1.22-.42l1.292.313q1.654-1.095 1.774-3.079l-.917-.964a1.2 1.2 0 0 1-.247-1.27"/></svg> </template>
CSS
.icon-slide-text-call-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.75%204A2.75%202.75%200%200%200%202%206.75v10.5A2.75%202.75%200%200%200%204.75%2020h9.398c-.274-.72-.17-1.56.338-2.201l.8-1.01a2.2%202.2%200%200%201%202.238-.77l.838.203c.52-.437.83-.975.948-1.644l-.595-.625a2.2%202.2%200%200%201-.453-2.328l.476-1.204a2.245%202.245%200%200%201%202.787-1.31l.43.14l.045.016V6.75A2.75%202.75%200%200%200%2019.25%204zM6%208.75A.75.75%200%200%201%206.75%208h4.5a.75.75%200%200%201%200%201.5h-4.5A.75.75%200%200%201%206%208.75m0%203a.75.75%200%200%201%20.75-.75h8.5a.75.75%200%200%201%200%201.5h-8.5a.75.75%200%200%201-.75-.75m.75%203.75a.75.75%200%200%201%200-1.5h6.5a.75.75%200%200%201%200%201.5zm12.442-3.505l.476-1.205c.242-.614.92-.933%201.548-.728l.431.141c.724.237%201.326.806%201.35%201.569c.1%203.11-2.476%207.583-5.213%209.055c-.673.362-1.468.123-2.035-.391l-.337-.305a1.253%201.253%200%200%201-.142-1.706l.8-1.01c.29-.367.767-.53%201.22-.42l1.292.313q1.654-1.095%201.774-3.079l-.917-.964a1.2%201.2%200%200%201-.247-1.27%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%22M4.75%204A2.75%202.75%200%200%200%202%206.75v10.5A2.75%202.75%200%200%200%204.75%2020h9.398c-.274-.72-.17-1.56.338-2.201l.8-1.01a2.2%202.2%200%200%201%202.238-.77l.838.203c.52-.437.83-.975.948-1.644l-.595-.625a2.2%202.2%200%200%201-.453-2.328l.476-1.204a2.245%202.245%200%200%201%202.787-1.31l.43.14l.045.016V6.75A2.75%202.75%200%200%200%2019.25%204zM6%208.75A.75.75%200%200%201%206.75%208h4.5a.75.75%200%200%201%200%201.5h-4.5A.75.75%200%200%201%206%208.75m0%203a.75.75%200%200%201%20.75-.75h8.5a.75.75%200%200%201%200%201.5h-8.5a.75.75%200%200%201-.75-.75m.75%203.75a.75.75%200%200%201%200-1.5h6.5a.75.75%200%200%201%200%201.5zm12.442-3.505l.476-1.205c.242-.614.92-.933%201.548-.728l.431.141c.724.237%201.326.806%201.35%201.569c.1%203.11-2.476%207.583-5.213%209.055c-.673.362-1.468.123-2.035-.391l-.337-.305a1.253%201.253%200%200%201-.142-1.706l.8-1.01c.29-.367.767-.53%201.22-.42l1.292.313q1.654-1.095%201.774-3.079l-.917-.964a1.2%201.2%200%200%201-.247-1.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/slide-text-call-24-filled.svg?color=%231a73e8&size=48