philipshue logo
philipshue from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- philipshue
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the philipshue logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.672 9.6c-2.043 0-3.505 1.386-3.682 3.416h-.664c-.247 0-.395.144-.395.384s.148.384.395.384h.661c.152 2.09 1.652 3.423 3.915 3.423c.944 0 1.685-.144 2.332-.453c.158-.075.337-.217.292-.471a.33.33 0 0 0-.15-.242c-.104-.065-.25-.072-.422-.02a8 8 0 0 0-.352.12c-.414.146-.771.273-1.599.273c-1.75 0-2.908-1.023-2.952-2.605v-.025h5.444c.313 0 .492-.164.505-.463v-.058C23.994 9.865 21.452 9.6 20.672 9.6m2.376 3.416h-5l.004-.035c.121-1.58 1.161-2.601 2.649-2.601c1.134 0 2.347.685 2.347 2.606zM9.542 10.221c0-.335-.195-.534-.52-.534s-.52.2-.52.534v2.795h1.04zm4.29 3.817c0 1.324-.948 2.361-2.16 2.361c-1.433 0-2.13-.763-2.13-2.333v-.282h-1.04v.34c0 2.046.965 3.083 2.868 3.083c1.12 0 1.943-.486 2.443-1.445l.02-.036v.861c0 .334.193.534.519.534c.325 0 .52-.2.52-.534v-2.803h-1.04zm.52-4.351c-.326 0-.52.2-.52.534v2.795h1.04v-2.795c0-.335-.195-.534-.52-.534M3.645 9.6c-1.66 0-2.31 1.072-2.471 1.4l-.135.278V7.355c0-.347-.199-.562-.52-.562c-.32 0-.519.215-.519.562v5.661h1.039v-.015c0-1.249.72-2.592 2.304-2.592c1.29 0 2.001.828 2.001 2.332v.275h1.04v-.246c0-2.044-.973-3.17-2.739-3.17M0 16.558c0 .347.199.563.52.563c.32 0 .519-.216.519-.563v-2.774H0zm5.344 0c0 .347.2.563.52.563s.52-.216.52-.563v-2.774h-1.04z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPhilipshue(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.672 9.6c-2.043 0-3.505 1.386-3.682 3.416h-.664c-.247 0-.395.144-.395.384s.148.384.395.384h.661c.152 2.09 1.652 3.423 3.915 3.423c.944 0 1.685-.144 2.332-.453c.158-.075.337-.217.292-.471a.33.33 0 0 0-.15-.242c-.104-.065-.25-.072-.422-.02a8 8 0 0 0-.352.12c-.414.146-.771.273-1.599.273c-1.75 0-2.908-1.023-2.952-2.605v-.025h5.444c.313 0 .492-.164.505-.463v-.058C23.994 9.865 21.452 9.6 20.672 9.6m2.376 3.416h-5l.004-.035c.121-1.58 1.161-2.601 2.649-2.601c1.134 0 2.347.685 2.347 2.606zM9.542 10.221c0-.335-.195-.534-.52-.534s-.52.2-.52.534v2.795h1.04zm4.29 3.817c0 1.324-.948 2.361-2.16 2.361c-1.433 0-2.13-.763-2.13-2.333v-.282h-1.04v.34c0 2.046.965 3.083 2.868 3.083c1.12 0 1.943-.486 2.443-1.445l.02-.036v.861c0 .334.193.534.519.534c.325 0 .52-.2.52-.534v-2.803h-1.04zm.52-4.351c-.326 0-.52.2-.52.534v2.795h1.04v-2.795c0-.335-.195-.534-.52-.534M3.645 9.6c-1.66 0-2.31 1.072-2.471 1.4l-.135.278V7.355c0-.347-.199-.562-.52-.562c-.32 0-.519.215-.519.562v5.661h1.039v-.015c0-1.249.72-2.592 2.304-2.592c1.29 0 2.001.828 2.001 2.332v.275h1.04v-.246c0-2.044-.973-3.17-2.739-3.17M0 16.558c0 .347.199.563.52.563c.32 0 .519-.216.519-.563v-2.774H0zm5.344 0c0 .347.2.563.52.563s.52-.216.52-.563v-2.774h-1.04z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.672 9.6c-2.043 0-3.505 1.386-3.682 3.416h-.664c-.247 0-.395.144-.395.384s.148.384.395.384h.661c.152 2.09 1.652 3.423 3.915 3.423c.944 0 1.685-.144 2.332-.453c.158-.075.337-.217.292-.471a.33.33 0 0 0-.15-.242c-.104-.065-.25-.072-.422-.02a8 8 0 0 0-.352.12c-.414.146-.771.273-1.599.273c-1.75 0-2.908-1.023-2.952-2.605v-.025h5.444c.313 0 .492-.164.505-.463v-.058C23.994 9.865 21.452 9.6 20.672 9.6m2.376 3.416h-5l.004-.035c.121-1.58 1.161-2.601 2.649-2.601c1.134 0 2.347.685 2.347 2.606zM9.542 10.221c0-.335-.195-.534-.52-.534s-.52.2-.52.534v2.795h1.04zm4.29 3.817c0 1.324-.948 2.361-2.16 2.361c-1.433 0-2.13-.763-2.13-2.333v-.282h-1.04v.34c0 2.046.965 3.083 2.868 3.083c1.12 0 1.943-.486 2.443-1.445l.02-.036v.861c0 .334.193.534.519.534c.325 0 .52-.2.52-.534v-2.803h-1.04zm.52-4.351c-.326 0-.52.2-.52.534v2.795h1.04v-2.795c0-.335-.195-.534-.52-.534M3.645 9.6c-1.66 0-2.31 1.072-2.471 1.4l-.135.278V7.355c0-.347-.199-.562-.52-.562c-.32 0-.519.215-.519.562v5.661h1.039v-.015c0-1.249.72-2.592 2.304-2.592c1.29 0 2.001.828 2.001 2.332v.275h1.04v-.246c0-2.044-.973-3.17-2.739-3.17M0 16.558c0 .347.199.563.52.563c.32 0 .519-.216.519-.563v-2.774H0zm5.344 0c0 .347.2.563.52.563s.52-.216.52-.563v-2.774h-1.04z"/></svg> </template>
CSS
.icon-philipshue {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.672%209.6c-2.043%200-3.505%201.386-3.682%203.416h-.664c-.247%200-.395.144-.395.384s.148.384.395.384h.661c.152%202.09%201.652%203.423%203.915%203.423c.944%200%201.685-.144%202.332-.453c.158-.075.337-.217.292-.471a.33.33%200%200%200-.15-.242c-.104-.065-.25-.072-.422-.02a8%208%200%200%200-.352.12c-.414.146-.771.273-1.599.273c-1.75%200-2.908-1.023-2.952-2.605v-.025h5.444c.313%200%20.492-.164.505-.463v-.058C23.994%209.865%2021.452%209.6%2020.672%209.6m2.376%203.416h-5l.004-.035c.121-1.58%201.161-2.601%202.649-2.601c1.134%200%202.347.685%202.347%202.606zM9.542%2010.221c0-.335-.195-.534-.52-.534s-.52.2-.52.534v2.795h1.04zm4.29%203.817c0%201.324-.948%202.361-2.16%202.361c-1.433%200-2.13-.763-2.13-2.333v-.282h-1.04v.34c0%202.046.965%203.083%202.868%203.083c1.12%200%201.943-.486%202.443-1.445l.02-.036v.861c0%20.334.193.534.519.534c.325%200%20.52-.2.52-.534v-2.803h-1.04zm.52-4.351c-.326%200-.52.2-.52.534v2.795h1.04v-2.795c0-.335-.195-.534-.52-.534M3.645%209.6c-1.66%200-2.31%201.072-2.471%201.4l-.135.278V7.355c0-.347-.199-.562-.52-.562c-.32%200-.519.215-.519.562v5.661h1.039v-.015c0-1.249.72-2.592%202.304-2.592c1.29%200%202.001.828%202.001%202.332v.275h1.04v-.246c0-2.044-.973-3.17-2.739-3.17M0%2016.558c0%20.347.199.563.52.563c.32%200%20.519-.216.519-.563v-2.774H0zm5.344%200c0%20.347.2.563.52.563s.52-.216.52-.563v-2.774h-1.04z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.672%209.6c-2.043%200-3.505%201.386-3.682%203.416h-.664c-.247%200-.395.144-.395.384s.148.384.395.384h.661c.152%202.09%201.652%203.423%203.915%203.423c.944%200%201.685-.144%202.332-.453c.158-.075.337-.217.292-.471a.33.33%200%200%200-.15-.242c-.104-.065-.25-.072-.422-.02a8%208%200%200%200-.352.12c-.414.146-.771.273-1.599.273c-1.75%200-2.908-1.023-2.952-2.605v-.025h5.444c.313%200%20.492-.164.505-.463v-.058C23.994%209.865%2021.452%209.6%2020.672%209.6m2.376%203.416h-5l.004-.035c.121-1.58%201.161-2.601%202.649-2.601c1.134%200%202.347.685%202.347%202.606zM9.542%2010.221c0-.335-.195-.534-.52-.534s-.52.2-.52.534v2.795h1.04zm4.29%203.817c0%201.324-.948%202.361-2.16%202.361c-1.433%200-2.13-.763-2.13-2.333v-.282h-1.04v.34c0%202.046.965%203.083%202.868%203.083c1.12%200%201.943-.486%202.443-1.445l.02-.036v.861c0%20.334.193.534.519.534c.325%200%20.52-.2.52-.534v-2.803h-1.04zm.52-4.351c-.326%200-.52.2-.52.534v2.795h1.04v-2.795c0-.335-.195-.534-.52-.534M3.645%209.6c-1.66%200-2.31%201.072-2.471%201.4l-.135.278V7.355c0-.347-.199-.562-.52-.562c-.32%200-.519.215-.519.562v5.661h1.039v-.015c0-1.249.72-2.592%202.304-2.592c1.29%200%202.001.828%202.001%202.332v.275h1.04v-.246c0-2.044-.973-3.17-2.739-3.17M0%2016.558c0%20.347.199.563.52.563c.32%200%20.519-.216.519-.563v-2.774H0zm5.344%200c0%20.347.2.563.52.563s.52-.216.52-.563v-2.774h-1.04z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/philipshue.svg?color=%231a73e8&size=48