Bravia Core Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bravia Core 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/337497.svg" alt="Bravia Core icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337497.svg" alt="Bravia Core icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337497.svg" alt="Bravia Core icon" :width="24" :height="24" />
CSS background
.icon-bravia-core {
background-image: url('https://proicons.com/icon/337497.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m31.6016,19.6348c-.2914.5099-.8404.8536-1.4698.8536h0c-.9342,0-1.6915-.7573-1.6915-1.6915v-1.0995c0-.9342.7573-1.6915,1.6915-1.6915h0c.9342,0,1.6915.7573,1.6915,1.6915v.5497h-3.3831"/><path class="d" d="m22.5199,16.0058h0c.9342,0,1.6915.7573,1.6915,1.6915v1.0995c0,.9342-.7573,1.6915-1.6915,1.6915h0c-.9342,0-1.6915-.7573-1.6915-1.6915v-1.0995c0-.9342.7573-1.6915,1.6915-1.6915Z"/><path class="d" d="m25.903,17.6974c0-.9342.7573-1.6915,1.6915-1.6915h0"/><line class="d" x1="25.903" y1="16.0058" x2="25.903" y2="20.4884"/><path class="d" d="m19.337,19.6365c-.2916.5091-.8402.8519-1.4688.8519h0c-.9342,0-1.6915-.7573-1.6915-1.6915v-1.0995c0-.9342.7573-1.6915,1.6915-1.6915h0c.6275,0,1.1751.3416,1.4672.8491"/><path class="d" d="m15.7462,13.4685v-6.7661h2.2151c1.2523,0,2.2675,1.0174,2.2675,2.2723s-1.0152,2.2723-2.2675,2.2723h-2.2151"/><line class="d" x1="17.9612" y1="11.2471" x2="20.1762" y2="13.4669"/><polyline class="d" points="30.4784 6.7024 28.2371 13.4685 25.9959 6.7024"/><line class="d" x1="32.1915" y1="6.7024" x2="32.1915" y2="13.4685"/><line class="d" x1="25.3833" y1="11.2272" x2="22.3856" y2="11.2272"/><polyline class="d" points="21.6432 13.4685 23.8845 6.7023 26.1257 13.4685"/><line class="d" x1="37.7632" y1="11.2272" x2="34.7654" y2="11.2272"/><polyline class="d" points="34.0228 13.4685 36.2641 6.7023 38.5054 13.4685"/><path class="d" d="m12.2856,10.0855c.9342,0,1.6915.7573,1.6915,1.6915s-.7573,1.6915-1.6915,1.6915h-2.791v-6.7661h2.791c.9342,0,1.6915.7573,1.6915,1.6915s-.7573,1.6915-1.6915,1.6915Z"/><line id="c" class="d" x1="12.2856" y1="10.0856" x2="9.4946" y2="10.0856"/><path class="d" d="m5.8616,41.274c.6673-7.0427,6.0289-12.9768,13.4733-14.9121,7.4445-1.9353,15.424.5306,20.0523,6.1966"/><path class="d" d="m8.5861,30.5699c4.1282-4.6601,10.6292-7.2237,17.3524-6.8429,6.7232.3808,12.7924,3.6565,16.1999,8.7434"/><path class="d" d="m15.8373,41.2894c.9736-2.9863,3.6272-5.2257,6.8996-5.8227,3.2724-.5969,6.6295.5461,8.7286,2.9719"/><path class="d" d="m10.7258,41.2977c1.9671-5.8928,7.4964-9.8558,13.7088-9.8253"/><path class="d" d="m8.3179,41.281c1.8812-6.4704,7.2619-11.3191,13.8926-12.5188,6.6307-1.1998,13.3692,1.456,17.3984,6.857"/></svg>
Copied!