Meeting Owl Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meeting Owl 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/343584.svg" alt="Meeting Owl icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343584.svg" alt="Meeting Owl icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343584.svg" alt="Meeting Owl icon" :width="24" :height="24" />
CSS background
.icon-meeting-owl {
background-image: url('https://proicons.com/icon/343584.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.8,30.1667c0,7.4-7.4,12.3333-12.3333,12.3333H9.2v-22.2c0-7.4,7.4-14.8,14.8-14.8s14.8,7.4,14.8,14.8v9.8667ZM11.05,20.4233c0-1.7267.37-3.33.9867-4.9333,3.0833-7.4,10.4833-5.55,10.4833,0v6.1667h3.0833v-6.1667c0-6.1667,7.4-7.4,10.4833,0,.6167,1.6033.9867,3.2067.9867,4.9333,0,6.8327-4.6867,12.58-12.7033,12.58-7.5233.37-13.32-5.55-13.32-12.58Z"/><circle class="c" cx="17.5867" cy="15.7367" r="3.0833"/><circle class="c" cx="30.5367" cy="15.7367" r="3.0833"/></svg>
Copied!