zoiper from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
zoiper
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the zoiper logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.375 13.079c-.862-.863-.862-2.926-.075-3.714s3.263-3.224 5.062-5.024s3.376-2.063 3.863-2.063H15.9c.222 0 .553.033.924.089l-1.087 2.166c-.874-.063-1.682-.042-2.274-.042c-2.438 0-2.626.562-3.038.975c-.413.412-5.062 4.837-5.4 5.175c-1.05 1.05.562 1.538 2.325 1.538c.788 0 .9.825.712 1.575c-.102.408-.368 1.43-.592 2.528H5.331a13 13 0 0 1 .219-.954c.188-.637.225-1.2-.15-1.2s-1.163-.187-2.025-1.05m18.043-9.92c-.197-.196-2.184-1.35-2.773-1.62a1 1 0 0 0-.417-.105c-.313 0-.486.217-.587.42l-3.118 6.213a3.742 3.742 0 0 0-.715 6.904c-.457.544-1.133 1.1-1.292 1.285c-.225.263-.787.526-1.763.526H4.367a2.184 2.184 0 1 0-.156.87h7.04c.974 0 1.537-.261 1.761-.524c.214-.249 1.366-1.173 1.659-1.831q.424.105.883.106a3.74 3.74 0 0 0 3.74-3.74a3.73 3.73 0 0 0-.532-1.923l2.753-5.55c.27-.54.1-.834-.097-1.03m.286 1.774l-.993 2.002c.697 1.006 1.152 2.412 1.152 4.419c0 5.099-2.7 5.662-3.263 5.662h-2.138c-.45 0-.787.075-1.612.9s-1.988 1.837-2.325 2.174c-.337.338-.825.563-1.688.563H8.175c-.375 0-1.05-.188-1.05-1.763c0-.22.021-.475.049-.737H5.059c-.058.64-.075 1.277.003 1.787c.226 1.463 1.426 2.625 2.438 2.625h3.975c1.838 0 5.213-3.412 5.213-3.412s1.107.068 1.763.05C20.488 19.149 24 17.467 24 11.842c0-3.314-.995-5.477-2.296-6.908"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsZoiper(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="M3.375 13.079c-.862-.863-.862-2.926-.075-3.714s3.263-3.224 5.062-5.024s3.376-2.063 3.863-2.063H15.9c.222 0 .553.033.924.089l-1.087 2.166c-.874-.063-1.682-.042-2.274-.042c-2.438 0-2.626.562-3.038.975c-.413.412-5.062 4.837-5.4 5.175c-1.05 1.05.562 1.538 2.325 1.538c.788 0 .9.825.712 1.575c-.102.408-.368 1.43-.592 2.528H5.331a13 13 0 0 1 .219-.954c.188-.637.225-1.2-.15-1.2s-1.163-.187-2.025-1.05m18.043-9.92c-.197-.196-2.184-1.35-2.773-1.62a1 1 0 0 0-.417-.105c-.313 0-.486.217-.587.42l-3.118 6.213a3.742 3.742 0 0 0-.715 6.904c-.457.544-1.133 1.1-1.292 1.285c-.225.263-.787.526-1.763.526H4.367a2.184 2.184 0 1 0-.156.87h7.04c.974 0 1.537-.261 1.761-.524c.214-.249 1.366-1.173 1.659-1.831q.424.105.883.106a3.74 3.74 0 0 0 3.74-3.74a3.73 3.73 0 0 0-.532-1.923l2.753-5.55c.27-.54.1-.834-.097-1.03m.286 1.774l-.993 2.002c.697 1.006 1.152 2.412 1.152 4.419c0 5.099-2.7 5.662-3.263 5.662h-2.138c-.45 0-.787.075-1.612.9s-1.988 1.837-2.325 2.174c-.337.338-.825.563-1.688.563H8.175c-.375 0-1.05-.188-1.05-1.763c0-.22.021-.475.049-.737H5.059c-.058.64-.075 1.277.003 1.787c.226 1.463 1.426 2.625 2.438 2.625h3.975c1.838 0 5.213-3.412 5.213-3.412s1.107.068 1.763.05C20.488 19.149 24 17.467 24 11.842c0-3.314-.995-5.477-2.296-6.908"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.375 13.079c-.862-.863-.862-2.926-.075-3.714s3.263-3.224 5.062-5.024s3.376-2.063 3.863-2.063H15.9c.222 0 .553.033.924.089l-1.087 2.166c-.874-.063-1.682-.042-2.274-.042c-2.438 0-2.626.562-3.038.975c-.413.412-5.062 4.837-5.4 5.175c-1.05 1.05.562 1.538 2.325 1.538c.788 0 .9.825.712 1.575c-.102.408-.368 1.43-.592 2.528H5.331a13 13 0 0 1 .219-.954c.188-.637.225-1.2-.15-1.2s-1.163-.187-2.025-1.05m18.043-9.92c-.197-.196-2.184-1.35-2.773-1.62a1 1 0 0 0-.417-.105c-.313 0-.486.217-.587.42l-3.118 6.213a3.742 3.742 0 0 0-.715 6.904c-.457.544-1.133 1.1-1.292 1.285c-.225.263-.787.526-1.763.526H4.367a2.184 2.184 0 1 0-.156.87h7.04c.974 0 1.537-.261 1.761-.524c.214-.249 1.366-1.173 1.659-1.831q.424.105.883.106a3.74 3.74 0 0 0 3.74-3.74a3.73 3.73 0 0 0-.532-1.923l2.753-5.55c.27-.54.1-.834-.097-1.03m.286 1.774l-.993 2.002c.697 1.006 1.152 2.412 1.152 4.419c0 5.099-2.7 5.662-3.263 5.662h-2.138c-.45 0-.787.075-1.612.9s-1.988 1.837-2.325 2.174c-.337.338-.825.563-1.688.563H8.175c-.375 0-1.05-.188-1.05-1.763c0-.22.021-.475.049-.737H5.059c-.058.64-.075 1.277.003 1.787c.226 1.463 1.426 2.625 2.438 2.625h3.975c1.838 0 5.213-3.412 5.213-3.412s1.107.068 1.763.05C20.488 19.149 24 17.467 24 11.842c0-3.314-.995-5.477-2.296-6.908"/></svg>
</template>

CSS

.icon-zoiper {
  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%22M3.375%2013.079c-.862-.863-.862-2.926-.075-3.714s3.263-3.224%205.062-5.024s3.376-2.063%203.863-2.063H15.9c.222%200%20.553.033.924.089l-1.087%202.166c-.874-.063-1.682-.042-2.274-.042c-2.438%200-2.626.562-3.038.975c-.413.412-5.062%204.837-5.4%205.175c-1.05%201.05.562%201.538%202.325%201.538c.788%200%20.9.825.712%201.575c-.102.408-.368%201.43-.592%202.528H5.331a13%2013%200%200%201%20.219-.954c.188-.637.225-1.2-.15-1.2s-1.163-.187-2.025-1.05m18.043-9.92c-.197-.196-2.184-1.35-2.773-1.62a1%201%200%200%200-.417-.105c-.313%200-.486.217-.587.42l-3.118%206.213a3.742%203.742%200%200%200-.715%206.904c-.457.544-1.133%201.1-1.292%201.285c-.225.263-.787.526-1.763.526H4.367a2.184%202.184%200%201%200-.156.87h7.04c.974%200%201.537-.261%201.761-.524c.214-.249%201.366-1.173%201.659-1.831q.424.105.883.106a3.74%203.74%200%200%200%203.74-3.74a3.73%203.73%200%200%200-.532-1.923l2.753-5.55c.27-.54.1-.834-.097-1.03m.286%201.774l-.993%202.002c.697%201.006%201.152%202.412%201.152%204.419c0%205.099-2.7%205.662-3.263%205.662h-2.138c-.45%200-.787.075-1.612.9s-1.988%201.837-2.325%202.174c-.337.338-.825.563-1.688.563H8.175c-.375%200-1.05-.188-1.05-1.763c0-.22.021-.475.049-.737H5.059c-.058.64-.075%201.277.003%201.787c.226%201.463%201.426%202.625%202.438%202.625h3.975c1.838%200%205.213-3.412%205.213-3.412s1.107.068%201.763.05C20.488%2019.149%2024%2017.467%2024%2011.842c0-3.314-.995-5.477-2.296-6.908%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%22M3.375%2013.079c-.862-.863-.862-2.926-.075-3.714s3.263-3.224%205.062-5.024s3.376-2.063%203.863-2.063H15.9c.222%200%20.553.033.924.089l-1.087%202.166c-.874-.063-1.682-.042-2.274-.042c-2.438%200-2.626.562-3.038.975c-.413.412-5.062%204.837-5.4%205.175c-1.05%201.05.562%201.538%202.325%201.538c.788%200%20.9.825.712%201.575c-.102.408-.368%201.43-.592%202.528H5.331a13%2013%200%200%201%20.219-.954c.188-.637.225-1.2-.15-1.2s-1.163-.187-2.025-1.05m18.043-9.92c-.197-.196-2.184-1.35-2.773-1.62a1%201%200%200%200-.417-.105c-.313%200-.486.217-.587.42l-3.118%206.213a3.742%203.742%200%200%200-.715%206.904c-.457.544-1.133%201.1-1.292%201.285c-.225.263-.787.526-1.763.526H4.367a2.184%202.184%200%201%200-.156.87h7.04c.974%200%201.537-.261%201.761-.524c.214-.249%201.366-1.173%201.659-1.831q.424.105.883.106a3.74%203.74%200%200%200%203.74-3.74a3.73%203.73%200%200%200-.532-1.923l2.753-5.55c.27-.54.1-.834-.097-1.03m.286%201.774l-.993%202.002c.697%201.006%201.152%202.412%201.152%204.419c0%205.099-2.7%205.662-3.263%205.662h-2.138c-.45%200-.787.075-1.612.9s-1.988%201.837-2.325%202.174c-.337.338-.825.563-1.688.563H8.175c-.375%200-1.05-.188-1.05-1.763c0-.22.021-.475.049-.737H5.059c-.058.64-.075%201.277.003%201.787c.226%201.463%201.426%202.625%202.438%202.625h3.975c1.838%200%205.213-3.412%205.213-3.412s1.107.068%201.763.05C20.488%2019.149%2024%2017.467%2024%2011.842c0-3.314-.995-5.477-2.296-6.908%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/zoiper.svg?color=%231a73e8&size=48