speak-ai-line from Remix Icon by Remix Design · Line · Communication · Apache-2.0 Free for personal and commercial use.

Name
speak-ai-line
Set
Remix Icon
Style
Line
Category
Communication
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More communication icons from Remix Icon

Use the speak ai icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.713 7.128l-.246.566a.506.506 0 0 1-.934 0l-.246-.566a4.36 4.36 0 0 0-2.22-2.25l-.759-.339a.53.53 0 0 1 0-.963l.717-.319A4.37 4.37 0 0 0 19.276.931L19.53.32a.506.506 0 0 1 .942 0l.253.61a4.37 4.37 0 0 0 2.25 2.327l.718.32a.53.53 0 0 1 0 .962l-.76.338a4.36 4.36 0 0 0-2.219 2.251M9 2a8 8 0 0 1 7.934 6.965l2.25 3.539c.148.233.118.58-.225.728L17 14.07V17a2 2 0 0 1-2 2h-1.999L13 22H4v-3.694c0-1.18-.436-2.297-1.244-3.305A8 8 0 0 1 9 2m0 2a6 6 0 0 0-4.684 9.75C5.41 15.114 6 16.667 6 18.306V20h5l.002-3H15v-4.248l1.55-.664l-1.543-2.425l-.057-.442A6 6 0 0 0 9 4m10.49 12.993l1.664 1.11A10.95 10.95 0 0 0 23 12q-.001-1.025-.181-2l-1.943.5q.123.733.124 1.5a8.96 8.96 0 0 1-1.51 4.993"/></svg>

React

import type { SVGProps } from "react";

export function RiSpeakAiLine(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="m20.713 7.128l-.246.566a.506.506 0 0 1-.934 0l-.246-.566a4.36 4.36 0 0 0-2.22-2.25l-.759-.339a.53.53 0 0 1 0-.963l.717-.319A4.37 4.37 0 0 0 19.276.931L19.53.32a.506.506 0 0 1 .942 0l.253.61a4.37 4.37 0 0 0 2.25 2.327l.718.32a.53.53 0 0 1 0 .962l-.76.338a4.36 4.36 0 0 0-2.219 2.251M9 2a8 8 0 0 1 7.934 6.965l2.25 3.539c.148.233.118.58-.225.728L17 14.07V17a2 2 0 0 1-2 2h-1.999L13 22H4v-3.694c0-1.18-.436-2.297-1.244-3.305A8 8 0 0 1 9 2m0 2a6 6 0 0 0-4.684 9.75C5.41 15.114 6 16.667 6 18.306V20h5l.002-3H15v-4.248l1.55-.664l-1.543-2.425l-.057-.442A6 6 0 0 0 9 4m10.49 12.993l1.664 1.11A10.95 10.95 0 0 0 23 12q-.001-1.025-.181-2l-1.943.5q.123.733.124 1.5a8.96 8.96 0 0 1-1.51 4.993"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.713 7.128l-.246.566a.506.506 0 0 1-.934 0l-.246-.566a4.36 4.36 0 0 0-2.22-2.25l-.759-.339a.53.53 0 0 1 0-.963l.717-.319A4.37 4.37 0 0 0 19.276.931L19.53.32a.506.506 0 0 1 .942 0l.253.61a4.37 4.37 0 0 0 2.25 2.327l.718.32a.53.53 0 0 1 0 .962l-.76.338a4.36 4.36 0 0 0-2.219 2.251M9 2a8 8 0 0 1 7.934 6.965l2.25 3.539c.148.233.118.58-.225.728L17 14.07V17a2 2 0 0 1-2 2h-1.999L13 22H4v-3.694c0-1.18-.436-2.297-1.244-3.305A8 8 0 0 1 9 2m0 2a6 6 0 0 0-4.684 9.75C5.41 15.114 6 16.667 6 18.306V20h5l.002-3H15v-4.248l1.55-.664l-1.543-2.425l-.057-.442A6 6 0 0 0 9 4m10.49 12.993l1.664 1.11A10.95 10.95 0 0 0 23 12q-.001-1.025-.181-2l-1.943.5q.123.733.124 1.5a8.96 8.96 0 0 1-1.51 4.993"/></svg>
</template>

CSS

.icon-speak-ai-line {
  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%22m20.713%207.128l-.246.566a.506.506%200%200%201-.934%200l-.246-.566a4.36%204.36%200%200%200-2.22-2.25l-.759-.339a.53.53%200%200%201%200-.963l.717-.319A4.37%204.37%200%200%200%2019.276.931L19.53.32a.506.506%200%200%201%20.942%200l.253.61a4.37%204.37%200%200%200%202.25%202.327l.718.32a.53.53%200%200%201%200%20.962l-.76.338a4.36%204.36%200%200%200-2.219%202.251M9%202a8%208%200%200%201%207.934%206.965l2.25%203.539c.148.233.118.58-.225.728L17%2014.07V17a2%202%200%200%201-2%202h-1.999L13%2022H4v-3.694c0-1.18-.436-2.297-1.244-3.305A8%208%200%200%201%209%202m0%202a6%206%200%200%200-4.684%209.75C5.41%2015.114%206%2016.667%206%2018.306V20h5l.002-3H15v-4.248l1.55-.664l-1.543-2.425l-.057-.442A6%206%200%200%200%209%204m10.49%2012.993l1.664%201.11A10.95%2010.95%200%200%200%2023%2012q-.001-1.025-.181-2l-1.943.5q.123.733.124%201.5a8.96%208.96%200%200%201-1.51%204.993%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%22m20.713%207.128l-.246.566a.506.506%200%200%201-.934%200l-.246-.566a4.36%204.36%200%200%200-2.22-2.25l-.759-.339a.53.53%200%200%201%200-.963l.717-.319A4.37%204.37%200%200%200%2019.276.931L19.53.32a.506.506%200%200%201%20.942%200l.253.61a4.37%204.37%200%200%200%202.25%202.327l.718.32a.53.53%200%200%201%200%20.962l-.76.338a4.36%204.36%200%200%200-2.219%202.251M9%202a8%208%200%200%201%207.934%206.965l2.25%203.539c.148.233.118.58-.225.728L17%2014.07V17a2%202%200%200%201-2%202h-1.999L13%2022H4v-3.694c0-1.18-.436-2.297-1.244-3.305A8%208%200%200%201%209%202m0%202a6%206%200%200%200-4.684%209.75C5.41%2015.114%206%2016.667%206%2018.306V20h5l.002-3H15v-4.248l1.55-.664l-1.543-2.425l-.057-.442A6%206%200%200%200%209%204m10.49%2012.993l1.664%201.11A10.95%2010.95%200%200%200%2023%2012q-.001-1.025-.181-2l-1.943.5q.123.733.124%201.5a8.96%208.96%200%200%201-1.51%204.993%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/speak-ai-line.svg?color=%231a73e8&size=48