user speak icon
user-speak from Reicon by REICON · Outline · Users · MIT Free for personal and commercial use.
- Name
- user-speak
- Set
- Reicon
- Style
- Outline
- Category
- Users
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More users icons from Reicon
Use the user speak icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.357 1.614a.75.75 0 0 1 1.029-.257L19 2l.386-.643h.001l.002.002l.004.002l.01.006a2 2 0 0 1 .113.076c.07.049.166.12.277.212c.222.185.512.462.802.838c.582.757 1.155 1.914 1.155 3.507s-.573 2.75-1.155 3.507c-.29.376-.58.653-.802.838a4 4 0 0 1-.363.27l-.028.018l-.01.006l-.003.002l-.002.001s-.001.001-.387-.642l.386.643a.75.75 0 0 1-.776-1.283l.005-.004l.041-.027a3 3 0 0 0 .177-.136c.152-.128.362-.326.573-.6c.417-.543.844-1.386.844-2.593s-.427-2.05-.844-2.593a3.8 3.8 0 0 0-.573-.6a3 3 0 0 0-.218-.163l-.005-.004a.75.75 0 0 1-.253-1.026"/><path fill-rule="evenodd" d="M10 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M6.75 6a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M10 12.25c-2.313 0-4.445.526-6.024 1.414C2.42 14.54 1.25 15.866 1.25 17.5v.102c-.001 1.162-.002 2.62 1.277 3.662c.629.512 1.51.877 2.7 1.117c1.192.242 2.747.369 4.773.369s3.58-.127 4.774-.369c1.19-.24 2.07-.605 2.7-1.117c1.279-1.042 1.277-2.5 1.276-3.662V17.5c0-1.634-1.17-2.96-2.725-3.836c-1.58-.888-3.711-1.414-6.025-1.414M2.75 17.5c0-.851.622-1.775 1.961-2.528c1.316-.74 3.184-1.222 5.29-1.222c2.104 0 3.972.482 5.288 1.222c1.34.753 1.961 1.677 1.961 2.528c0 1.308-.04 2.044-.724 2.6c-.37.302-.99.597-2.05.811c-1.057.214-2.502.339-4.476.339s-3.42-.125-4.476-.339c-1.06-.214-1.68-.509-2.05-.81c-.684-.557-.724-1.293-.724-2.601" clip-rule="evenodd"/><path d="M17.386 3.357a.75.75 0 0 0-1.029.257l.248 1.024l.008.005l.063.049c.06.05.144.129.23.24c.167.218.344.56.344 1.068c0 .507-.177.85-.344 1.068a1.5 1.5 0 0 1-.293.29l-.008.004a.75.75 0 0 0 .781 1.281L17 8l.386.643h.001l.002-.002l.003-.001l.007-.005l.02-.012l.054-.037q.066-.045.164-.125c.128-.107.293-.265.458-.479A3.2 3.2 0 0 0 18.75 6a3.2 3.2 0 0 0-.655-1.982a3 3 0 0 0-.622-.604l-.054-.037l-.02-.012l-.007-.005l-.003-.001l-.002-.001S17.386 3.357 17 4z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUserSpeak(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.357 1.614a.75.75 0 0 1 1.029-.257L19 2l.386-.643h.001l.002.002l.004.002l.01.006a2 2 0 0 1 .113.076c.07.049.166.12.277.212c.222.185.512.462.802.838c.582.757 1.155 1.914 1.155 3.507s-.573 2.75-1.155 3.507c-.29.376-.58.653-.802.838a4 4 0 0 1-.363.27l-.028.018l-.01.006l-.003.002l-.002.001s-.001.001-.387-.642l.386.643a.75.75 0 0 1-.776-1.283l.005-.004l.041-.027a3 3 0 0 0 .177-.136c.152-.128.362-.326.573-.6c.417-.543.844-1.386.844-2.593s-.427-2.05-.844-2.593a3.8 3.8 0 0 0-.573-.6a3 3 0 0 0-.218-.163l-.005-.004a.75.75 0 0 1-.253-1.026"/><path fillRule="evenodd" d="M10 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M6.75 6a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M10 12.25c-2.313 0-4.445.526-6.024 1.414C2.42 14.54 1.25 15.866 1.25 17.5v.102c-.001 1.162-.002 2.62 1.277 3.662c.629.512 1.51.877 2.7 1.117c1.192.242 2.747.369 4.773.369s3.58-.127 4.774-.369c1.19-.24 2.07-.605 2.7-1.117c1.279-1.042 1.277-2.5 1.276-3.662V17.5c0-1.634-1.17-2.96-2.725-3.836c-1.58-.888-3.711-1.414-6.025-1.414M2.75 17.5c0-.851.622-1.775 1.961-2.528c1.316-.74 3.184-1.222 5.29-1.222c2.104 0 3.972.482 5.288 1.222c1.34.753 1.961 1.677 1.961 2.528c0 1.308-.04 2.044-.724 2.6c-.37.302-.99.597-2.05.811c-1.057.214-2.502.339-4.476.339s-3.42-.125-4.476-.339c-1.06-.214-1.68-.509-2.05-.81c-.684-.557-.724-1.293-.724-2.601" clipRule="evenodd"/><path d="M17.386 3.357a.75.75 0 0 0-1.029.257l.248 1.024l.008.005l.063.049c.06.05.144.129.23.24c.167.218.344.56.344 1.068c0 .507-.177.85-.344 1.068a1.5 1.5 0 0 1-.293.29l-.008.004a.75.75 0 0 0 .781 1.281L17 8l.386.643h.001l.002-.002l.003-.001l.007-.005l.02-.012l.054-.037q.066-.045.164-.125c.128-.107.293-.265.458-.479A3.2 3.2 0 0 0 18.75 6a3.2 3.2 0 0 0-.655-1.982a3 3 0 0 0-.622-.604l-.054-.037l-.02-.012l-.007-.005l-.003-.001l-.002-.001S17.386 3.357 17 4z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.357 1.614a.75.75 0 0 1 1.029-.257L19 2l.386-.643h.001l.002.002l.004.002l.01.006a2 2 0 0 1 .113.076c.07.049.166.12.277.212c.222.185.512.462.802.838c.582.757 1.155 1.914 1.155 3.507s-.573 2.75-1.155 3.507c-.29.376-.58.653-.802.838a4 4 0 0 1-.363.27l-.028.018l-.01.006l-.003.002l-.002.001s-.001.001-.387-.642l.386.643a.75.75 0 0 1-.776-1.283l.005-.004l.041-.027a3 3 0 0 0 .177-.136c.152-.128.362-.326.573-.6c.417-.543.844-1.386.844-2.593s-.427-2.05-.844-2.593a3.8 3.8 0 0 0-.573-.6a3 3 0 0 0-.218-.163l-.005-.004a.75.75 0 0 1-.253-1.026"/><path fill-rule="evenodd" d="M10 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M6.75 6a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M10 12.25c-2.313 0-4.445.526-6.024 1.414C2.42 14.54 1.25 15.866 1.25 17.5v.102c-.001 1.162-.002 2.62 1.277 3.662c.629.512 1.51.877 2.7 1.117c1.192.242 2.747.369 4.773.369s3.58-.127 4.774-.369c1.19-.24 2.07-.605 2.7-1.117c1.279-1.042 1.277-2.5 1.276-3.662V17.5c0-1.634-1.17-2.96-2.725-3.836c-1.58-.888-3.711-1.414-6.025-1.414M2.75 17.5c0-.851.622-1.775 1.961-2.528c1.316-.74 3.184-1.222 5.29-1.222c2.104 0 3.972.482 5.288 1.222c1.34.753 1.961 1.677 1.961 2.528c0 1.308-.04 2.044-.724 2.6c-.37.302-.99.597-2.05.811c-1.057.214-2.502.339-4.476.339s-3.42-.125-4.476-.339c-1.06-.214-1.68-.509-2.05-.81c-.684-.557-.724-1.293-.724-2.601" clip-rule="evenodd"/><path d="M17.386 3.357a.75.75 0 0 0-1.029.257l.248 1.024l.008.005l.063.049c.06.05.144.129.23.24c.167.218.344.56.344 1.068c0 .507-.177.85-.344 1.068a1.5 1.5 0 0 1-.293.29l-.008.004a.75.75 0 0 0 .781 1.281L17 8l.386.643h.001l.002-.002l.003-.001l.007-.005l.02-.012l.054-.037q.066-.045.164-.125c.128-.107.293-.265.458-.479A3.2 3.2 0 0 0 18.75 6a3.2 3.2 0 0 0-.655-1.982a3 3 0 0 0-.622-.604l-.054-.037l-.02-.012l-.007-.005l-.003-.001l-.002-.001S17.386 3.357 17 4z"/></g></svg> </template>
CSS
.icon-user-speak {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.357%201.614a.75.75%200%200%201%201.029-.257L19%202l.386-.643h.001l.002.002l.004.002l.01.006a2%202%200%200%201%20.113.076c.07.049.166.12.277.212c.222.185.512.462.802.838c.582.757%201.155%201.914%201.155%203.507s-.573%202.75-1.155%203.507c-.29.376-.58.653-.802.838a4%204%200%200%201-.363.27l-.028.018l-.01.006l-.003.002l-.002.001s-.001.001-.387-.642l.386.643a.75.75%200%200%201-.776-1.283l.005-.004l.041-.027a3%203%200%200%200%20.177-.136c.152-.128.362-.326.573-.6c.417-.543.844-1.386.844-2.593s-.427-2.05-.844-2.593a3.8%203.8%200%200%200-.573-.6a3%203%200%200%200-.218-.163l-.005-.004a.75.75%200%200%201-.253-1.026%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%201.25a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5M6.75%206a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M10%2012.25c-2.313%200-4.445.526-6.024%201.414C2.42%2014.54%201.25%2015.866%201.25%2017.5v.102c-.001%201.162-.002%202.62%201.277%203.662c.629.512%201.51.877%202.7%201.117c1.192.242%202.747.369%204.773.369s3.58-.127%204.774-.369c1.19-.24%202.07-.605%202.7-1.117c1.279-1.042%201.277-2.5%201.276-3.662V17.5c0-1.634-1.17-2.96-2.725-3.836c-1.58-.888-3.711-1.414-6.025-1.414M2.75%2017.5c0-.851.622-1.775%201.961-2.528c1.316-.74%203.184-1.222%205.29-1.222c2.104%200%203.972.482%205.288%201.222c1.34.753%201.961%201.677%201.961%202.528c0%201.308-.04%202.044-.724%202.6c-.37.302-.99.597-2.05.811c-1.057.214-2.502.339-4.476.339s-3.42-.125-4.476-.339c-1.06-.214-1.68-.509-2.05-.81c-.684-.557-.724-1.293-.724-2.601%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.386%203.357a.75.75%200%200%200-1.029.257l.248%201.024l.008.005l.063.049c.06.05.144.129.23.24c.167.218.344.56.344%201.068c0%20.507-.177.85-.344%201.068a1.5%201.5%200%200%201-.293.29l-.008.004a.75.75%200%200%200%20.781%201.281L17%208l.386.643h.001l.002-.002l.003-.001l.007-.005l.02-.012l.054-.037q.066-.045.164-.125c.128-.107.293-.265.458-.479A3.2%203.2%200%200%200%2018.75%206a3.2%203.2%200%200%200-.655-1.982a3%203%200%200%200-.622-.604l-.054-.037l-.02-.012l-.007-.005l-.003-.001l-.002-.001S17.386%203.357%2017%204z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.357%201.614a.75.75%200%200%201%201.029-.257L19%202l.386-.643h.001l.002.002l.004.002l.01.006a2%202%200%200%201%20.113.076c.07.049.166.12.277.212c.222.185.512.462.802.838c.582.757%201.155%201.914%201.155%203.507s-.573%202.75-1.155%203.507c-.29.376-.58.653-.802.838a4%204%200%200%201-.363.27l-.028.018l-.01.006l-.003.002l-.002.001s-.001.001-.387-.642l.386.643a.75.75%200%200%201-.776-1.283l.005-.004l.041-.027a3%203%200%200%200%20.177-.136c.152-.128.362-.326.573-.6c.417-.543.844-1.386.844-2.593s-.427-2.05-.844-2.593a3.8%203.8%200%200%200-.573-.6a3%203%200%200%200-.218-.163l-.005-.004a.75.75%200%200%201-.253-1.026%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%201.25a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5M6.75%206a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M10%2012.25c-2.313%200-4.445.526-6.024%201.414C2.42%2014.54%201.25%2015.866%201.25%2017.5v.102c-.001%201.162-.002%202.62%201.277%203.662c.629.512%201.51.877%202.7%201.117c1.192.242%202.747.369%204.773.369s3.58-.127%204.774-.369c1.19-.24%202.07-.605%202.7-1.117c1.279-1.042%201.277-2.5%201.276-3.662V17.5c0-1.634-1.17-2.96-2.725-3.836c-1.58-.888-3.711-1.414-6.025-1.414M2.75%2017.5c0-.851.622-1.775%201.961-2.528c1.316-.74%203.184-1.222%205.29-1.222c2.104%200%203.972.482%205.288%201.222c1.34.753%201.961%201.677%201.961%202.528c0%201.308-.04%202.044-.724%202.6c-.37.302-.99.597-2.05.811c-1.057.214-2.502.339-4.476.339s-3.42-.125-4.476-.339c-1.06-.214-1.68-.509-2.05-.81c-.684-.557-.724-1.293-.724-2.601%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.386%203.357a.75.75%200%200%200-1.029.257l.248%201.024l.008.005l.063.049c.06.05.144.129.23.24c.167.218.344.56.344%201.068c0%20.507-.177.85-.344%201.068a1.5%201.5%200%200%201-.293.29l-.008.004a.75.75%200%200%200%20.781%201.281L17%208l.386.643h.001l.002-.002l.003-.001l.007-.005l.02-.012l.054-.037q.066-.045.164-.125c.128-.107.293-.265.458-.479A3.2%203.2%200%200%200%2018.75%206a3.2%203.2%200%200%200-.655-1.982a3%203%200%200%200-.622-.604l-.054-.037l-.02-.012l-.007-.005l-.003-.001l-.002-.001S17.386%203.357%2017%204z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/user-speak.svg?color=%231a73e8&size=48