Meditopia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meditopia 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/343574.svg" alt="Meditopia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343574.svg" alt="Meditopia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343574.svg" alt="Meditopia icon" :width="24" :height="24" />
CSS background
.icon-meditopia {
background-image: url('https://proicons.com/icon/343574.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24.1214" cy="11.177" r="2.4187"/><path class="b" d="M11.3227,20.3458c-1.2998-.7061-3.1267-1.196-4.6138-1.3924-.7646-.1201-1.3228-.182-1.6603.0032-.3376.1852-.4544.6174-.5132,1.3562-.3125,4.5322,1.451,9.4977,5.0715,13.1166,2.2326,2.4022,7.7187,5.6622,10.2395,5.8123.3884-.0921-.6174-.8253-1.5777-1.6116-4.8796-3.7163-7.2151-10.2857-6.5725-16.448.2136-1.8509.7251-3.8763,1.0812-5.0266.3561-1.1503.5569-1.4255.8062-1.6056.6634-.47,1.41-.1344,2.2073.1021.4815.1474,1.004.2901,1.8953.7563,2.1754,1.1258,4.7518,3.1365,6.3963,5.2941,1.476,1.9752,3.3896,4.4495,2.551,6.7226-.5814,1.5163-2.2482,2.7489-3.7571,1.8813-1.4793-.8406-2.0593-2.5596-1.4938-4.2913,1.6588-4.7066,6.2449-8.5734,10.816-10.2036.9851-.306,1.3523-.5418,2.1145-.2825.226.1189.398.3475.6972.9139.913,1.6947,1.6325,4.077,1.6915,6.392.273,4.6732-1.2627,9.4373-4.3736,13.0043-.9877,1.2335-1.9593,2.2446-2.9553,3.0512-.9959.8067-1.5999,1.1635-1.1212,1.2373,4.2554-.0239,9.5113-3.8966,12.0336-7.4967,2.4072-3.3085,3.5188-7.56,3.1429-11.3605-.0888-.84-.2368-1.135-.6185-1.298-1.7164-.46-4.0394.6233-6.2077,1.1993"/></svg>
Copied!