vip one icon

vip-one from IconPark by ByteDance · Color · Others · Apache-2.0 Free for personal and commercial use.

Name
vip-one
Set
IconPark
Style
Color
Category
Others
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More others icons from IconPark

Use the vip one icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M4.50326 16.3661L12.5158 7.67177C12.909 7.2452 13.4807 7 14.0821 7H33.9179C34.5193 7 35.091 7.2452 35.4842 7.67177L43.4967 16.3661C44.1809 17.1084 44.1659 18.2125 43.4618 18.9383L24.7499 40.1499C24.3518 40.6012 23.6482 40.6012 23.2501 40.1499L4.5382 18.9383C3.83415 18.2125 3.81915 17.1084 4.50326 16.3661Z"/><path stroke="#fff" d="M16 20L24 29L32 20"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkVipOne(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M4.50326 16.3661L12.5158 7.67177C12.909 7.2452 13.4807 7 14.0821 7H33.9179C34.5193 7 35.091 7.2452 35.4842 7.67177L43.4967 16.3661C44.1809 17.1084 44.1659 18.2125 43.4618 18.9383L24.7499 40.1499C24.3518 40.6012 23.6482 40.6012 23.2501 40.1499L4.5382 18.9383C3.83415 18.2125 3.81915 17.1084 4.50326 16.3661Z"/><path stroke="#fff" d="M16 20L24 29L32 20"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M4.50326 16.3661L12.5158 7.67177C12.909 7.2452 13.4807 7 14.0821 7H33.9179C34.5193 7 35.091 7.2452 35.4842 7.67177L43.4967 16.3661C44.1809 17.1084 44.1659 18.2125 43.4618 18.9383L24.7499 40.1499C24.3518 40.6012 23.6482 40.6012 23.2501 40.1499L4.5382 18.9383C3.83415 18.2125 3.81915 17.1084 4.50326 16.3661Z"/><path stroke="#fff" d="M16 20L24 29L32 20"/></g></svg>
</template>

CSS

.icon-vip-one {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M4.50326%2016.3661L12.5158%207.67177C12.909%207.2452%2013.4807%207%2014.0821%207H33.9179C34.5193%207%2035.091%207.2452%2035.4842%207.67177L43.4967%2016.3661C44.1809%2017.1084%2044.1659%2018.2125%2043.4618%2018.9383L24.7499%2040.1499C24.3518%2040.6012%2023.6482%2040.6012%2023.2501%2040.1499L4.5382%2018.9383C3.83415%2018.2125%203.81915%2017.1084%204.50326%2016.3661Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M16%2020L24%2029L32%2020%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M4.50326%2016.3661L12.5158%207.67177C12.909%207.2452%2013.4807%207%2014.0821%207H33.9179C34.5193%207%2035.091%207.2452%2035.4842%207.67177L43.4967%2016.3661C44.1809%2017.1084%2044.1659%2018.2125%2043.4618%2018.9383L24.7499%2040.1499C24.3518%2040.6012%2023.6482%2040.6012%2023.2501%2040.1499L4.5382%2018.9383C3.83415%2018.2125%203.81915%2017.1084%204.50326%2016.3661Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M16%2020L24%2029L32%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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