person voice filled compact icon
person-voice-filled-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- person-voice-filled-compact
- Set
- Codicons
- Style
- Regular
- Viewbox
- 12×12
- License
- CC BY 4.0
Related icons in Codicons
Use the person voice filled compact icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3 3c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m4.5 3h-5C1.67 6 1 6.67 1 7.5c0 1.12.46 2.01 1.21 2.61c.74.59 1.73.89 2.79.89s2.05-.29 2.79-.89C8.54 9.51 9 8.61 9 7.5C9 6.67 8.33 6 7.5 6M10.33.27a.49.49 0 0 0-.67-.21c-.24.13-.34.43-.21.67a4.97 4.97 0 0 1 0 4.54c-.13.25-.03.55.21.67c.07.04.15.06.23.06c.18 0 .35-.1.44-.27c.44-.85.67-1.77.67-2.73s-.22-1.88-.67-2.73m-2.41.78a.5.5 0 0 0-.22.67c.2.38.29.81.29 1.27s-.1.89-.29 1.27c-.13.25-.03.55.22.67c.07.04.15.05.23.05c.18 0 .36-.1.45-.27c.27-.53.4-1.11.4-1.73s-.14-1.2-.4-1.73a.5.5 0 0 0-.67-.22z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconPersonVoiceFilledCompact(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3 3c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m4.5 3h-5C1.67 6 1 6.67 1 7.5c0 1.12.46 2.01 1.21 2.61c.74.59 1.73.89 2.79.89s2.05-.29 2.79-.89C8.54 9.51 9 8.61 9 7.5C9 6.67 8.33 6 7.5 6M10.33.27a.49.49 0 0 0-.67-.21c-.24.13-.34.43-.21.67a4.97 4.97 0 0 1 0 4.54c-.13.25-.03.55.21.67c.07.04.15.06.23.06c.18 0 .35-.1.44-.27c.44-.85.67-1.77.67-2.73s-.22-1.88-.67-2.73m-2.41.78a.5.5 0 0 0-.22.67c.2.38.29.81.29 1.27s-.1.89-.29 1.27c-.13.25-.03.55.22.67c.07.04.15.05.23.05c.18 0 .36-.1.45-.27c.27-.53.4-1.11.4-1.73s-.14-1.2-.4-1.73a.5.5 0 0 0-.67-.22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3 3c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m4.5 3h-5C1.67 6 1 6.67 1 7.5c0 1.12.46 2.01 1.21 2.61c.74.59 1.73.89 2.79.89s2.05-.29 2.79-.89C8.54 9.51 9 8.61 9 7.5C9 6.67 8.33 6 7.5 6M10.33.27a.49.49 0 0 0-.67-.21c-.24.13-.34.43-.21.67a4.97 4.97 0 0 1 0 4.54c-.13.25-.03.55.21.67c.07.04.15.06.23.06c.18 0 .35-.1.44-.27c.44-.85.67-1.77.67-2.73s-.22-1.88-.67-2.73m-2.41.78a.5.5 0 0 0-.22.67c.2.38.29.81.29 1.27s-.1.89-.29 1.27c-.13.25-.03.55.22.67c.07.04.15.05.23.05c.18 0 .36-.1.45-.27c.27-.53.4-1.11.4-1.73s-.14-1.2-.4-1.73a.5.5 0 0 0-.67-.22z"/></svg> </template>
CSS
.icon-person-voice-filled-compact {
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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%203c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m4.5%203h-5C1.67%206%201%206.67%201%207.5c0%201.12.46%202.01%201.21%202.61c.74.59%201.73.89%202.79.89s2.05-.29%202.79-.89C8.54%209.51%209%208.61%209%207.5C9%206.67%208.33%206%207.5%206M10.33.27a.49.49%200%200%200-.67-.21c-.24.13-.34.43-.21.67a4.97%204.97%200%200%201%200%204.54c-.13.25-.03.55.21.67c.07.04.15.06.23.06c.18%200%20.35-.1.44-.27c.44-.85.67-1.77.67-2.73s-.22-1.88-.67-2.73m-2.41.78a.5.5%200%200%200-.22.67c.2.38.29.81.29%201.27s-.1.89-.29%201.27c-.13.25-.03.55.22.67c.07.04.15.05.23.05c.18%200%20.36-.1.45-.27c.27-.53.4-1.11.4-1.73s-.14-1.2-.4-1.73a.5.5%200%200%200-.67-.22z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%203c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m4.5%203h-5C1.67%206%201%206.67%201%207.5c0%201.12.46%202.01%201.21%202.61c.74.59%201.73.89%202.79.89s2.05-.29%202.79-.89C8.54%209.51%209%208.61%209%207.5C9%206.67%208.33%206%207.5%206M10.33.27a.49.49%200%200%200-.67-.21c-.24.13-.34.43-.21.67a4.97%204.97%200%200%201%200%204.54c-.13.25-.03.55.21.67c.07.04.15.06.23.06c.18%200%20.35-.1.44-.27c.44-.85.67-1.77.67-2.73s-.22-1.88-.67-2.73m-2.41.78a.5.5%200%200%200-.22.67c.2.38.29.81.29%201.27s-.1.89-.29%201.27c-.13.25-.03.55.22.67c.07.04.15.05.23.05c.18%200%20.36-.1.45-.27c.27-.53.4-1.11.4-1.73s-.14-1.2-.4-1.73a.5.5%200%200%200-.67-.22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/person-voice-filled-compact.svg?color=%231a73e8&size=48