Mysejahtera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mysejahtera 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/344463.svg" alt="Mysejahtera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344463.svg" alt="Mysejahtera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344463.svg" alt="Mysejahtera icon" :width="24" :height="24" />
CSS background
.icon-mysejahtera {
background-image: url('https://proicons.com/icon/344463.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M37.9019,22.4853c-.1494,7.6778-6.4946,13.7808-14.1724,13.6314-7.4664-.1453-13.4846-6.1624-13.6313-13.6287,0-1.8995.3879-3.7112,1.0759-5.361-2.023,2.7291-3.1146,6.0364-3.1135,9.4335,0,8.8031,7.1364,15.9395,15.9395,15.9395s15.9395-7.1364,15.9395-15.9395c.001-3.3971-1.0905-6.7044-3.1135-9.4335.7119,1.6966,1.0777,3.5184,1.0759,5.3583"/><line class="d" x1="15.576" y1="13.4848" x2="31.9538" y2="13.4848"/><line class="d" x1="16.3863" y1="9.933" x2="31.1434" y2="17.0366"/><line class="d" x1="18.657" y1="7.0842" x2="28.8727" y2="19.8855"/><line class="d" x1="21.9387" y1="5.5021" x2="25.5911" y2="21.4675"/><line class="d" x1="25.5817" y1="5.5" x2="21.948" y2="21.4696"/><line class="d" x1="28.8652" y1="7.0782" x2="18.6646" y2="19.8914"/><line class="d" x1="31.1393" y1="9.9244" x2="16.3905" y2="17.0453"/></svg>
Copied!