user speak icon
user-speak-filled from Reicon by REICON · Filled · Users · MIT Free for personal and commercial use.
- Name
- user-speak-filled
- Set
- Reicon
- Style
- Filled
- 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.003.002l.01.006a2 2 0 0 1 .114.076q.107.074.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-.378.28l-.013.008l-.01.006l-.003.002l-.002.001s-.001.001-.387-.642l.386.643a.75.75 0 0 1-.776-1.283l.005-.004l.04-.027q.061-.042.177-.136c.153-.128.363-.326.573-.6c.418-.543.845-1.386.845-2.593s-.427-2.05-.844-2.593a3.8 3.8 0 0 0-.574-.6a3 3 0 0 0-.217-.163l-.005-.004a.75.75 0 0 1-.253-1.026M10 10a4 4 0 1 0 0-8a4 4 0 0 0 0 8m-8 7.5c0 2.485 0 4.5 8 4.5s8-2.015 8-4.5s-3.582-4.5-8-4.5s-8 2.015-8 4.5"/><path d="M17.386 3.357a.75.75 0 0 0-1.03.257l.25 1.024l.007.005l.063.049c.06.05.144.129.23.24A1.7 1.7 0 0 1 17.25 6a1.7 1.7 0 0 1-.344 1.068a1.5 1.5 0 0 1-.293.29l-.008.004a.75.75 0 0 0 .78 1.281L17 8l.386.643h.001l.002-.002l.003-.001l.007-.005l.02-.012a2 2 0 0 0 .217-.162c.129-.107.294-.265.459-.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 ReiconUserSpeakFilled(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.003.002l.01.006a2 2 0 0 1 .114.076q.107.074.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-.378.28l-.013.008l-.01.006l-.003.002l-.002.001s-.001.001-.387-.642l.386.643a.75.75 0 0 1-.776-1.283l.005-.004l.04-.027q.061-.042.177-.136c.153-.128.363-.326.573-.6c.418-.543.845-1.386.845-2.593s-.427-2.05-.844-2.593a3.8 3.8 0 0 0-.574-.6a3 3 0 0 0-.217-.163l-.005-.004a.75.75 0 0 1-.253-1.026M10 10a4 4 0 1 0 0-8a4 4 0 0 0 0 8m-8 7.5c0 2.485 0 4.5 8 4.5s8-2.015 8-4.5s-3.582-4.5-8-4.5s-8 2.015-8 4.5"/><path d="M17.386 3.357a.75.75 0 0 0-1.03.257l.25 1.024l.007.005l.063.049c.06.05.144.129.23.24A1.7 1.7 0 0 1 17.25 6a1.7 1.7 0 0 1-.344 1.068a1.5 1.5 0 0 1-.293.29l-.008.004a.75.75 0 0 0 .78 1.281L17 8l.386.643h.001l.002-.002l.003-.001l.007-.005l.02-.012a2 2 0 0 0 .217-.162c.129-.107.294-.265.459-.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.003.002l.01.006a2 2 0 0 1 .114.076q.107.074.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-.378.28l-.013.008l-.01.006l-.003.002l-.002.001s-.001.001-.387-.642l.386.643a.75.75 0 0 1-.776-1.283l.005-.004l.04-.027q.061-.042.177-.136c.153-.128.363-.326.573-.6c.418-.543.845-1.386.845-2.593s-.427-2.05-.844-2.593a3.8 3.8 0 0 0-.574-.6a3 3 0 0 0-.217-.163l-.005-.004a.75.75 0 0 1-.253-1.026M10 10a4 4 0 1 0 0-8a4 4 0 0 0 0 8m-8 7.5c0 2.485 0 4.5 8 4.5s8-2.015 8-4.5s-3.582-4.5-8-4.5s-8 2.015-8 4.5"/><path d="M17.386 3.357a.75.75 0 0 0-1.03.257l.25 1.024l.007.005l.063.049c.06.05.144.129.23.24A1.7 1.7 0 0 1 17.25 6a1.7 1.7 0 0 1-.344 1.068a1.5 1.5 0 0 1-.293.29l-.008.004a.75.75 0 0 0 .78 1.281L17 8l.386.643h.001l.002-.002l.003-.001l.007-.005l.02-.012a2 2 0 0 0 .217-.162c.129-.107.294-.265.459-.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-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%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.003.002l.01.006a2%202%200%200%201%20.114.076q.107.074.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-.378.28l-.013.008l-.01.006l-.003.002l-.002.001s-.001.001-.387-.642l.386.643a.75.75%200%200%201-.776-1.283l.005-.004l.04-.027q.061-.042.177-.136c.153-.128.363-.326.573-.6c.418-.543.845-1.386.845-2.593s-.427-2.05-.844-2.593a3.8%203.8%200%200%200-.574-.6a3%203%200%200%200-.217-.163l-.005-.004a.75.75%200%200%201-.253-1.026M10%2010a4%204%200%201%200%200-8a4%204%200%200%200%200%208m-8%207.5c0%202.485%200%204.5%208%204.5s8-2.015%208-4.5s-3.582-4.5-8-4.5s-8%202.015-8%204.5%22%2F%3E%3Cpath%20d%3D%22M17.386%203.357a.75.75%200%200%200-1.03.257l.25%201.024l.007.005l.063.049c.06.05.144.129.23.24A1.7%201.7%200%200%201%2017.25%206a1.7%201.7%200%200%201-.344%201.068a1.5%201.5%200%200%201-.293.29l-.008.004a.75.75%200%200%200%20.78%201.281L17%208l.386.643h.001l.002-.002l.003-.001l.007-.005l.02-.012a2%202%200%200%200%20.217-.162c.129-.107.294-.265.459-.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.003.002l.01.006a2%202%200%200%201%20.114.076q.107.074.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-.378.28l-.013.008l-.01.006l-.003.002l-.002.001s-.001.001-.387-.642l.386.643a.75.75%200%200%201-.776-1.283l.005-.004l.04-.027q.061-.042.177-.136c.153-.128.363-.326.573-.6c.418-.543.845-1.386.845-2.593s-.427-2.05-.844-2.593a3.8%203.8%200%200%200-.574-.6a3%203%200%200%200-.217-.163l-.005-.004a.75.75%200%200%201-.253-1.026M10%2010a4%204%200%201%200%200-8a4%204%200%200%200%200%208m-8%207.5c0%202.485%200%204.5%208%204.5s8-2.015%208-4.5s-3.582-4.5-8-4.5s-8%202.015-8%204.5%22%2F%3E%3Cpath%20d%3D%22M17.386%203.357a.75.75%200%200%200-1.03.257l.25%201.024l.007.005l.063.049c.06.05.144.129.23.24A1.7%201.7%200%200%201%2017.25%206a1.7%201.7%200%200%201-.344%201.068a1.5%201.5%200%200%201-.293.29l-.008.004a.75.75%200%200%200%20.78%201.281L17%208l.386.643h.001l.002-.002l.003-.001l.007-.005l.02-.012a2%202%200%200%200%20.217-.162c.129-.107.294-.265.459-.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-filled.svg?color=%231a73e8&size=48