speaker zzz fill rtl icon

speaker-zzz-fill-rtl from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
speaker-zzz-fill-rtl
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the speaker zzz fill rtl icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M31.007 49.112c1.095 0 1.99-.447 3.063-1.453l9.88-9.411c.135-.135.336-.202.56-.202h6.64c3.151 0 4.85-1.721 4.85-5.074v-8.674c0-3.353-1.699-5.075-4.85-5.075h-6.64c-.224 0-.425-.067-.56-.201L34.07 9.7c-1.185-1.118-1.923-1.61-3.018-1.61c-1.565 0-2.66 1.252-2.66 2.75v35.657c0 1.498 1.095 2.615 2.615 2.615m-9.792-25.977h-5.477v-.134l5.611-7.4c.514-.648.693-1.05.693-1.497c0-.76-.58-1.207-1.386-1.207H12.9c-.738 0-1.297.47-1.297 1.23c0 .804.56 1.273 1.297 1.273h5.187v.112l-5.701 7.4c-.514.648-.693 1.028-.693 1.542c0 .693.559 1.207 1.364 1.207h8.16c.737 0 1.273-.491 1.273-1.274c0-.738-.536-1.252-1.274-1.252M7.623 32.368H3.8v-.09l3.98-5.208c.447-.604.648-1.006.648-1.43c0-.716-.581-1.141-1.341-1.141h-5.88c-.715 0-1.207.47-1.207 1.163c0 .782.492 1.229 1.207 1.229H4.65v.09L.693 32.167C.268 32.77.1 33.128.1 33.62c0 .67.504 1.163 1.241 1.163h6.282c.715 0 1.23-.448 1.23-1.208c0-.715-.514-1.207-1.23-1.207m10.418 8.495h-3.264v-.09l3.353-4.493c.47-.626.649-.961.649-1.363c0-.693-.537-1.118-1.252-1.118H12.34c-.67 0-1.162.447-1.162 1.14c0 .715.491 1.14 1.162 1.14h2.862v.09l-3.331 4.493c-.425.581-.626.916-.626 1.364c0 .648.514 1.095 1.207 1.095h5.589c.648 0 1.14-.425 1.14-1.14c0-.67-.492-1.118-1.14-1.118"/></svg>

React

import type { SVGProps } from "react";

export function F7SpeakerZzzFillRtl(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M31.007 49.112c1.095 0 1.99-.447 3.063-1.453l9.88-9.411c.135-.135.336-.202.56-.202h6.64c3.151 0 4.85-1.721 4.85-5.074v-8.674c0-3.353-1.699-5.075-4.85-5.075h-6.64c-.224 0-.425-.067-.56-.201L34.07 9.7c-1.185-1.118-1.923-1.61-3.018-1.61c-1.565 0-2.66 1.252-2.66 2.75v35.657c0 1.498 1.095 2.615 2.615 2.615m-9.792-25.977h-5.477v-.134l5.611-7.4c.514-.648.693-1.05.693-1.497c0-.76-.58-1.207-1.386-1.207H12.9c-.738 0-1.297.47-1.297 1.23c0 .804.56 1.273 1.297 1.273h5.187v.112l-5.701 7.4c-.514.648-.693 1.028-.693 1.542c0 .693.559 1.207 1.364 1.207h8.16c.737 0 1.273-.491 1.273-1.274c0-.738-.536-1.252-1.274-1.252M7.623 32.368H3.8v-.09l3.98-5.208c.447-.604.648-1.006.648-1.43c0-.716-.581-1.141-1.341-1.141h-5.88c-.715 0-1.207.47-1.207 1.163c0 .782.492 1.229 1.207 1.229H4.65v.09L.693 32.167C.268 32.77.1 33.128.1 33.62c0 .67.504 1.163 1.241 1.163h6.282c.715 0 1.23-.448 1.23-1.208c0-.715-.514-1.207-1.23-1.207m10.418 8.495h-3.264v-.09l3.353-4.493c.47-.626.649-.961.649-1.363c0-.693-.537-1.118-1.252-1.118H12.34c-.67 0-1.162.447-1.162 1.14c0 .715.491 1.14 1.162 1.14h2.862v.09l-3.331 4.493c-.425.581-.626.916-.626 1.364c0 .648.514 1.095 1.207 1.095h5.589c.648 0 1.14-.425 1.14-1.14c0-.67-.492-1.118-1.14-1.118"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M31.007 49.112c1.095 0 1.99-.447 3.063-1.453l9.88-9.411c.135-.135.336-.202.56-.202h6.64c3.151 0 4.85-1.721 4.85-5.074v-8.674c0-3.353-1.699-5.075-4.85-5.075h-6.64c-.224 0-.425-.067-.56-.201L34.07 9.7c-1.185-1.118-1.923-1.61-3.018-1.61c-1.565 0-2.66 1.252-2.66 2.75v35.657c0 1.498 1.095 2.615 2.615 2.615m-9.792-25.977h-5.477v-.134l5.611-7.4c.514-.648.693-1.05.693-1.497c0-.76-.58-1.207-1.386-1.207H12.9c-.738 0-1.297.47-1.297 1.23c0 .804.56 1.273 1.297 1.273h5.187v.112l-5.701 7.4c-.514.648-.693 1.028-.693 1.542c0 .693.559 1.207 1.364 1.207h8.16c.737 0 1.273-.491 1.273-1.274c0-.738-.536-1.252-1.274-1.252M7.623 32.368H3.8v-.09l3.98-5.208c.447-.604.648-1.006.648-1.43c0-.716-.581-1.141-1.341-1.141h-5.88c-.715 0-1.207.47-1.207 1.163c0 .782.492 1.229 1.207 1.229H4.65v.09L.693 32.167C.268 32.77.1 33.128.1 33.62c0 .67.504 1.163 1.241 1.163h6.282c.715 0 1.23-.448 1.23-1.208c0-.715-.514-1.207-1.23-1.207m10.418 8.495h-3.264v-.09l3.353-4.493c.47-.626.649-.961.649-1.363c0-.693-.537-1.118-1.252-1.118H12.34c-.67 0-1.162.447-1.162 1.14c0 .715.491 1.14 1.162 1.14h2.862v.09l-3.331 4.493c-.425.581-.626.916-.626 1.364c0 .648.514 1.095 1.207 1.095h5.589c.648 0 1.14-.425 1.14-1.14c0-.67-.492-1.118-1.14-1.118"/></svg>
</template>

CSS

.icon-speaker-zzz-fill-rtl {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.007%2049.112c1.095%200%201.99-.447%203.063-1.453l9.88-9.411c.135-.135.336-.202.56-.202h6.64c3.151%200%204.85-1.721%204.85-5.074v-8.674c0-3.353-1.699-5.075-4.85-5.075h-6.64c-.224%200-.425-.067-.56-.201L34.07%209.7c-1.185-1.118-1.923-1.61-3.018-1.61c-1.565%200-2.66%201.252-2.66%202.75v35.657c0%201.498%201.095%202.615%202.615%202.615m-9.792-25.977h-5.477v-.134l5.611-7.4c.514-.648.693-1.05.693-1.497c0-.76-.58-1.207-1.386-1.207H12.9c-.738%200-1.297.47-1.297%201.23c0%20.804.56%201.273%201.297%201.273h5.187v.112l-5.701%207.4c-.514.648-.693%201.028-.693%201.542c0%20.693.559%201.207%201.364%201.207h8.16c.737%200%201.273-.491%201.273-1.274c0-.738-.536-1.252-1.274-1.252M7.623%2032.368H3.8v-.09l3.98-5.208c.447-.604.648-1.006.648-1.43c0-.716-.581-1.141-1.341-1.141h-5.88c-.715%200-1.207.47-1.207%201.163c0%20.782.492%201.229%201.207%201.229H4.65v.09L.693%2032.167C.268%2032.77.1%2033.128.1%2033.62c0%20.67.504%201.163%201.241%201.163h6.282c.715%200%201.23-.448%201.23-1.208c0-.715-.514-1.207-1.23-1.207m10.418%208.495h-3.264v-.09l3.353-4.493c.47-.626.649-.961.649-1.363c0-.693-.537-1.118-1.252-1.118H12.34c-.67%200-1.162.447-1.162%201.14c0%20.715.491%201.14%201.162%201.14h2.862v.09l-3.331%204.493c-.425.581-.626.916-.626%201.364c0%20.648.514%201.095%201.207%201.095h5.589c.648%200%201.14-.425%201.14-1.14c0-.67-.492-1.118-1.14-1.118%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.007%2049.112c1.095%200%201.99-.447%203.063-1.453l9.88-9.411c.135-.135.336-.202.56-.202h6.64c3.151%200%204.85-1.721%204.85-5.074v-8.674c0-3.353-1.699-5.075-4.85-5.075h-6.64c-.224%200-.425-.067-.56-.201L34.07%209.7c-1.185-1.118-1.923-1.61-3.018-1.61c-1.565%200-2.66%201.252-2.66%202.75v35.657c0%201.498%201.095%202.615%202.615%202.615m-9.792-25.977h-5.477v-.134l5.611-7.4c.514-.648.693-1.05.693-1.497c0-.76-.58-1.207-1.386-1.207H12.9c-.738%200-1.297.47-1.297%201.23c0%20.804.56%201.273%201.297%201.273h5.187v.112l-5.701%207.4c-.514.648-.693%201.028-.693%201.542c0%20.693.559%201.207%201.364%201.207h8.16c.737%200%201.273-.491%201.273-1.274c0-.738-.536-1.252-1.274-1.252M7.623%2032.368H3.8v-.09l3.98-5.208c.447-.604.648-1.006.648-1.43c0-.716-.581-1.141-1.341-1.141h-5.88c-.715%200-1.207.47-1.207%201.163c0%20.782.492%201.229%201.207%201.229H4.65v.09L.693%2032.167C.268%2032.77.1%2033.128.1%2033.62c0%20.67.504%201.163%201.241%201.163h6.282c.715%200%201.23-.448%201.23-1.208c0-.715-.514-1.207-1.23-1.207m10.418%208.495h-3.264v-.09l3.353-4.493c.47-.626.649-.961.649-1.363c0-.693-.537-1.118-1.252-1.118H12.34c-.67%200-1.162.447-1.162%201.14c0%20.715.491%201.14%201.162%201.14h2.862v.09l-3.331%204.493c-.425.581-.626.916-.626%201.364c0%20.648.514%201.095%201.207%201.095h5.589c.648%200%201.14-.425%201.14-1.14c0-.67-.492-1.118-1.14-1.118%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/speaker-zzz-fill-rtl.svg?color=%231a73e8&size=48