Logica Emotica Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Logica Emotica 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/328647.svg" alt="Logica Emotica icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328647.svg" alt="Logica Emotica icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328647.svg" alt="Logica Emotica icon" :width="24" :height="24" />
CSS background
.icon-logica-emotica {
background-image: url('https://proicons.com/icon/328647.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>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><circle id="g" class="m" cx="24" cy="24" r="21.5"/><circle id="h" class="m" cx="24" cy="35.0554" r="3.4815"/><ellipse id="i" class="m" cx="15.6321" cy="21.0071" rx="2.9318" ry="4.5199"/><path id="j" class="m" d="M29.4361,21.0071c0,2.4963,1.3126,4.5199,2.9318,4.5199s2.9318-2.0236,2.9318-4.5199-1.3126-4.5199-2.9318-4.5199-2.9318,2.0236-2.9318,4.5199Z"/><path id="k" class="m" d="M10.5625,13.3111s4.3977-3.9702,9.7116-2.1989"/><path id="l" class="m" d="M37.4375,13.3111s-4.3977-3.9702-9.7116-2.1989"/></g></svg>
Copied!