Jeevansathi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jeevansathi 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/327652.svg" alt="Jeevansathi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327652.svg" alt="Jeevansathi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327652.svg" alt="Jeevansathi icon" :width="24" :height="24" />
CSS background
.icon-jeevansathi {
background-image: url('https://proicons.com/icon/327652.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><path id="d" class="g" d="M28.6409,11l-5.8332,21.7698c-.8126,3.0325-3.9586,4.8489-6.9911,4.0363-3.0325-.8126-4.8489-3.9586-4.0363-6.9911l.5171-1.9298"/><path id="e" class="g" d="M29.1461,32.6219c.8809.6607,1.7618.8809,3.5237.8809h.8809c1.5416,0,2.863-1.3214,2.863-2.863s-1.3214-2.863-2.863-2.863h-1.9821c-1.5416,0-2.863-1.3214-2.863-2.863s1.3214-2.863,2.863-2.863h.8809c1.9821,0,2.863.2202,3.5237.8809"/></g></g><path id="f" class="g" d="M5.5001,19.6v18.9c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5001c-2.2091,0-4,1.7909-4,4v10.1"/></svg>
Copied!