slide text call icon
slide-text-call-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- slide-text-call-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M2.004 7.75A3.75 3.75 0 0 1 5.754 4H22.25A3.75 3.75 0 0 1 26 7.75v3.756l-.102-.049l-.445-.206a2.7 2.7 0 0 0-3.691 1.579l-.413 1.194a2.33 2.33 0 0 0 .523 2.372l.947.981c-.13.931-.543 1.663-1.26 2.24l-1.29-.34a2.27 2.27 0 0 0-2.316.736l-.81.962A2.76 2.76 0 0 0 16.802 24H5.754a3.75 3.75 0 0 1-3.75-3.75zM7.728 9A.73.73 0 0 0 7 9.728v.044c0 .402.326.728.728.728h5.544A.73.73 0 0 0 14 9.772v-.044A.73.73 0 0 0 13.272 9zM7 13.728v.044c0 .402.326.728.728.728h10.544a.73.73 0 0 0 .728-.728v-.044a.73.73 0 0 0-.728-.728H7.728a.73.73 0 0 0-.728.728M7.728 17a.73.73 0 0 0-.728.728v.044c0 .402.326.728.728.728h7.544a.73.73 0 0 0 .728-.728v-.044a.73.73 0 0 0-.728-.728zm14.566-2.65l.413-1.193a1.7 1.7 0 0 1 2.326-.998l.445.206c.725.335 1.333.937 1.451 1.735c.58 3.913-2.488 9.324-6.107 10.77c-.738.295-1.553.06-2.202-.412l-.398-.29a1.76 1.76 0 0 1-.314-2.55l.81-.96a1.27 1.27 0 0 1 1.297-.414l1.747.46q1.979-1.299 2.093-3.692l-1.264-1.31a1.33 1.33 0 0 1-.297-1.351"/></svg>
React
import type { SVGProps } from "react";
export function FluentSlideTextCall28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2.004 7.75A3.75 3.75 0 0 1 5.754 4H22.25A3.75 3.75 0 0 1 26 7.75v3.756l-.102-.049l-.445-.206a2.7 2.7 0 0 0-3.691 1.579l-.413 1.194a2.33 2.33 0 0 0 .523 2.372l.947.981c-.13.931-.543 1.663-1.26 2.24l-1.29-.34a2.27 2.27 0 0 0-2.316.736l-.81.962A2.76 2.76 0 0 0 16.802 24H5.754a3.75 3.75 0 0 1-3.75-3.75zM7.728 9A.73.73 0 0 0 7 9.728v.044c0 .402.326.728.728.728h5.544A.73.73 0 0 0 14 9.772v-.044A.73.73 0 0 0 13.272 9zM7 13.728v.044c0 .402.326.728.728.728h10.544a.73.73 0 0 0 .728-.728v-.044a.73.73 0 0 0-.728-.728H7.728a.73.73 0 0 0-.728.728M7.728 17a.73.73 0 0 0-.728.728v.044c0 .402.326.728.728.728h7.544a.73.73 0 0 0 .728-.728v-.044a.73.73 0 0 0-.728-.728zm14.566-2.65l.413-1.193a1.7 1.7 0 0 1 2.326-.998l.445.206c.725.335 1.333.937 1.451 1.735c.58 3.913-2.488 9.324-6.107 10.77c-.738.295-1.553.06-2.202-.412l-.398-.29a1.76 1.76 0 0 1-.314-2.55l.81-.96a1.27 1.27 0 0 1 1.297-.414l1.747.46q1.979-1.299 2.093-3.692l-1.264-1.31a1.33 1.33 0 0 1-.297-1.351"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2.004 7.75A3.75 3.75 0 0 1 5.754 4H22.25A3.75 3.75 0 0 1 26 7.75v3.756l-.102-.049l-.445-.206a2.7 2.7 0 0 0-3.691 1.579l-.413 1.194a2.33 2.33 0 0 0 .523 2.372l.947.981c-.13.931-.543 1.663-1.26 2.24l-1.29-.34a2.27 2.27 0 0 0-2.316.736l-.81.962A2.76 2.76 0 0 0 16.802 24H5.754a3.75 3.75 0 0 1-3.75-3.75zM7.728 9A.73.73 0 0 0 7 9.728v.044c0 .402.326.728.728.728h5.544A.73.73 0 0 0 14 9.772v-.044A.73.73 0 0 0 13.272 9zM7 13.728v.044c0 .402.326.728.728.728h10.544a.73.73 0 0 0 .728-.728v-.044a.73.73 0 0 0-.728-.728H7.728a.73.73 0 0 0-.728.728M7.728 17a.73.73 0 0 0-.728.728v.044c0 .402.326.728.728.728h7.544a.73.73 0 0 0 .728-.728v-.044a.73.73 0 0 0-.728-.728zm14.566-2.65l.413-1.193a1.7 1.7 0 0 1 2.326-.998l.445.206c.725.335 1.333.937 1.451 1.735c.58 3.913-2.488 9.324-6.107 10.77c-.738.295-1.553.06-2.202-.412l-.398-.29a1.76 1.76 0 0 1-.314-2.55l.81-.96a1.27 1.27 0 0 1 1.297-.414l1.747.46q1.979-1.299 2.093-3.692l-1.264-1.31a1.33 1.33 0 0 1-.297-1.351"/></svg> </template>
CSS
.icon-slide-text-call-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.004%207.75A3.75%203.75%200%200%201%205.754%204H22.25A3.75%203.75%200%200%201%2026%207.75v3.756l-.102-.049l-.445-.206a2.7%202.7%200%200%200-3.691%201.579l-.413%201.194a2.33%202.33%200%200%200%20.523%202.372l.947.981c-.13.931-.543%201.663-1.26%202.24l-1.29-.34a2.27%202.27%200%200%200-2.316.736l-.81.962A2.76%202.76%200%200%200%2016.802%2024H5.754a3.75%203.75%200%200%201-3.75-3.75zM7.728%209A.73.73%200%200%200%207%209.728v.044c0%20.402.326.728.728.728h5.544A.73.73%200%200%200%2014%209.772v-.044A.73.73%200%200%200%2013.272%209zM7%2013.728v.044c0%20.402.326.728.728.728h10.544a.73.73%200%200%200%20.728-.728v-.044a.73.73%200%200%200-.728-.728H7.728a.73.73%200%200%200-.728.728M7.728%2017a.73.73%200%200%200-.728.728v.044c0%20.402.326.728.728.728h7.544a.73.73%200%200%200%20.728-.728v-.044a.73.73%200%200%200-.728-.728zm14.566-2.65l.413-1.193a1.7%201.7%200%200%201%202.326-.998l.445.206c.725.335%201.333.937%201.451%201.735c.58%203.913-2.488%209.324-6.107%2010.77c-.738.295-1.553.06-2.202-.412l-.398-.29a1.76%201.76%200%200%201-.314-2.55l.81-.96a1.27%201.27%200%200%201%201.297-.414l1.747.46q1.979-1.299%202.093-3.692l-1.264-1.31a1.33%201.33%200%200%201-.297-1.351%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.004%207.75A3.75%203.75%200%200%201%205.754%204H22.25A3.75%203.75%200%200%201%2026%207.75v3.756l-.102-.049l-.445-.206a2.7%202.7%200%200%200-3.691%201.579l-.413%201.194a2.33%202.33%200%200%200%20.523%202.372l.947.981c-.13.931-.543%201.663-1.26%202.24l-1.29-.34a2.27%202.27%200%200%200-2.316.736l-.81.962A2.76%202.76%200%200%200%2016.802%2024H5.754a3.75%203.75%200%200%201-3.75-3.75zM7.728%209A.73.73%200%200%200%207%209.728v.044c0%20.402.326.728.728.728h5.544A.73.73%200%200%200%2014%209.772v-.044A.73.73%200%200%200%2013.272%209zM7%2013.728v.044c0%20.402.326.728.728.728h10.544a.73.73%200%200%200%20.728-.728v-.044a.73.73%200%200%200-.728-.728H7.728a.73.73%200%200%200-.728.728M7.728%2017a.73.73%200%200%200-.728.728v.044c0%20.402.326.728.728.728h7.544a.73.73%200%200%200%20.728-.728v-.044a.73.73%200%200%200-.728-.728zm14.566-2.65l.413-1.193a1.7%201.7%200%200%201%202.326-.998l.445.206c.725.335%201.333.937%201.451%201.735c.58%203.913-2.488%209.324-6.107%2010.77c-.738.295-1.553.06-2.202-.412l-.398-.29a1.76%201.76%200%200%201-.314-2.55l.81-.96a1.27%201.27%200%200%201%201.297-.414l1.747.46q1.979-1.299%202.093-3.692l-1.264-1.31a1.33%201.33%200%200%201-.297-1.351%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-28-filled.svg?color=%231a73e8&size=48