Lookofdisapproval Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lookofdisapproval 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/328662.svg" alt="Lookofdisapproval icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328662.svg" alt="Lookofdisapproval icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328662.svg" alt="Lookofdisapproval icon" :width="24" :height="24" />
CSS background
.icon-lookofdisapproval {
background-image: url('https://proicons.com/icon/328662.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b,.c{fill:none;stroke:#000;stroke-linecap:round;}.b{stroke-miterlimit:10;}.c{stroke-linejoin:round;}.d{fill:#000;}</style></defs><path class="a" d="M18.9342,32.4481H29.0658"/><circle class="b" cx="12.5808" cy="25.1509" r="5.6172"/><path class="a" d="M6.5339,19.5337h9.9577a1.91,1.91,0,0,0,1.0183-3.533"/><circle class="b" cx="35.647" cy="25.1509" r="5.6172"/><path class="a" d="M29.6,19.5337h9.9577a1.91,1.91,0,0,0,1.0183-3.533"/><circle class="c" cx="24" cy="24" r="21.5"/><circle class="d" cx="12.5808" cy="25.1509" r="0.75"/><circle class="d" cx="35.647" cy="25.1509" r="0.75"/></svg>
Copied!