fanqiexiaoshuo icon

fanqiexiaoshuo from IconPark Outline by ByteDance · Outline · Brand · Apache-2.0 Free for personal and commercial use.

Name
fanqiexiaoshuo
Set
IconPark Outline
Style
Outline
Category
Brand
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More brand icons from IconPark Outline

Use the fanqiexiaoshuo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M35.429 4.884c4.217 0 7.653 3.436 7.653 7.653V35.43c0 4.217-3.436 7.653-7.653 7.653H12.537c-4.217 0-7.653-3.436-7.653-7.653V12.537c0-4.217 3.436-7.653 7.653-7.653zm0-.884H12.537A8.52 8.52 0 0 0 4 12.537V35.43a8.52 8.52 0 0 0 8.537 8.537H35.43a8.52 8.52 0 0 0 8.537-8.537V12.537C44 7.81 40.156 4 35.429 4"/><path fill="currentColor" d="M29.102 4v8.401l3.23-1.836l3.232 1.836V4zm-5.068 14.286c-8.197 0-15.476 3.571-20.034 9.081v8.062a8.52 8.52 0 0 0 8.537 8.537H35.43a8.52 8.52 0 0 0 8.537-8.537v-8.164c-4.558-5.476-11.769-8.98-19.932-8.98m-9.422 19.387c-1.496 0-2.21-.544-2.21-1.258s.68-1.292 2.176-1.292c1.497 0 3.3 1.258 3.3 1.258s-1.77 1.292-3.266 1.292m1.225-6.462c-1.089-1.054-1.19-1.939-.68-2.449s1.394-.442 2.483.646c1.088 1.055 1.428 3.197 1.428 3.197s-2.177-.34-3.231-1.394m8.197-.748s-1.293-1.735-1.326-3.266c0-1.496.544-2.21 1.258-2.21s1.293.68 1.293 2.176c.034 1.53-1.225 3.3-1.225 3.3m6.326-1.089c1.089-1.054 1.973-1.122 2.483-.646c.51.51.409 1.394-.68 2.449s-3.231 1.36-3.231 1.36s.34-2.108 1.428-3.163m2.994 8.3c-1.497 0-3.266-1.327-3.266-1.327s1.77-1.258 3.3-1.258c1.496 0 2.21.612 2.177 1.292c0 .748-.715 1.292-2.211 1.292"/></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineFanqiexiaoshuo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M35.429 4.884c4.217 0 7.653 3.436 7.653 7.653V35.43c0 4.217-3.436 7.653-7.653 7.653H12.537c-4.217 0-7.653-3.436-7.653-7.653V12.537c0-4.217 3.436-7.653 7.653-7.653zm0-.884H12.537A8.52 8.52 0 0 0 4 12.537V35.43a8.52 8.52 0 0 0 8.537 8.537H35.43a8.52 8.52 0 0 0 8.537-8.537V12.537C44 7.81 40.156 4 35.429 4"/><path fill="currentColor" d="M29.102 4v8.401l3.23-1.836l3.232 1.836V4zm-5.068 14.286c-8.197 0-15.476 3.571-20.034 9.081v8.062a8.52 8.52 0 0 0 8.537 8.537H35.43a8.52 8.52 0 0 0 8.537-8.537v-8.164c-4.558-5.476-11.769-8.98-19.932-8.98m-9.422 19.387c-1.496 0-2.21-.544-2.21-1.258s.68-1.292 2.176-1.292c1.497 0 3.3 1.258 3.3 1.258s-1.77 1.292-3.266 1.292m1.225-6.462c-1.089-1.054-1.19-1.939-.68-2.449s1.394-.442 2.483.646c1.088 1.055 1.428 3.197 1.428 3.197s-2.177-.34-3.231-1.394m8.197-.748s-1.293-1.735-1.326-3.266c0-1.496.544-2.21 1.258-2.21s1.293.68 1.293 2.176c.034 1.53-1.225 3.3-1.225 3.3m6.326-1.089c1.089-1.054 1.973-1.122 2.483-.646c.51.51.409 1.394-.68 2.449s-3.231 1.36-3.231 1.36s.34-2.108 1.428-3.163m2.994 8.3c-1.497 0-3.266-1.327-3.266-1.327s1.77-1.258 3.3-1.258c1.496 0 2.21.612 2.177 1.292c0 .748-.715 1.292-2.211 1.292"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M35.429 4.884c4.217 0 7.653 3.436 7.653 7.653V35.43c0 4.217-3.436 7.653-7.653 7.653H12.537c-4.217 0-7.653-3.436-7.653-7.653V12.537c0-4.217 3.436-7.653 7.653-7.653zm0-.884H12.537A8.52 8.52 0 0 0 4 12.537V35.43a8.52 8.52 0 0 0 8.537 8.537H35.43a8.52 8.52 0 0 0 8.537-8.537V12.537C44 7.81 40.156 4 35.429 4"/><path fill="currentColor" d="M29.102 4v8.401l3.23-1.836l3.232 1.836V4zm-5.068 14.286c-8.197 0-15.476 3.571-20.034 9.081v8.062a8.52 8.52 0 0 0 8.537 8.537H35.43a8.52 8.52 0 0 0 8.537-8.537v-8.164c-4.558-5.476-11.769-8.98-19.932-8.98m-9.422 19.387c-1.496 0-2.21-.544-2.21-1.258s.68-1.292 2.176-1.292c1.497 0 3.3 1.258 3.3 1.258s-1.77 1.292-3.266 1.292m1.225-6.462c-1.089-1.054-1.19-1.939-.68-2.449s1.394-.442 2.483.646c1.088 1.055 1.428 3.197 1.428 3.197s-2.177-.34-3.231-1.394m8.197-.748s-1.293-1.735-1.326-3.266c0-1.496.544-2.21 1.258-2.21s1.293.68 1.293 2.176c.034 1.53-1.225 3.3-1.225 3.3m6.326-1.089c1.089-1.054 1.973-1.122 2.483-.646c.51.51.409 1.394-.68 2.449s-3.231 1.36-3.231 1.36s.34-2.108 1.428-3.163m2.994 8.3c-1.497 0-3.266-1.327-3.266-1.327s1.77-1.258 3.3-1.258c1.496 0 2.21.612 2.177 1.292c0 .748-.715 1.292-2.211 1.292"/></svg>
</template>

CSS

.icon-fanqiexiaoshuo {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M35.429%204.884c4.217%200%207.653%203.436%207.653%207.653V35.43c0%204.217-3.436%207.653-7.653%207.653H12.537c-4.217%200-7.653-3.436-7.653-7.653V12.537c0-4.217%203.436-7.653%207.653-7.653zm0-.884H12.537A8.52%208.52%200%200%200%204%2012.537V35.43a8.52%208.52%200%200%200%208.537%208.537H35.43a8.52%208.52%200%200%200%208.537-8.537V12.537C44%207.81%2040.156%204%2035.429%204%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.102%204v8.401l3.23-1.836l3.232%201.836V4zm-5.068%2014.286c-8.197%200-15.476%203.571-20.034%209.081v8.062a8.52%208.52%200%200%200%208.537%208.537H35.43a8.52%208.52%200%200%200%208.537-8.537v-8.164c-4.558-5.476-11.769-8.98-19.932-8.98m-9.422%2019.387c-1.496%200-2.21-.544-2.21-1.258s.68-1.292%202.176-1.292c1.497%200%203.3%201.258%203.3%201.258s-1.77%201.292-3.266%201.292m1.225-6.462c-1.089-1.054-1.19-1.939-.68-2.449s1.394-.442%202.483.646c1.088%201.055%201.428%203.197%201.428%203.197s-2.177-.34-3.231-1.394m8.197-.748s-1.293-1.735-1.326-3.266c0-1.496.544-2.21%201.258-2.21s1.293.68%201.293%202.176c.034%201.53-1.225%203.3-1.225%203.3m6.326-1.089c1.089-1.054%201.973-1.122%202.483-.646c.51.51.409%201.394-.68%202.449s-3.231%201.36-3.231%201.36s.34-2.108%201.428-3.163m2.994%208.3c-1.497%200-3.266-1.327-3.266-1.327s1.77-1.258%203.3-1.258c1.496%200%202.21.612%202.177%201.292c0%20.748-.715%201.292-2.211%201.292%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M35.429%204.884c4.217%200%207.653%203.436%207.653%207.653V35.43c0%204.217-3.436%207.653-7.653%207.653H12.537c-4.217%200-7.653-3.436-7.653-7.653V12.537c0-4.217%203.436-7.653%207.653-7.653zm0-.884H12.537A8.52%208.52%200%200%200%204%2012.537V35.43a8.52%208.52%200%200%200%208.537%208.537H35.43a8.52%208.52%200%200%200%208.537-8.537V12.537C44%207.81%2040.156%204%2035.429%204%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.102%204v8.401l3.23-1.836l3.232%201.836V4zm-5.068%2014.286c-8.197%200-15.476%203.571-20.034%209.081v8.062a8.52%208.52%200%200%200%208.537%208.537H35.43a8.52%208.52%200%200%200%208.537-8.537v-8.164c-4.558-5.476-11.769-8.98-19.932-8.98m-9.422%2019.387c-1.496%200-2.21-.544-2.21-1.258s.68-1.292%202.176-1.292c1.497%200%203.3%201.258%203.3%201.258s-1.77%201.292-3.266%201.292m1.225-6.462c-1.089-1.054-1.19-1.939-.68-2.449s1.394-.442%202.483.646c1.088%201.055%201.428%203.197%201.428%203.197s-2.177-.34-3.231-1.394m8.197-.748s-1.293-1.735-1.326-3.266c0-1.496.544-2.21%201.258-2.21s1.293.68%201.293%202.176c.034%201.53-1.225%203.3-1.225%203.3m6.326-1.089c1.089-1.054%201.973-1.122%202.483-.646c.51.51.409%201.394-.68%202.449s-3.231%201.36-3.231%201.36s.34-2.108%201.428-3.163m2.994%208.3c-1.497%200-3.266-1.327-3.266-1.327s1.77-1.258%203.3-1.258c1.496%200%202.21.612%202.177%201.292c0%20.748-.715%201.292-2.211%201.292%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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