Kitchen Philips Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kitchen Philips 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/327968.svg" alt="Kitchen Philips icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327968.svg" alt="Kitchen Philips icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327968.svg" alt="Kitchen Philips icon" :width="24" :height="24" />
CSS background
.icon-kitchen-philips {
background-image: url('https://proicons.com/icon/327968.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m16.0294,27.0053c.2592,1.4605,2.6304,9.4073,4.9499,9.4073,9.6227,0,2.7905-.0537,16.4818-.0537,2.8026,0,4.7847-8.248,5.039-9.3586-9.0788-.025-14.3964-.0009-23.4756.005h-2.995Z"/><path class="c" d="m31.7428,11.8505c-.6258.2183-1.1786.6407-1.5536,1.1872-.375.5465-.5704,1.2142-.549,1.8767.0324,1.0041.5385,1.9252,1.0559,2.7864s1.0715,1.7397,1.218,2.7335c.1139.7726-.0354,1.5817-.4178,2.2627s-.9952,1.2298-1.7142,1.5349"/><path class="c" d="m35.6294,11.8505c-.6258.2183-1.1786.6407-1.5536,1.1872-.375.5465-.5704,1.2142-.549,1.8767.0324,1.0041.5385,1.9252,1.0559,2.7864s1.0715,1.7397,1.218,2.7335c.1139.7726-.0354,1.5817-.4178,2.2627s-.9952,1.2298-1.7142,1.5349"/><path class="c" d="m39.5159,11.8505c-.6258.2183-1.1786.6407-1.5536,1.1872-.375.5465-.5704,1.2142-.549,1.8767.0324,1.0041.5385,1.9252,1.0559,2.7864s1.0715,1.7397,1.218,2.7335c.1139.7726-.0354,1.5817-.4178,2.2627s-.9952,1.2298-1.7142,1.5349"/><path class="c" d="m20.9793,36.4126h-10.0754c-1.089,0-2.0119-.8016-2.1644-1.8798l-3.2395-22.907h2.6665l.6121,4.2665c.9622-.3508,2.0081-.4695,3.0243-.3434,1.5046.1867,2.8871.8884,4.2779,1.4918,1.1155.4839,2.2819.9158,3.497.9566.9461.0318,1.8994-.1802,2.743-.6101l.8623-5.7998h2.783l-2.2168,15.4017"/></svg>
Copied!