Panda Express Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Panda Express icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/345488.svg" alt="Panda Express icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345488.svg" alt="Panda Express icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345488.svg" alt="Panda Express icon" :width="24" :height="24" />
CSS background
.icon-panda-express {
background-image: url('https://proicons.com/icon/345488.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m12.73,23.499c1.013.407,1.389-.47,1.971-1.457,1.488-2.52,2.527-4.076.174-5.167-1.694-.786-6.013,3.51-2.145,6.624Zm9.245-.2c-.554-2.662-2.697-4.843-.078-5.973,1.614-.696,4.317,1.337,3.236,5.556-.565,1.869-2.836,1.963-3.158.418v-.001Zm-4.445,5.16h.56c.253-.963,1.061-.958,1.726-1.209.348-.13.557-.344.46-.698-1.7-.034-2.54-.006-3.936-.452-.272-.087-.733.332-.45.673.533.642,1.571.916,1.64,1.686Zm7.845-21.426c-1.7068-.8169-3.5901-1.1959-5.48-1.103-1.746.08-3.36.44-4.808,1.036m-6.395,16.462c.726,1.223,1.758,2.405,3.124,3.493,1.212.966,2.077,1.721,2.692,2.327,1.981,2.065,6.763,1.44,10.069-1.13,6.574-1.97,9.385-8.65,6.665-14.916M15.087,6.966c-2.795,1.149-4.974,3.173-6.296,5.75C3.373,8.524,11.245.486,15.087,6.966m-6.296,5.75c-.893,1.738-1.395,3.728-1.434,5.87-.03,1.605.395,3.258,1.335,4.842-5.757,10.614,2.601,21.957,9.55,17.551.798-.506.698-2.054-.49-3.815-1.416-2.1.27-4.895,2.286-4.718,3.27.287,3.072,3.295,1.976,4.927-3.07,4.571-.6,8.152,6.173,4.829,2.82-1.384,5.42-3.127,5.871-6.256,6.246.83,8.607-7.169,6.302-15.139m0,0c-.385-1.33-.9-2.659-1.548-3.946m-7.14-4.118c.552-.625.956-1.237,1.233-1.827,2.496,1.242,4.82,3.498,5.907,5.945m-5.907-5.945c2.581-5.494-5.81-9.094-7.53-3.883-.79,2.391,4.042,2.844,5.133,4.721.279.479.523.962.734,1.448.153-.154.296-.307.43-.459,3.038,2.35,4.13,7.255,4.362,12.477.136,3.045,2.725,1.675,3.88-.837.483-1.05.319-2.374.446-3.576"/></svg>
Copied!