Like A Dino Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Like A Dino 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/343052.svg" alt="Like A Dino icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343052.svg" alt="Like A Dino icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343052.svg" alt="Like A Dino icon" :width="24" :height="24" />
CSS background
.icon-like-a-dino {
background-image: url('https://proicons.com/icon/343052.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:#fff;}.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m15.1964,18.1715c.4585-10.2163,19.8765-16.9631,27.1509,2.1572,6.5658,18.8645-16.4267,22.4577-29.7546,17.4099C2.7102,35.0782.0321,21.5536,15.1961,18.1712l.0004.0003Z"/><path class="c" d="m11.7517,29.9387s6.3228,6.2353,13.0533,1.1628"/><circle class="b" cx="20.6394" cy="16.3881" r=".7496"/><circle class="b" cx="28.7099" cy="17.6042" r=".7496"/></svg>
Copied!