uservoice logo
uservoice from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- uservoice
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the uservoice logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.449 0l-3.892 2.672V16.8a4.03 4.03 0 0 1-1.635 3.253c-.937-.768-1.479-1.994-1.479-3.253V16c0-.8-.778-1.6-.778-2.4c0-.556.376-1.112.606-1.669c.11-.219.172-.467.172-.73c0-.885-.696-1.601-1.556-1.601s-1.557.716-1.557 1.6c0 .264.063.512.173.731c.23.557.606 1.113.606 1.67c0 .8-.78 1.6-.78 2.4v.799c0 1.442.429 2.741 1.183 3.821c-1.585-.506-2.738-2.028-2.738-3.821V16c0-.8-.779-1.6-.779-2.4c0-.556.376-1.112.605-1.669c.11-.219.174-.467.174-.73c0-.885-.698-1.601-1.558-1.601s-1.556.716-1.556 1.6c0 .264.063.512.174.731c.229.557.604 1.113.604 1.67c0 .8-.778 1.6-.778 2.4v.799c0 3.97 3.142 7.2 7.005 7.2s7.006-3.23 7.006-7.2V4.224l.778-.528l.778.528V16.64c0 2.653-.778 5.325-3.736 7.2c3.012 0 6.762-3.48 6.85-7.999V2.671zM4.216.96c-.86 0-1.556.717-1.556 1.6s.696 1.6 1.556 1.6s1.557-.716 1.557-1.6c0-.883-.697-1.6-1.557-1.6m4.67 0c-.86 0-1.557.717-1.557 1.6s.698 1.6 1.558 1.6s1.556-.716 1.556-1.6c0-.883-.697-1.6-1.556-1.6zm-4.67 4.32c-.86 0-1.556.717-1.556 1.6s.696 1.6 1.556 1.6s1.557-.716 1.557-1.6s-.697-1.6-1.557-1.6m4.67 0c-.86 0-1.557.717-1.557 1.6s.698 1.6 1.558 1.6s1.556-.716 1.556-1.6s-.697-1.6-1.556-1.6z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsUservoice(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="m17.449 0l-3.892 2.672V16.8a4.03 4.03 0 0 1-1.635 3.253c-.937-.768-1.479-1.994-1.479-3.253V16c0-.8-.778-1.6-.778-2.4c0-.556.376-1.112.606-1.669c.11-.219.172-.467.172-.73c0-.885-.696-1.601-1.556-1.601s-1.557.716-1.557 1.6c0 .264.063.512.173.731c.23.557.606 1.113.606 1.67c0 .8-.78 1.6-.78 2.4v.799c0 1.442.429 2.741 1.183 3.821c-1.585-.506-2.738-2.028-2.738-3.821V16c0-.8-.779-1.6-.779-2.4c0-.556.376-1.112.605-1.669c.11-.219.174-.467.174-.73c0-.885-.698-1.601-1.558-1.601s-1.556.716-1.556 1.6c0 .264.063.512.174.731c.229.557.604 1.113.604 1.67c0 .8-.778 1.6-.778 2.4v.799c0 3.97 3.142 7.2 7.005 7.2s7.006-3.23 7.006-7.2V4.224l.778-.528l.778.528V16.64c0 2.653-.778 5.325-3.736 7.2c3.012 0 6.762-3.48 6.85-7.999V2.671zM4.216.96c-.86 0-1.556.717-1.556 1.6s.696 1.6 1.556 1.6s1.557-.716 1.557-1.6c0-.883-.697-1.6-1.557-1.6m4.67 0c-.86 0-1.557.717-1.557 1.6s.698 1.6 1.558 1.6s1.556-.716 1.556-1.6c0-.883-.697-1.6-1.556-1.6zm-4.67 4.32c-.86 0-1.556.717-1.556 1.6s.696 1.6 1.556 1.6s1.557-.716 1.557-1.6s-.697-1.6-1.557-1.6m4.67 0c-.86 0-1.557.717-1.557 1.6s.698 1.6 1.558 1.6s1.556-.716 1.556-1.6s-.697-1.6-1.556-1.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.449 0l-3.892 2.672V16.8a4.03 4.03 0 0 1-1.635 3.253c-.937-.768-1.479-1.994-1.479-3.253V16c0-.8-.778-1.6-.778-2.4c0-.556.376-1.112.606-1.669c.11-.219.172-.467.172-.73c0-.885-.696-1.601-1.556-1.601s-1.557.716-1.557 1.6c0 .264.063.512.173.731c.23.557.606 1.113.606 1.67c0 .8-.78 1.6-.78 2.4v.799c0 1.442.429 2.741 1.183 3.821c-1.585-.506-2.738-2.028-2.738-3.821V16c0-.8-.779-1.6-.779-2.4c0-.556.376-1.112.605-1.669c.11-.219.174-.467.174-.73c0-.885-.698-1.601-1.558-1.601s-1.556.716-1.556 1.6c0 .264.063.512.174.731c.229.557.604 1.113.604 1.67c0 .8-.778 1.6-.778 2.4v.799c0 3.97 3.142 7.2 7.005 7.2s7.006-3.23 7.006-7.2V4.224l.778-.528l.778.528V16.64c0 2.653-.778 5.325-3.736 7.2c3.012 0 6.762-3.48 6.85-7.999V2.671zM4.216.96c-.86 0-1.556.717-1.556 1.6s.696 1.6 1.556 1.6s1.557-.716 1.557-1.6c0-.883-.697-1.6-1.557-1.6m4.67 0c-.86 0-1.557.717-1.557 1.6s.698 1.6 1.558 1.6s1.556-.716 1.556-1.6c0-.883-.697-1.6-1.556-1.6zm-4.67 4.32c-.86 0-1.556.717-1.556 1.6s.696 1.6 1.556 1.6s1.557-.716 1.557-1.6s-.697-1.6-1.557-1.6m4.67 0c-.86 0-1.557.717-1.557 1.6s.698 1.6 1.558 1.6s1.556-.716 1.556-1.6s-.697-1.6-1.556-1.6z"/></svg> </template>
CSS
.icon-uservoice {
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%22m17.449%200l-3.892%202.672V16.8a4.03%204.03%200%200%201-1.635%203.253c-.937-.768-1.479-1.994-1.479-3.253V16c0-.8-.778-1.6-.778-2.4c0-.556.376-1.112.606-1.669c.11-.219.172-.467.172-.73c0-.885-.696-1.601-1.556-1.601s-1.557.716-1.557%201.6c0%20.264.063.512.173.731c.23.557.606%201.113.606%201.67c0%20.8-.78%201.6-.78%202.4v.799c0%201.442.429%202.741%201.183%203.821c-1.585-.506-2.738-2.028-2.738-3.821V16c0-.8-.779-1.6-.779-2.4c0-.556.376-1.112.605-1.669c.11-.219.174-.467.174-.73c0-.885-.698-1.601-1.558-1.601s-1.556.716-1.556%201.6c0%20.264.063.512.174.731c.229.557.604%201.113.604%201.67c0%20.8-.778%201.6-.778%202.4v.799c0%203.97%203.142%207.2%207.005%207.2s7.006-3.23%207.006-7.2V4.224l.778-.528l.778.528V16.64c0%202.653-.778%205.325-3.736%207.2c3.012%200%206.762-3.48%206.85-7.999V2.671zM4.216.96c-.86%200-1.556.717-1.556%201.6s.696%201.6%201.556%201.6s1.557-.716%201.557-1.6c0-.883-.697-1.6-1.557-1.6m4.67%200c-.86%200-1.557.717-1.557%201.6s.698%201.6%201.558%201.6s1.556-.716%201.556-1.6c0-.883-.697-1.6-1.556-1.6zm-4.67%204.32c-.86%200-1.556.717-1.556%201.6s.696%201.6%201.556%201.6s1.557-.716%201.557-1.6s-.697-1.6-1.557-1.6m4.67%200c-.86%200-1.557.717-1.557%201.6s.698%201.6%201.558%201.6s1.556-.716%201.556-1.6s-.697-1.6-1.556-1.6z%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%22m17.449%200l-3.892%202.672V16.8a4.03%204.03%200%200%201-1.635%203.253c-.937-.768-1.479-1.994-1.479-3.253V16c0-.8-.778-1.6-.778-2.4c0-.556.376-1.112.606-1.669c.11-.219.172-.467.172-.73c0-.885-.696-1.601-1.556-1.601s-1.557.716-1.557%201.6c0%20.264.063.512.173.731c.23.557.606%201.113.606%201.67c0%20.8-.78%201.6-.78%202.4v.799c0%201.442.429%202.741%201.183%203.821c-1.585-.506-2.738-2.028-2.738-3.821V16c0-.8-.779-1.6-.779-2.4c0-.556.376-1.112.605-1.669c.11-.219.174-.467.174-.73c0-.885-.698-1.601-1.558-1.601s-1.556.716-1.556%201.6c0%20.264.063.512.174.731c.229.557.604%201.113.604%201.67c0%20.8-.778%201.6-.778%202.4v.799c0%203.97%203.142%207.2%207.005%207.2s7.006-3.23%207.006-7.2V4.224l.778-.528l.778.528V16.64c0%202.653-.778%205.325-3.736%207.2c3.012%200%206.762-3.48%206.85-7.999V2.671zM4.216.96c-.86%200-1.556.717-1.556%201.6s.696%201.6%201.556%201.6s1.557-.716%201.557-1.6c0-.883-.697-1.6-1.557-1.6m4.67%200c-.86%200-1.557.717-1.557%201.6s.698%201.6%201.558%201.6s1.556-.716%201.556-1.6c0-.883-.697-1.6-1.556-1.6zm-4.67%204.32c-.86%200-1.556.717-1.556%201.6s.696%201.6%201.556%201.6s1.557-.716%201.557-1.6s-.697-1.6-1.557-1.6m4.67%200c-.86%200-1.557.717-1.557%201.6s.698%201.6%201.558%201.6s1.556-.716%201.556-1.6s-.697-1.6-1.556-1.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/uservoice.svg?color=%231a73e8&size=48