viber messenger icon
viber-messenger-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- viber-messenger-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the viber messenger icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 3c.9 0 1.93.04 2.941.097l.194.01c1.538.086 2.615.146 3.598.676a5.3 5.3 0 0 1 2.035 2.04c.527.985.583 2.042.663 3.55l.01.186c.036.671.059 1.338.059 1.941s-.023 1.27-.059 1.941l-.01.187c-.08 1.507-.136 2.564-.663 3.549a5.3 5.3 0 0 1-2.035 2.04c-.983.53-2.06.59-3.598.676l-.194.01c-1.01.057-2.04.097-2.941.097l-.663.003a53 53 0 0 1-1.972-.015l-2.24 1.793A1.001 1.001 0 0 1 6 21v-1.667a4 4 0 0 1-.233-.116a5.3 5.3 0 0 1-2.035-2.04c-.527-.985-.583-2.042-.663-3.55l-.01-.186A37 37 0 0 1 3 11.5c0-.603.023-1.27.059-1.941l.01-.187c.08-1.507.136-2.564.663-3.549a5.3 5.3 0 0 1 2.035-2.04c.983-.53 2.06-.59 3.598-.676l.194-.01A54 54 0 0 1 12.5 3M9.688 6.964a.74.74 0 0 0-.723-.08A2.95 2.95 0 0 0 7.268 8.88l-.008.031c-.04.16-.075.35-.068.556c.027.72.31 2.76 2.446 4.897s4.177 2.42 4.897 2.446c.206.007.396-.028.556-.068l.037-.009a2.94 2.94 0 0 0 1.985-1.691a.74.74 0 0 0-.093-.742c-.564-.721-1.32-1.244-1.992-1.707l-.134-.093a.75.75 0 0 0-1.029.166l-.635.967a.24.24 0 0 1-.32.08c-.43-.245-1.056-.664-1.507-1.114s-.843-1.048-1.064-1.45a.24.24 0 0 1 .071-.308l.976-.724a.753.753 0 0 0 .128-.993l-.143-.21c-.443-.654-.963-1.423-1.684-1.95m3.905 1.924a1 1 0 1 0-.666 1.885c.141.05.255.164.304.305a1 1 0 0 0 1.886-.667a2.5 2.5 0 0 0-1.524-1.523m1-2.83a1 1 0 1 0-.666 1.884a3.51 3.51 0 0 1 2.134 2.135a1 1 0 0 0 1.885-.666a5.51 5.51 0 0 0-3.353-3.353"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteViberMessengerFill(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="M12.5 3c.9 0 1.93.04 2.941.097l.194.01c1.538.086 2.615.146 3.598.676a5.3 5.3 0 0 1 2.035 2.04c.527.985.583 2.042.663 3.55l.01.186c.036.671.059 1.338.059 1.941s-.023 1.27-.059 1.941l-.01.187c-.08 1.507-.136 2.564-.663 3.549a5.3 5.3 0 0 1-2.035 2.04c-.983.53-2.06.59-3.598.676l-.194.01c-1.01.057-2.04.097-2.941.097l-.663.003a53 53 0 0 1-1.972-.015l-2.24 1.793A1.001 1.001 0 0 1 6 21v-1.667a4 4 0 0 1-.233-.116a5.3 5.3 0 0 1-2.035-2.04c-.527-.985-.583-2.042-.663-3.55l-.01-.186A37 37 0 0 1 3 11.5c0-.603.023-1.27.059-1.941l.01-.187c.08-1.507.136-2.564.663-3.549a5.3 5.3 0 0 1 2.035-2.04c.983-.53 2.06-.59 3.598-.676l.194-.01A54 54 0 0 1 12.5 3M9.688 6.964a.74.74 0 0 0-.723-.08A2.95 2.95 0 0 0 7.268 8.88l-.008.031c-.04.16-.075.35-.068.556c.027.72.31 2.76 2.446 4.897s4.177 2.42 4.897 2.446c.206.007.396-.028.556-.068l.037-.009a2.94 2.94 0 0 0 1.985-1.691a.74.74 0 0 0-.093-.742c-.564-.721-1.32-1.244-1.992-1.707l-.134-.093a.75.75 0 0 0-1.029.166l-.635.967a.24.24 0 0 1-.32.08c-.43-.245-1.056-.664-1.507-1.114s-.843-1.048-1.064-1.45a.24.24 0 0 1 .071-.308l.976-.724a.753.753 0 0 0 .128-.993l-.143-.21c-.443-.654-.963-1.423-1.684-1.95m3.905 1.924a1 1 0 1 0-.666 1.885c.141.05.255.164.304.305a1 1 0 0 0 1.886-.667a2.5 2.5 0 0 0-1.524-1.523m1-2.83a1 1 0 1 0-.666 1.884a3.51 3.51 0 0 1 2.134 2.135a1 1 0 0 0 1.885-.666a5.51 5.51 0 0 0-3.353-3.353"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 3c.9 0 1.93.04 2.941.097l.194.01c1.538.086 2.615.146 3.598.676a5.3 5.3 0 0 1 2.035 2.04c.527.985.583 2.042.663 3.55l.01.186c.036.671.059 1.338.059 1.941s-.023 1.27-.059 1.941l-.01.187c-.08 1.507-.136 2.564-.663 3.549a5.3 5.3 0 0 1-2.035 2.04c-.983.53-2.06.59-3.598.676l-.194.01c-1.01.057-2.04.097-2.941.097l-.663.003a53 53 0 0 1-1.972-.015l-2.24 1.793A1.001 1.001 0 0 1 6 21v-1.667a4 4 0 0 1-.233-.116a5.3 5.3 0 0 1-2.035-2.04c-.527-.985-.583-2.042-.663-3.55l-.01-.186A37 37 0 0 1 3 11.5c0-.603.023-1.27.059-1.941l.01-.187c.08-1.507.136-2.564.663-3.549a5.3 5.3 0 0 1 2.035-2.04c.983-.53 2.06-.59 3.598-.676l.194-.01A54 54 0 0 1 12.5 3M9.688 6.964a.74.74 0 0 0-.723-.08A2.95 2.95 0 0 0 7.268 8.88l-.008.031c-.04.16-.075.35-.068.556c.027.72.31 2.76 2.446 4.897s4.177 2.42 4.897 2.446c.206.007.396-.028.556-.068l.037-.009a2.94 2.94 0 0 0 1.985-1.691a.74.74 0 0 0-.093-.742c-.564-.721-1.32-1.244-1.992-1.707l-.134-.093a.75.75 0 0 0-1.029.166l-.635.967a.24.24 0 0 1-.32.08c-.43-.245-1.056-.664-1.507-1.114s-.843-1.048-1.064-1.45a.24.24 0 0 1 .071-.308l.976-.724a.753.753 0 0 0 .128-.993l-.143-.21c-.443-.654-.963-1.423-1.684-1.95m3.905 1.924a1 1 0 1 0-.666 1.885c.141.05.255.164.304.305a1 1 0 0 0 1.886-.667a2.5 2.5 0 0 0-1.524-1.523m1-2.83a1 1 0 1 0-.666 1.884a3.51 3.51 0 0 1 2.134 2.135a1 1 0 0 0 1.885-.666a5.51 5.51 0 0 0-3.353-3.353"/></svg> </template>
CSS
.icon-viber-messenger-fill {
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%22M12.5%203c.9%200%201.93.04%202.941.097l.194.01c1.538.086%202.615.146%203.598.676a5.3%205.3%200%200%201%202.035%202.04c.527.985.583%202.042.663%203.55l.01.186c.036.671.059%201.338.059%201.941s-.023%201.27-.059%201.941l-.01.187c-.08%201.507-.136%202.564-.663%203.549a5.3%205.3%200%200%201-2.035%202.04c-.983.53-2.06.59-3.598.676l-.194.01c-1.01.057-2.04.097-2.941.097l-.663.003a53%2053%200%200%201-1.972-.015l-2.24%201.793A1.001%201.001%200%200%201%206%2021v-1.667a4%204%200%200%201-.233-.116a5.3%205.3%200%200%201-2.035-2.04c-.527-.985-.583-2.042-.663-3.55l-.01-.186A37%2037%200%200%201%203%2011.5c0-.603.023-1.27.059-1.941l.01-.187c.08-1.507.136-2.564.663-3.549a5.3%205.3%200%200%201%202.035-2.04c.983-.53%202.06-.59%203.598-.676l.194-.01A54%2054%200%200%201%2012.5%203M9.688%206.964a.74.74%200%200%200-.723-.08A2.95%202.95%200%200%200%207.268%208.88l-.008.031c-.04.16-.075.35-.068.556c.027.72.31%202.76%202.446%204.897s4.177%202.42%204.897%202.446c.206.007.396-.028.556-.068l.037-.009a2.94%202.94%200%200%200%201.985-1.691a.74.74%200%200%200-.093-.742c-.564-.721-1.32-1.244-1.992-1.707l-.134-.093a.75.75%200%200%200-1.029.166l-.635.967a.24.24%200%200%201-.32.08c-.43-.245-1.056-.664-1.507-1.114s-.843-1.048-1.064-1.45a.24.24%200%200%201%20.071-.308l.976-.724a.753.753%200%200%200%20.128-.993l-.143-.21c-.443-.654-.963-1.423-1.684-1.95m3.905%201.924a1%201%200%201%200-.666%201.885c.141.05.255.164.304.305a1%201%200%200%200%201.886-.667a2.5%202.5%200%200%200-1.524-1.523m1-2.83a1%201%200%201%200-.666%201.884a3.51%203.51%200%200%201%202.134%202.135a1%201%200%200%200%201.885-.666a5.51%205.51%200%200%200-3.353-3.353%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%22M12.5%203c.9%200%201.93.04%202.941.097l.194.01c1.538.086%202.615.146%203.598.676a5.3%205.3%200%200%201%202.035%202.04c.527.985.583%202.042.663%203.55l.01.186c.036.671.059%201.338.059%201.941s-.023%201.27-.059%201.941l-.01.187c-.08%201.507-.136%202.564-.663%203.549a5.3%205.3%200%200%201-2.035%202.04c-.983.53-2.06.59-3.598.676l-.194.01c-1.01.057-2.04.097-2.941.097l-.663.003a53%2053%200%200%201-1.972-.015l-2.24%201.793A1.001%201.001%200%200%201%206%2021v-1.667a4%204%200%200%201-.233-.116a5.3%205.3%200%200%201-2.035-2.04c-.527-.985-.583-2.042-.663-3.55l-.01-.186A37%2037%200%200%201%203%2011.5c0-.603.023-1.27.059-1.941l.01-.187c.08-1.507.136-2.564.663-3.549a5.3%205.3%200%200%201%202.035-2.04c.983-.53%202.06-.59%203.598-.676l.194-.01A54%2054%200%200%201%2012.5%203M9.688%206.964a.74.74%200%200%200-.723-.08A2.95%202.95%200%200%200%207.268%208.88l-.008.031c-.04.16-.075.35-.068.556c.027.72.31%202.76%202.446%204.897s4.177%202.42%204.897%202.446c.206.007.396-.028.556-.068l.037-.009a2.94%202.94%200%200%200%201.985-1.691a.74.74%200%200%200-.093-.742c-.564-.721-1.32-1.244-1.992-1.707l-.134-.093a.75.75%200%200%200-1.029.166l-.635.967a.24.24%200%200%201-.32.08c-.43-.245-1.056-.664-1.507-1.114s-.843-1.048-1.064-1.45a.24.24%200%200%201%20.071-.308l.976-.724a.753.753%200%200%200%20.128-.993l-.143-.21c-.443-.654-.963-1.423-1.684-1.95m3.905%201.924a1%201%200%201%200-.666%201.885c.141.05.255.164.304.305a1%201%200%200%200%201.886-.667a2.5%202.5%200%200%200-1.524-1.523m1-2.83a1%201%200%201%200-.666%201.884a3.51%203.51%200%200%201%202.134%202.135a1%201%200%200%200%201.885-.666a5.51%205.51%200%200%200-3.353-3.353%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/viber-messenger-fill.svg?color=%231a73e8&size=48