user voice icon
user-voice from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.
- Name
- user-voice
- Set
- Keyline Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
Related icons in Keyline Icons
Use the user voice icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 14L11 14C14.3137 14 17 16.6863 17 20C17 20.5523 16.5523 21 16 21L4 21C3.4477 21 3 20.5523 3 20C3 16.6863 5.6863 14 9 14ZM10 4C11.6569 4 13 5.3431 13 7C13 8.6569 11.6569 10 10 10C8.3432 10 7 8.6569 7 7C7 5.3431 8.3432 4 10 4ZM16.0622 3.5C16.6766 4.5641 17 5.7712 17 7C17 8.2288 16.6766 9.4359 16.0622 10.5M20.247 3C20.7446 4.2749 21 5.6314 21 7C21 8.9309 20.4917 10.8278 19.5263 12.5"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsUserVoice(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 14L11 14C14.3137 14 17 16.6863 17 20C17 20.5523 16.5523 21 16 21L4 21C3.4477 21 3 20.5523 3 20C3 16.6863 5.6863 14 9 14ZM10 4C11.6569 4 13 5.3431 13 7C13 8.6569 11.6569 10 10 10C8.3432 10 7 8.6569 7 7C7 5.3431 8.3432 4 10 4ZM16.0622 3.5C16.6766 4.5641 17 5.7712 17 7C17 8.2288 16.6766 9.4359 16.0622 10.5M20.247 3C20.7446 4.2749 21 5.6314 21 7C21 8.9309 20.4917 10.8278 19.5263 12.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 14L11 14C14.3137 14 17 16.6863 17 20C17 20.5523 16.5523 21 16 21L4 21C3.4477 21 3 20.5523 3 20C3 16.6863 5.6863 14 9 14ZM10 4C11.6569 4 13 5.3431 13 7C13 8.6569 11.6569 10 10 10C8.3432 10 7 8.6569 7 7C7 5.3431 8.3432 4 10 4ZM16.0622 3.5C16.6766 4.5641 17 5.7712 17 7C17 8.2288 16.6766 9.4359 16.0622 10.5M20.247 3C20.7446 4.2749 21 5.6314 21 7C21 8.9309 20.4917 10.8278 19.5263 12.5"/></svg> </template>
CSS
.icon-user-voice {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9%2014L11%2014C14.3137%2014%2017%2016.6863%2017%2020C17%2020.5523%2016.5523%2021%2016%2021L4%2021C3.4477%2021%203%2020.5523%203%2020C3%2016.6863%205.6863%2014%209%2014ZM10%204C11.6569%204%2013%205.3431%2013%207C13%208.6569%2011.6569%2010%2010%2010C8.3432%2010%207%208.6569%207%207C7%205.3431%208.3432%204%2010%204ZM16.0622%203.5C16.6766%204.5641%2017%205.7712%2017%207C17%208.2288%2016.6766%209.4359%2016.0622%2010.5M20.247%203C20.7446%204.2749%2021%205.6314%2021%207C21%208.9309%2020.4917%2010.8278%2019.5263%2012.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9%2014L11%2014C14.3137%2014%2017%2016.6863%2017%2020C17%2020.5523%2016.5523%2021%2016%2021L4%2021C3.4477%2021%203%2020.5523%203%2020C3%2016.6863%205.6863%2014%209%2014ZM10%204C11.6569%204%2013%205.3431%2013%207C13%208.6569%2011.6569%2010%2010%2010C8.3432%2010%207%208.6569%207%207C7%205.3431%208.3432%204%2010%204ZM16.0622%203.5C16.6766%204.5641%2017%205.7712%2017%207C17%208.2288%2016.6766%209.4359%2016.0622%2010.5M20.247%203C20.7446%204.2749%2021%205.6314%2021%207C21%208.9309%2020.4917%2010.8278%2019.5263%2012.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/user-voice.svg?color=%231a73e8&size=48