user voice icon
user-voice from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- user-voice
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in BoxIcons v2 Solid
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="currentColor" d="M8 12.052c1.995 0 3.5-1.505 3.5-3.5s-1.505-3.5-3.5-3.5s-3.5 1.505-3.5 3.5s1.505 3.5 3.5 3.5M9 13H7c-2.757 0-5 2.243-5 5v1h12v-1c0-2.757-2.243-5-5-5m9.364-10.364L16.95 4.05C18.271 5.373 19 7.131 19 9s-.729 3.627-2.05 4.95l1.414 1.414C20.064 13.663 21 11.403 21 9s-.936-4.663-2.636-6.364"/><path fill="currentColor" d="M15.535 5.464L14.121 6.88C14.688 7.445 15 8.198 15 9s-.312 1.555-.879 2.12l1.414 1.416C16.479 11.592 17 10.337 17 9s-.521-2.592-1.465-3.536"/></svg>
React
import type { SVGProps } from "react";
export function BxsUserVoice(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="M8 12.052c1.995 0 3.5-1.505 3.5-3.5s-1.505-3.5-3.5-3.5s-3.5 1.505-3.5 3.5s1.505 3.5 3.5 3.5M9 13H7c-2.757 0-5 2.243-5 5v1h12v-1c0-2.757-2.243-5-5-5m9.364-10.364L16.95 4.05C18.271 5.373 19 7.131 19 9s-.729 3.627-2.05 4.95l1.414 1.414C20.064 13.663 21 11.403 21 9s-.936-4.663-2.636-6.364"/><path fill="currentColor" d="M15.535 5.464L14.121 6.88C14.688 7.445 15 8.198 15 9s-.312 1.555-.879 2.12l1.414 1.416C16.479 11.592 17 10.337 17 9s-.521-2.592-1.465-3.536"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 12.052c1.995 0 3.5-1.505 3.5-3.5s-1.505-3.5-3.5-3.5s-3.5 1.505-3.5 3.5s1.505 3.5 3.5 3.5M9 13H7c-2.757 0-5 2.243-5 5v1h12v-1c0-2.757-2.243-5-5-5m9.364-10.364L16.95 4.05C18.271 5.373 19 7.131 19 9s-.729 3.627-2.05 4.95l1.414 1.414C20.064 13.663 21 11.403 21 9s-.936-4.663-2.636-6.364"/><path fill="currentColor" d="M15.535 5.464L14.121 6.88C14.688 7.445 15 8.198 15 9s-.312 1.555-.879 2.12l1.414 1.416C16.479 11.592 17 10.337 17 9s-.521-2.592-1.465-3.536"/></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%22currentColor%22%20d%3D%22M8%2012.052c1.995%200%203.5-1.505%203.5-3.5s-1.505-3.5-3.5-3.5s-3.5%201.505-3.5%203.5s1.505%203.5%203.5%203.5M9%2013H7c-2.757%200-5%202.243-5%205v1h12v-1c0-2.757-2.243-5-5-5m9.364-10.364L16.95%204.05C18.271%205.373%2019%207.131%2019%209s-.729%203.627-2.05%204.95l1.414%201.414C20.064%2013.663%2021%2011.403%2021%209s-.936-4.663-2.636-6.364%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.535%205.464L14.121%206.88C14.688%207.445%2015%208.198%2015%209s-.312%201.555-.879%202.12l1.414%201.416C16.479%2011.592%2017%2010.337%2017%209s-.521-2.592-1.465-3.536%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%22M8%2012.052c1.995%200%203.5-1.505%203.5-3.5s-1.505-3.5-3.5-3.5s-3.5%201.505-3.5%203.5s1.505%203.5%203.5%203.5M9%2013H7c-2.757%200-5%202.243-5%205v1h12v-1c0-2.757-2.243-5-5-5m9.364-10.364L16.95%204.05C18.271%205.373%2019%207.131%2019%209s-.729%203.627-2.05%204.95l1.414%201.414C20.064%2013.663%2021%2011.403%2021%209s-.936-4.663-2.636-6.364%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.535%205.464L14.121%206.88C14.688%207.445%2015%208.198%2015%209s-.312%201.555-.879%202.12l1.414%201.416C16.479%2011.592%2017%2010.337%2017%209s-.521-2.592-1.465-3.536%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/user-voice.svg?color=%231a73e8&size=48