select to speak icon
select-to-speak-outline from Material Symbols by Google · Outline · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- select-to-speak-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- select-to-speak-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the select to speak icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 20.725v-2.05q2.25-.65 3.625-2.5t1.375-4.2t-1.375-4.2T14 5.275v-2.05q3.1.7 5.05 3.138T21 11.975t-1.95 5.613T14 20.725M12 20l-5-5H3V9h4l5-5zm2-4V7.95q1.175.55 1.838 1.65T16.5 12q0 1.275-.663 2.363T14 16m-4-.85v-6.3L7.85 11H5v2h2.85zM1 7V1h6v2H3v4zm16 16v-2h4v-4h2v6zM7.5 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSelectToSpeakOutline(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="M14 20.725v-2.05q2.25-.65 3.625-2.5t1.375-4.2t-1.375-4.2T14 5.275v-2.05q3.1.7 5.05 3.138T21 11.975t-1.95 5.613T14 20.725M12 20l-5-5H3V9h4l5-5zm2-4V7.95q1.175.55 1.838 1.65T16.5 12q0 1.275-.663 2.363T14 16m-4-.85v-6.3L7.85 11H5v2h2.85zM1 7V1h6v2H3v4zm16 16v-2h4v-4h2v6zM7.5 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 20.725v-2.05q2.25-.65 3.625-2.5t1.375-4.2t-1.375-4.2T14 5.275v-2.05q3.1.7 5.05 3.138T21 11.975t-1.95 5.613T14 20.725M12 20l-5-5H3V9h4l5-5zm2-4V7.95q1.175.55 1.838 1.65T16.5 12q0 1.275-.663 2.363T14 16m-4-.85v-6.3L7.85 11H5v2h2.85zM1 7V1h6v2H3v4zm16 16v-2h4v-4h2v6zM7.5 12"/></svg> </template>
CSS
.icon-select-to-speak-outline {
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%22M14%2020.725v-2.05q2.25-.65%203.625-2.5t1.375-4.2t-1.375-4.2T14%205.275v-2.05q3.1.7%205.05%203.138T21%2011.975t-1.95%205.613T14%2020.725M12%2020l-5-5H3V9h4l5-5zm2-4V7.95q1.175.55%201.838%201.65T16.5%2012q0%201.275-.663%202.363T14%2016m-4-.85v-6.3L7.85%2011H5v2h2.85zM1%207V1h6v2H3v4zm16%2016v-2h4v-4h2v6zM7.5%2012%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%22M14%2020.725v-2.05q2.25-.65%203.625-2.5t1.375-4.2t-1.375-4.2T14%205.275v-2.05q3.1.7%205.05%203.138T21%2011.975t-1.95%205.613T14%2020.725M12%2020l-5-5H3V9h4l5-5zm2-4V7.95q1.175.55%201.838%201.65T16.5%2012q0%201.275-.663%202.363T14%2016m-4-.85v-6.3L7.85%2011H5v2h2.85zM1%207V1h6v2H3v4zm16%2016v-2h4v-4h2v6zM7.5%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/select-to-speak-outline.svg?color=%231a73e8&size=48