smartthings logo
smartthings from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- smartthings
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the smartthings logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.51 0C8.338 0 5.034.537 2.694 2.694C.5 5.174 0 8.464 0 11.525v.942c0 3.165.537 6.499 2.694 8.84C5.188 23.513 8.494 24 11.569 24h.854c3.18 0 6.528-.53 8.883-2.694C23.514 18.811 24 15.5 24 12.423v-.853c0-3.18-.53-6.528-2.694-8.876C18.826.494 15.544 0 12.482 0zM12 3.505c1.244 0 2.256.99 2.256 2.206c0 1.065-.685 1.976-1.715 2.181v1.59c1.48.214 2.528 1.43 2.528 2.934c0 1.654-1.377 3-3.07 3s-3.068-1.346-3.068-3q.002-.255.045-.497l-1.536-.488a2.26 2.26 0 0 1-1.962 1.12q-.357 0-.698-.11c-1.183-.375-1.833-1.622-1.449-2.78a2.25 2.25 0 0 1 2.146-1.524q.357 0 .698.108a2.23 2.23 0 0 1 1.313 1.098c.204.391.282.823.232 1.249l1.535.488c.44-.86 1.378-1.453 2.384-1.599V7.892c-1.029-.205-1.896-1.116-1.896-2.181c0-1.217 1.012-2.206 2.257-2.206m0 .882c-.747 0-1.354.594-1.354 1.324S11.253 7.035 12 7.035c.746 0 1.354-.594 1.354-1.324S12.746 4.387 12 4.387m6.522 3.75c.98 0 1.843.613 2.146 1.525a2.15 2.15 0 0 1-.135 1.683a2.22 2.22 0 0 1-1.314 1.096q-.341.11-.698.11a2.26 2.26 0 0 1-1.962-1.12l-.634.201l-.278-.838l.632-.202a2.21 2.21 0 0 1 1.546-2.347a2.3 2.3 0 0 1 .697-.108M5.476 9.02c-.588 0-1.105.368-1.287.915a1.32 1.32 0 0 0 .869 1.668q.205.065.419.065c.588 0 1.105-.368 1.287-.915a1.3 1.3 0 0 0-.081-1.01a1.34 1.34 0 0 0-.788-.658a1.4 1.4 0 0 0-.42-.065zm13.045 0q-.213 0-.419.065a1.32 1.32 0 0 0-.869 1.668c.182.547.7.915 1.287.915a1.4 1.4 0 0 0 .42-.065c.344-.11.623-.343.787-.659c.165-.315.193-.673.082-1.009a1.35 1.35 0 0 0-1.288-.915M12 10.474c-1.095 0-1.986.871-1.986 1.942s.89 1.941 1.986 1.941c1.094 0 1.985-.87 1.985-1.94c0-1.072-.89-1.943-1.985-1.943m-2.706 4.831l.73.519l-.39.526c.709.757.801 1.925.16 2.787a2.28 2.28 0 0 1-1.827.91c-.478 0-.937-.147-1.325-.422a2.177 2.177 0 0 1-.499-3.082a2.28 2.28 0 0 1 2.76-.71zm5.41 0l.392.528a2.285 2.285 0 0 1 2.76.71a2.18 2.18 0 0 1-.499 3.082a2.3 2.3 0 0 1-1.325.421a2.28 2.28 0 0 1-1.827-.91a2.17 2.17 0 0 1 .16-2.785l-.39-.527zm-6.734 1.21a1.37 1.37 0 0 0-1.097.547c-.44.59-.304 1.42.3 1.849a1.37 1.37 0 0 0 1.891-.293c.44-.59.305-1.42-.3-1.85a1.36 1.36 0 0 0-.794-.252zm8.059 0c-.287 0-.561.088-.795.254a1.307 1.307 0 0 0-.299 1.849a1.37 1.37 0 0 0 1.891.293a1.307 1.307 0 0 0 .3-1.85a1.37 1.37 0 0 0-1.097-.545Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSmartthings(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="M11.51 0C8.338 0 5.034.537 2.694 2.694C.5 5.174 0 8.464 0 11.525v.942c0 3.165.537 6.499 2.694 8.84C5.188 23.513 8.494 24 11.569 24h.854c3.18 0 6.528-.53 8.883-2.694C23.514 18.811 24 15.5 24 12.423v-.853c0-3.18-.53-6.528-2.694-8.876C18.826.494 15.544 0 12.482 0zM12 3.505c1.244 0 2.256.99 2.256 2.206c0 1.065-.685 1.976-1.715 2.181v1.59c1.48.214 2.528 1.43 2.528 2.934c0 1.654-1.377 3-3.07 3s-3.068-1.346-3.068-3q.002-.255.045-.497l-1.536-.488a2.26 2.26 0 0 1-1.962 1.12q-.357 0-.698-.11c-1.183-.375-1.833-1.622-1.449-2.78a2.25 2.25 0 0 1 2.146-1.524q.357 0 .698.108a2.23 2.23 0 0 1 1.313 1.098c.204.391.282.823.232 1.249l1.535.488c.44-.86 1.378-1.453 2.384-1.599V7.892c-1.029-.205-1.896-1.116-1.896-2.181c0-1.217 1.012-2.206 2.257-2.206m0 .882c-.747 0-1.354.594-1.354 1.324S11.253 7.035 12 7.035c.746 0 1.354-.594 1.354-1.324S12.746 4.387 12 4.387m6.522 3.75c.98 0 1.843.613 2.146 1.525a2.15 2.15 0 0 1-.135 1.683a2.22 2.22 0 0 1-1.314 1.096q-.341.11-.698.11a2.26 2.26 0 0 1-1.962-1.12l-.634.201l-.278-.838l.632-.202a2.21 2.21 0 0 1 1.546-2.347a2.3 2.3 0 0 1 .697-.108M5.476 9.02c-.588 0-1.105.368-1.287.915a1.32 1.32 0 0 0 .869 1.668q.205.065.419.065c.588 0 1.105-.368 1.287-.915a1.3 1.3 0 0 0-.081-1.01a1.34 1.34 0 0 0-.788-.658a1.4 1.4 0 0 0-.42-.065zm13.045 0q-.213 0-.419.065a1.32 1.32 0 0 0-.869 1.668c.182.547.7.915 1.287.915a1.4 1.4 0 0 0 .42-.065c.344-.11.623-.343.787-.659c.165-.315.193-.673.082-1.009a1.35 1.35 0 0 0-1.288-.915M12 10.474c-1.095 0-1.986.871-1.986 1.942s.89 1.941 1.986 1.941c1.094 0 1.985-.87 1.985-1.94c0-1.072-.89-1.943-1.985-1.943m-2.706 4.831l.73.519l-.39.526c.709.757.801 1.925.16 2.787a2.28 2.28 0 0 1-1.827.91c-.478 0-.937-.147-1.325-.422a2.177 2.177 0 0 1-.499-3.082a2.28 2.28 0 0 1 2.76-.71zm5.41 0l.392.528a2.285 2.285 0 0 1 2.76.71a2.18 2.18 0 0 1-.499 3.082a2.3 2.3 0 0 1-1.325.421a2.28 2.28 0 0 1-1.827-.91a2.17 2.17 0 0 1 .16-2.785l-.39-.527zm-6.734 1.21a1.37 1.37 0 0 0-1.097.547c-.44.59-.304 1.42.3 1.849a1.37 1.37 0 0 0 1.891-.293c.44-.59.305-1.42-.3-1.85a1.36 1.36 0 0 0-.794-.252zm8.059 0c-.287 0-.561.088-.795.254a1.307 1.307 0 0 0-.299 1.849a1.37 1.37 0 0 0 1.891.293a1.307 1.307 0 0 0 .3-1.85a1.37 1.37 0 0 0-1.097-.545Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.51 0C8.338 0 5.034.537 2.694 2.694C.5 5.174 0 8.464 0 11.525v.942c0 3.165.537 6.499 2.694 8.84C5.188 23.513 8.494 24 11.569 24h.854c3.18 0 6.528-.53 8.883-2.694C23.514 18.811 24 15.5 24 12.423v-.853c0-3.18-.53-6.528-2.694-8.876C18.826.494 15.544 0 12.482 0zM12 3.505c1.244 0 2.256.99 2.256 2.206c0 1.065-.685 1.976-1.715 2.181v1.59c1.48.214 2.528 1.43 2.528 2.934c0 1.654-1.377 3-3.07 3s-3.068-1.346-3.068-3q.002-.255.045-.497l-1.536-.488a2.26 2.26 0 0 1-1.962 1.12q-.357 0-.698-.11c-1.183-.375-1.833-1.622-1.449-2.78a2.25 2.25 0 0 1 2.146-1.524q.357 0 .698.108a2.23 2.23 0 0 1 1.313 1.098c.204.391.282.823.232 1.249l1.535.488c.44-.86 1.378-1.453 2.384-1.599V7.892c-1.029-.205-1.896-1.116-1.896-2.181c0-1.217 1.012-2.206 2.257-2.206m0 .882c-.747 0-1.354.594-1.354 1.324S11.253 7.035 12 7.035c.746 0 1.354-.594 1.354-1.324S12.746 4.387 12 4.387m6.522 3.75c.98 0 1.843.613 2.146 1.525a2.15 2.15 0 0 1-.135 1.683a2.22 2.22 0 0 1-1.314 1.096q-.341.11-.698.11a2.26 2.26 0 0 1-1.962-1.12l-.634.201l-.278-.838l.632-.202a2.21 2.21 0 0 1 1.546-2.347a2.3 2.3 0 0 1 .697-.108M5.476 9.02c-.588 0-1.105.368-1.287.915a1.32 1.32 0 0 0 .869 1.668q.205.065.419.065c.588 0 1.105-.368 1.287-.915a1.3 1.3 0 0 0-.081-1.01a1.34 1.34 0 0 0-.788-.658a1.4 1.4 0 0 0-.42-.065zm13.045 0q-.213 0-.419.065a1.32 1.32 0 0 0-.869 1.668c.182.547.7.915 1.287.915a1.4 1.4 0 0 0 .42-.065c.344-.11.623-.343.787-.659c.165-.315.193-.673.082-1.009a1.35 1.35 0 0 0-1.288-.915M12 10.474c-1.095 0-1.986.871-1.986 1.942s.89 1.941 1.986 1.941c1.094 0 1.985-.87 1.985-1.94c0-1.072-.89-1.943-1.985-1.943m-2.706 4.831l.73.519l-.39.526c.709.757.801 1.925.16 2.787a2.28 2.28 0 0 1-1.827.91c-.478 0-.937-.147-1.325-.422a2.177 2.177 0 0 1-.499-3.082a2.28 2.28 0 0 1 2.76-.71zm5.41 0l.392.528a2.285 2.285 0 0 1 2.76.71a2.18 2.18 0 0 1-.499 3.082a2.3 2.3 0 0 1-1.325.421a2.28 2.28 0 0 1-1.827-.91a2.17 2.17 0 0 1 .16-2.785l-.39-.527zm-6.734 1.21a1.37 1.37 0 0 0-1.097.547c-.44.59-.304 1.42.3 1.849a1.37 1.37 0 0 0 1.891-.293c.44-.59.305-1.42-.3-1.85a1.36 1.36 0 0 0-.794-.252zm8.059 0c-.287 0-.561.088-.795.254a1.307 1.307 0 0 0-.299 1.849a1.37 1.37 0 0 0 1.891.293a1.307 1.307 0 0 0 .3-1.85a1.37 1.37 0 0 0-1.097-.545Z"/></svg> </template>
CSS
.icon-smartthings {
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%22M11.51%200C8.338%200%205.034.537%202.694%202.694C.5%205.174%200%208.464%200%2011.525v.942c0%203.165.537%206.499%202.694%208.84C5.188%2023.513%208.494%2024%2011.569%2024h.854c3.18%200%206.528-.53%208.883-2.694C23.514%2018.811%2024%2015.5%2024%2012.423v-.853c0-3.18-.53-6.528-2.694-8.876C18.826.494%2015.544%200%2012.482%200zM12%203.505c1.244%200%202.256.99%202.256%202.206c0%201.065-.685%201.976-1.715%202.181v1.59c1.48.214%202.528%201.43%202.528%202.934c0%201.654-1.377%203-3.07%203s-3.068-1.346-3.068-3q.002-.255.045-.497l-1.536-.488a2.26%202.26%200%200%201-1.962%201.12q-.357%200-.698-.11c-1.183-.375-1.833-1.622-1.449-2.78a2.25%202.25%200%200%201%202.146-1.524q.357%200%20.698.108a2.23%202.23%200%200%201%201.313%201.098c.204.391.282.823.232%201.249l1.535.488c.44-.86%201.378-1.453%202.384-1.599V7.892c-1.029-.205-1.896-1.116-1.896-2.181c0-1.217%201.012-2.206%202.257-2.206m0%20.882c-.747%200-1.354.594-1.354%201.324S11.253%207.035%2012%207.035c.746%200%201.354-.594%201.354-1.324S12.746%204.387%2012%204.387m6.522%203.75c.98%200%201.843.613%202.146%201.525a2.15%202.15%200%200%201-.135%201.683a2.22%202.22%200%200%201-1.314%201.096q-.341.11-.698.11a2.26%202.26%200%200%201-1.962-1.12l-.634.201l-.278-.838l.632-.202a2.21%202.21%200%200%201%201.546-2.347a2.3%202.3%200%200%201%20.697-.108M5.476%209.02c-.588%200-1.105.368-1.287.915a1.32%201.32%200%200%200%20.869%201.668q.205.065.419.065c.588%200%201.105-.368%201.287-.915a1.3%201.3%200%200%200-.081-1.01a1.34%201.34%200%200%200-.788-.658a1.4%201.4%200%200%200-.42-.065zm13.045%200q-.213%200-.419.065a1.32%201.32%200%200%200-.869%201.668c.182.547.7.915%201.287.915a1.4%201.4%200%200%200%20.42-.065c.344-.11.623-.343.787-.659c.165-.315.193-.673.082-1.009a1.35%201.35%200%200%200-1.288-.915M12%2010.474c-1.095%200-1.986.871-1.986%201.942s.89%201.941%201.986%201.941c1.094%200%201.985-.87%201.985-1.94c0-1.072-.89-1.943-1.985-1.943m-2.706%204.831l.73.519l-.39.526c.709.757.801%201.925.16%202.787a2.28%202.28%200%200%201-1.827.91c-.478%200-.937-.147-1.325-.422a2.177%202.177%200%200%201-.499-3.082a2.28%202.28%200%200%201%202.76-.71zm5.41%200l.392.528a2.285%202.285%200%200%201%202.76.71a2.18%202.18%200%200%201-.499%203.082a2.3%202.3%200%200%201-1.325.421a2.28%202.28%200%200%201-1.827-.91a2.17%202.17%200%200%201%20.16-2.785l-.39-.527zm-6.734%201.21a1.37%201.37%200%200%200-1.097.547c-.44.59-.304%201.42.3%201.849a1.37%201.37%200%200%200%201.891-.293c.44-.59.305-1.42-.3-1.85a1.36%201.36%200%200%200-.794-.252zm8.059%200c-.287%200-.561.088-.795.254a1.307%201.307%200%200%200-.299%201.849a1.37%201.37%200%200%200%201.891.293a1.307%201.307%200%200%200%20.3-1.85a1.37%201.37%200%200%200-1.097-.545Z%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%22M11.51%200C8.338%200%205.034.537%202.694%202.694C.5%205.174%200%208.464%200%2011.525v.942c0%203.165.537%206.499%202.694%208.84C5.188%2023.513%208.494%2024%2011.569%2024h.854c3.18%200%206.528-.53%208.883-2.694C23.514%2018.811%2024%2015.5%2024%2012.423v-.853c0-3.18-.53-6.528-2.694-8.876C18.826.494%2015.544%200%2012.482%200zM12%203.505c1.244%200%202.256.99%202.256%202.206c0%201.065-.685%201.976-1.715%202.181v1.59c1.48.214%202.528%201.43%202.528%202.934c0%201.654-1.377%203-3.07%203s-3.068-1.346-3.068-3q.002-.255.045-.497l-1.536-.488a2.26%202.26%200%200%201-1.962%201.12q-.357%200-.698-.11c-1.183-.375-1.833-1.622-1.449-2.78a2.25%202.25%200%200%201%202.146-1.524q.357%200%20.698.108a2.23%202.23%200%200%201%201.313%201.098c.204.391.282.823.232%201.249l1.535.488c.44-.86%201.378-1.453%202.384-1.599V7.892c-1.029-.205-1.896-1.116-1.896-2.181c0-1.217%201.012-2.206%202.257-2.206m0%20.882c-.747%200-1.354.594-1.354%201.324S11.253%207.035%2012%207.035c.746%200%201.354-.594%201.354-1.324S12.746%204.387%2012%204.387m6.522%203.75c.98%200%201.843.613%202.146%201.525a2.15%202.15%200%200%201-.135%201.683a2.22%202.22%200%200%201-1.314%201.096q-.341.11-.698.11a2.26%202.26%200%200%201-1.962-1.12l-.634.201l-.278-.838l.632-.202a2.21%202.21%200%200%201%201.546-2.347a2.3%202.3%200%200%201%20.697-.108M5.476%209.02c-.588%200-1.105.368-1.287.915a1.32%201.32%200%200%200%20.869%201.668q.205.065.419.065c.588%200%201.105-.368%201.287-.915a1.3%201.3%200%200%200-.081-1.01a1.34%201.34%200%200%200-.788-.658a1.4%201.4%200%200%200-.42-.065zm13.045%200q-.213%200-.419.065a1.32%201.32%200%200%200-.869%201.668c.182.547.7.915%201.287.915a1.4%201.4%200%200%200%20.42-.065c.344-.11.623-.343.787-.659c.165-.315.193-.673.082-1.009a1.35%201.35%200%200%200-1.288-.915M12%2010.474c-1.095%200-1.986.871-1.986%201.942s.89%201.941%201.986%201.941c1.094%200%201.985-.87%201.985-1.94c0-1.072-.89-1.943-1.985-1.943m-2.706%204.831l.73.519l-.39.526c.709.757.801%201.925.16%202.787a2.28%202.28%200%200%201-1.827.91c-.478%200-.937-.147-1.325-.422a2.177%202.177%200%200%201-.499-3.082a2.28%202.28%200%200%201%202.76-.71zm5.41%200l.392.528a2.285%202.285%200%200%201%202.76.71a2.18%202.18%200%200%201-.499%203.082a2.3%202.3%200%200%201-1.325.421a2.28%202.28%200%200%201-1.827-.91a2.17%202.17%200%200%201%20.16-2.785l-.39-.527zm-6.734%201.21a1.37%201.37%200%200%200-1.097.547c-.44.59-.304%201.42.3%201.849a1.37%201.37%200%200%200%201.891-.293c.44-.59.305-1.42-.3-1.85a1.36%201.36%200%200%200-.794-.252zm8.059%200c-.287%200-.561.088-.795.254a1.307%201.307%200%200%200-.299%201.849a1.37%201.37%200%200%200%201.891.293a1.307%201.307%200%200%200%20.3-1.85a1.37%201.37%200%200%200-1.097-.545Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/smartthings.svg?color=%231a73e8&size=48