sony logo
sony from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- sony
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the sony logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.55 9.888c.921 0 1.658.23 2.221.742c.385.349.6.846.594 1.367a1.9 1.9 0 0 1-.594 1.373c-.527.484-1.348.742-2.22.742s-1.68-.258-2.215-.742a1.8 1.8 0 0 1-.603-1.373c0-.518.218-1.015.603-1.367c.5-.454 1.384-.742 2.214-.742m.003 3.67c.461 0 .888-.161 1.188-.458c.3-.3.433-.66.433-1.103c0-.424-.148-.821-.433-1.103c-.294-.29-.733-.454-1.188-.454s-.893.163-1.19.454c-.285.282-.434.679-.434 1.103a1.56 1.56 0 0 0 .434 1.103c.297.294.733.457 1.19.457M3.712 11.59q.24.061.466.163a1.4 1.4 0 0 1 .379.258c.197.206.309.482.306.767a.96.96 0 0 1-.379.778a2.1 2.1 0 0 1-.709.349a3.7 3.7 0 0 1-1.194.17c-.352 0-.546-.041-.813-.097l-.077-.016a4.7 4.7 0 0 1-.858-.278a.07.07 0 0 0-.042-.012a.084.084 0 0 0-.082.084v.203H.121v-1.478h.524a.76.76 0 0 0 .137.418c.212.26.44.36.657.44c.367.12.752.184 1.136.196c.553 0 .876-.134.946-.163l.009-.004l.006-.002c.062-.023.312-.114.312-.392c0-.274-.234-.334-.387-.373l-.022-.005c-.17-.046-.562-.088-.99-.133l-.152-.016a14 14 0 0 1-1.197-.175c-.498-.11-.694-.292-.816-.405l-.008-.008a1.02 1.02 0 0 1-.276-.7c0-.496.34-.796.758-.98a3.6 3.6 0 0 1 1.439-.289c.82.003 1.487.27 1.727.394c.097.052.145-.012.145-.06v-.149h.527v1.288h-.472a.9.9 0 0 0-.294-.491a1.3 1.3 0 0 0-.297-.179a3.1 3.1 0 0 0-1.251-.245c-.443 0-.867.085-1.08.215q-.199.124-.2.306c0 .173.146.242.22.263c.196.06.632.103.971.137l.204.021c.327.033 1.012.124 1.315.2m18.167-.997v-.479H24v.47h-.476c-.172 0-.242.033-.372.179l-1.427 1.63a.1.1 0 0 0-.019.07v.742a1 1 0 0 0 .012.103a.15.15 0 0 0 .1.09a1 1 0 0 0 .13.01h.486v.47H19.86v-.47h.46a1 1 0 0 0 .13-.01a.16.16 0 0 0 .104-.09a1 1 0 0 0 .009-.1v-.742c0-.025 0-.025-.033-.064L19.119 10.8c-.076-.079-.206-.206-.406-.206h-.458v-.47h2.588v.47h-.312c-.07 0-.118.07-.058.146l.879 1.051c.009.012.015.012.027.003s.894-1.045.9-1.054a.09.09 0 0 0-.018-.128a.1.1 0 0 0-.06-.018zm-6.284-.003h.485c.221 0 .26.085.263.291l.028 1.566l-2.582-2.324h-1.845v.47h.412c.297 0 .318.164.318.31v2.213c0 .128.001.295-.182.295h-.506v.467h2.164v-.47h-.528c-.212 0-.22-.097-.224-.303v-1.882l2.973 2.651h.757l-.04-2.996c.004-.218.019-.291.243-.291h.473v-.47h-2.209Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSony(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="M8.55 9.888c.921 0 1.658.23 2.221.742c.385.349.6.846.594 1.367a1.9 1.9 0 0 1-.594 1.373c-.527.484-1.348.742-2.22.742s-1.68-.258-2.215-.742a1.8 1.8 0 0 1-.603-1.373c0-.518.218-1.015.603-1.367c.5-.454 1.384-.742 2.214-.742m.003 3.67c.461 0 .888-.161 1.188-.458c.3-.3.433-.66.433-1.103c0-.424-.148-.821-.433-1.103c-.294-.29-.733-.454-1.188-.454s-.893.163-1.19.454c-.285.282-.434.679-.434 1.103a1.56 1.56 0 0 0 .434 1.103c.297.294.733.457 1.19.457M3.712 11.59q.24.061.466.163a1.4 1.4 0 0 1 .379.258c.197.206.309.482.306.767a.96.96 0 0 1-.379.778a2.1 2.1 0 0 1-.709.349a3.7 3.7 0 0 1-1.194.17c-.352 0-.546-.041-.813-.097l-.077-.016a4.7 4.7 0 0 1-.858-.278a.07.07 0 0 0-.042-.012a.084.084 0 0 0-.082.084v.203H.121v-1.478h.524a.76.76 0 0 0 .137.418c.212.26.44.36.657.44c.367.12.752.184 1.136.196c.553 0 .876-.134.946-.163l.009-.004l.006-.002c.062-.023.312-.114.312-.392c0-.274-.234-.334-.387-.373l-.022-.005c-.17-.046-.562-.088-.99-.133l-.152-.016a14 14 0 0 1-1.197-.175c-.498-.11-.694-.292-.816-.405l-.008-.008a1.02 1.02 0 0 1-.276-.7c0-.496.34-.796.758-.98a3.6 3.6 0 0 1 1.439-.289c.82.003 1.487.27 1.727.394c.097.052.145-.012.145-.06v-.149h.527v1.288h-.472a.9.9 0 0 0-.294-.491a1.3 1.3 0 0 0-.297-.179a3.1 3.1 0 0 0-1.251-.245c-.443 0-.867.085-1.08.215q-.199.124-.2.306c0 .173.146.242.22.263c.196.06.632.103.971.137l.204.021c.327.033 1.012.124 1.315.2m18.167-.997v-.479H24v.47h-.476c-.172 0-.242.033-.372.179l-1.427 1.63a.1.1 0 0 0-.019.07v.742a1 1 0 0 0 .012.103a.15.15 0 0 0 .1.09a1 1 0 0 0 .13.01h.486v.47H19.86v-.47h.46a1 1 0 0 0 .13-.01a.16.16 0 0 0 .104-.09a1 1 0 0 0 .009-.1v-.742c0-.025 0-.025-.033-.064L19.119 10.8c-.076-.079-.206-.206-.406-.206h-.458v-.47h2.588v.47h-.312c-.07 0-.118.07-.058.146l.879 1.051c.009.012.015.012.027.003s.894-1.045.9-1.054a.09.09 0 0 0-.018-.128a.1.1 0 0 0-.06-.018zm-6.284-.003h.485c.221 0 .26.085.263.291l.028 1.566l-2.582-2.324h-1.845v.47h.412c.297 0 .318.164.318.31v2.213c0 .128.001.295-.182.295h-.506v.467h2.164v-.47h-.528c-.212 0-.22-.097-.224-.303v-1.882l2.973 2.651h.757l-.04-2.996c.004-.218.019-.291.243-.291h.473v-.47h-2.209Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.55 9.888c.921 0 1.658.23 2.221.742c.385.349.6.846.594 1.367a1.9 1.9 0 0 1-.594 1.373c-.527.484-1.348.742-2.22.742s-1.68-.258-2.215-.742a1.8 1.8 0 0 1-.603-1.373c0-.518.218-1.015.603-1.367c.5-.454 1.384-.742 2.214-.742m.003 3.67c.461 0 .888-.161 1.188-.458c.3-.3.433-.66.433-1.103c0-.424-.148-.821-.433-1.103c-.294-.29-.733-.454-1.188-.454s-.893.163-1.19.454c-.285.282-.434.679-.434 1.103a1.56 1.56 0 0 0 .434 1.103c.297.294.733.457 1.19.457M3.712 11.59q.24.061.466.163a1.4 1.4 0 0 1 .379.258c.197.206.309.482.306.767a.96.96 0 0 1-.379.778a2.1 2.1 0 0 1-.709.349a3.7 3.7 0 0 1-1.194.17c-.352 0-.546-.041-.813-.097l-.077-.016a4.7 4.7 0 0 1-.858-.278a.07.07 0 0 0-.042-.012a.084.084 0 0 0-.082.084v.203H.121v-1.478h.524a.76.76 0 0 0 .137.418c.212.26.44.36.657.44c.367.12.752.184 1.136.196c.553 0 .876-.134.946-.163l.009-.004l.006-.002c.062-.023.312-.114.312-.392c0-.274-.234-.334-.387-.373l-.022-.005c-.17-.046-.562-.088-.99-.133l-.152-.016a14 14 0 0 1-1.197-.175c-.498-.11-.694-.292-.816-.405l-.008-.008a1.02 1.02 0 0 1-.276-.7c0-.496.34-.796.758-.98a3.6 3.6 0 0 1 1.439-.289c.82.003 1.487.27 1.727.394c.097.052.145-.012.145-.06v-.149h.527v1.288h-.472a.9.9 0 0 0-.294-.491a1.3 1.3 0 0 0-.297-.179a3.1 3.1 0 0 0-1.251-.245c-.443 0-.867.085-1.08.215q-.199.124-.2.306c0 .173.146.242.22.263c.196.06.632.103.971.137l.204.021c.327.033 1.012.124 1.315.2m18.167-.997v-.479H24v.47h-.476c-.172 0-.242.033-.372.179l-1.427 1.63a.1.1 0 0 0-.019.07v.742a1 1 0 0 0 .012.103a.15.15 0 0 0 .1.09a1 1 0 0 0 .13.01h.486v.47H19.86v-.47h.46a1 1 0 0 0 .13-.01a.16.16 0 0 0 .104-.09a1 1 0 0 0 .009-.1v-.742c0-.025 0-.025-.033-.064L19.119 10.8c-.076-.079-.206-.206-.406-.206h-.458v-.47h2.588v.47h-.312c-.07 0-.118.07-.058.146l.879 1.051c.009.012.015.012.027.003s.894-1.045.9-1.054a.09.09 0 0 0-.018-.128a.1.1 0 0 0-.06-.018zm-6.284-.003h.485c.221 0 .26.085.263.291l.028 1.566l-2.582-2.324h-1.845v.47h.412c.297 0 .318.164.318.31v2.213c0 .128.001.295-.182.295h-.506v.467h2.164v-.47h-.528c-.212 0-.22-.097-.224-.303v-1.882l2.973 2.651h.757l-.04-2.996c.004-.218.019-.291.243-.291h.473v-.47h-2.209Z"/></svg> </template>
CSS
.icon-sony {
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%22M8.55%209.888c.921%200%201.658.23%202.221.742c.385.349.6.846.594%201.367a1.9%201.9%200%200%201-.594%201.373c-.527.484-1.348.742-2.22.742s-1.68-.258-2.215-.742a1.8%201.8%200%200%201-.603-1.373c0-.518.218-1.015.603-1.367c.5-.454%201.384-.742%202.214-.742m.003%203.67c.461%200%20.888-.161%201.188-.458c.3-.3.433-.66.433-1.103c0-.424-.148-.821-.433-1.103c-.294-.29-.733-.454-1.188-.454s-.893.163-1.19.454c-.285.282-.434.679-.434%201.103a1.56%201.56%200%200%200%20.434%201.103c.297.294.733.457%201.19.457M3.712%2011.59q.24.061.466.163a1.4%201.4%200%200%201%20.379.258c.197.206.309.482.306.767a.96.96%200%200%201-.379.778a2.1%202.1%200%200%201-.709.349a3.7%203.7%200%200%201-1.194.17c-.352%200-.546-.041-.813-.097l-.077-.016a4.7%204.7%200%200%201-.858-.278a.07.07%200%200%200-.042-.012a.084.084%200%200%200-.082.084v.203H.121v-1.478h.524a.76.76%200%200%200%20.137.418c.212.26.44.36.657.44c.367.12.752.184%201.136.196c.553%200%20.876-.134.946-.163l.009-.004l.006-.002c.062-.023.312-.114.312-.392c0-.274-.234-.334-.387-.373l-.022-.005c-.17-.046-.562-.088-.99-.133l-.152-.016a14%2014%200%200%201-1.197-.175c-.498-.11-.694-.292-.816-.405l-.008-.008a1.02%201.02%200%200%201-.276-.7c0-.496.34-.796.758-.98a3.6%203.6%200%200%201%201.439-.289c.82.003%201.487.27%201.727.394c.097.052.145-.012.145-.06v-.149h.527v1.288h-.472a.9.9%200%200%200-.294-.491a1.3%201.3%200%200%200-.297-.179a3.1%203.1%200%200%200-1.251-.245c-.443%200-.867.085-1.08.215q-.199.124-.2.306c0%20.173.146.242.22.263c.196.06.632.103.971.137l.204.021c.327.033%201.012.124%201.315.2m18.167-.997v-.479H24v.47h-.476c-.172%200-.242.033-.372.179l-1.427%201.63a.1.1%200%200%200-.019.07v.742a1%201%200%200%200%20.012.103a.15.15%200%200%200%20.1.09a1%201%200%200%200%20.13.01h.486v.47H19.86v-.47h.46a1%201%200%200%200%20.13-.01a.16.16%200%200%200%20.104-.09a1%201%200%200%200%20.009-.1v-.742c0-.025%200-.025-.033-.064L19.119%2010.8c-.076-.079-.206-.206-.406-.206h-.458v-.47h2.588v.47h-.312c-.07%200-.118.07-.058.146l.879%201.051c.009.012.015.012.027.003s.894-1.045.9-1.054a.09.09%200%200%200-.018-.128a.1.1%200%200%200-.06-.018zm-6.284-.003h.485c.221%200%20.26.085.263.291l.028%201.566l-2.582-2.324h-1.845v.47h.412c.297%200%20.318.164.318.31v2.213c0%20.128.001.295-.182.295h-.506v.467h2.164v-.47h-.528c-.212%200-.22-.097-.224-.303v-1.882l2.973%202.651h.757l-.04-2.996c.004-.218.019-.291.243-.291h.473v-.47h-2.209Z%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%22M8.55%209.888c.921%200%201.658.23%202.221.742c.385.349.6.846.594%201.367a1.9%201.9%200%200%201-.594%201.373c-.527.484-1.348.742-2.22.742s-1.68-.258-2.215-.742a1.8%201.8%200%200%201-.603-1.373c0-.518.218-1.015.603-1.367c.5-.454%201.384-.742%202.214-.742m.003%203.67c.461%200%20.888-.161%201.188-.458c.3-.3.433-.66.433-1.103c0-.424-.148-.821-.433-1.103c-.294-.29-.733-.454-1.188-.454s-.893.163-1.19.454c-.285.282-.434.679-.434%201.103a1.56%201.56%200%200%200%20.434%201.103c.297.294.733.457%201.19.457M3.712%2011.59q.24.061.466.163a1.4%201.4%200%200%201%20.379.258c.197.206.309.482.306.767a.96.96%200%200%201-.379.778a2.1%202.1%200%200%201-.709.349a3.7%203.7%200%200%201-1.194.17c-.352%200-.546-.041-.813-.097l-.077-.016a4.7%204.7%200%200%201-.858-.278a.07.07%200%200%200-.042-.012a.084.084%200%200%200-.082.084v.203H.121v-1.478h.524a.76.76%200%200%200%20.137.418c.212.26.44.36.657.44c.367.12.752.184%201.136.196c.553%200%20.876-.134.946-.163l.009-.004l.006-.002c.062-.023.312-.114.312-.392c0-.274-.234-.334-.387-.373l-.022-.005c-.17-.046-.562-.088-.99-.133l-.152-.016a14%2014%200%200%201-1.197-.175c-.498-.11-.694-.292-.816-.405l-.008-.008a1.02%201.02%200%200%201-.276-.7c0-.496.34-.796.758-.98a3.6%203.6%200%200%201%201.439-.289c.82.003%201.487.27%201.727.394c.097.052.145-.012.145-.06v-.149h.527v1.288h-.472a.9.9%200%200%200-.294-.491a1.3%201.3%200%200%200-.297-.179a3.1%203.1%200%200%200-1.251-.245c-.443%200-.867.085-1.08.215q-.199.124-.2.306c0%20.173.146.242.22.263c.196.06.632.103.971.137l.204.021c.327.033%201.012.124%201.315.2m18.167-.997v-.479H24v.47h-.476c-.172%200-.242.033-.372.179l-1.427%201.63a.1.1%200%200%200-.019.07v.742a1%201%200%200%200%20.012.103a.15.15%200%200%200%20.1.09a1%201%200%200%200%20.13.01h.486v.47H19.86v-.47h.46a1%201%200%200%200%20.13-.01a.16.16%200%200%200%20.104-.09a1%201%200%200%200%20.009-.1v-.742c0-.025%200-.025-.033-.064L19.119%2010.8c-.076-.079-.206-.206-.406-.206h-.458v-.47h2.588v.47h-.312c-.07%200-.118.07-.058.146l.879%201.051c.009.012.015.012.027.003s.894-1.045.9-1.054a.09.09%200%200%200-.018-.128a.1.1%200%200%200-.06-.018zm-6.284-.003h.485c.221%200%20.26.085.263.291l.028%201.566l-2.582-2.324h-1.845v.47h.412c.297%200%20.318.164.318.31v2.213c0%20.128.001.295-.182.295h-.506v.467h2.164v-.47h-.528c-.212%200-.22-.097-.224-.303v-1.882l2.973%202.651h.757l-.04-2.996c.004-.218.019-.291.243-.291h.473v-.47h-2.209Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/sony.svg?color=%231a73e8&size=48