Meitu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meitu 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/329052.svg" alt="Meitu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329052.svg" alt="Meitu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329052.svg" alt="Meitu icon" :width="24" :height="24" />
CSS background
.icon-meitu {
background-image: url('https://proicons.com/icon/329052.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m11,29.25v-6.19c0-1.0411.844-1.8851,1.8851-1.8851.2014,0,.4014.0323.5926.0956l2.3305.7717c1.1666.3863,2.4431.25,3.5019-.3738l4.4904-2.6457c.7889-.4648,1.8052-.2021,2.27.5868.1503.255.2295.5456.2295.8416v1.2989c0,.8692.7046,1.5738,1.5738,1.5738.2542,0,.5046-.0616.7298-.1794l8.3964-4.3944"/><path class="c" d="m33.5,29.25v-8.5"/></svg>
Copied!