Worried Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Worried 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/306958.svg" alt="Worried icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306958.svg" alt="Worried icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306958.svg" alt="Worried icon" :width="24" :height="24" />
CSS background
.icon-worried {
background-image: url('https://proicons.com/icon/306958.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M500 0C224 0 0 224 0 500s224 500 500 500 500-224 500-500S776 0 500 0zm0 933C262 933 67 738 67 500S262 67 500 67s433 194 433 433-194 433-433 433zm0-453c-114 0-213 63-259 165-8 17 0 36 17 44s36 0 44-17c35-76 111-124 198-124s163 48 198 124c6 13 18 20 31 20 4 0 9-1 14-3 17-7 24-27 16-44-46-102-145-165-259-165zm-101-85c27 0 49-22 49-49s-22-48-49-48-49 21-49 48 22 49 49 49zm178-6c24 13 54 5 67-19 13-23 5-53-19-66s-53-5-66 18c-14 24-5 54 18 67z"/></svg>
Copied!