radiopublic logo
radiopublic from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- radiopublic
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the radiopublic logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.584 5.432c4.343-.38 8.681-2.635 13.025-.719v26.521c-5.989-2.651-11.979 2.651-17.969 0v-4.661c-4.416.359-8.833 2.645-13.249.719V.771c6.068 2.651 12.131-2.651 18.193 0zm3.307 14.396c.525-.115 1.047-.235 1.568-.349c2.312-.505 3.235-1.869 3.235-4.015V12c0-2.115-.595-3.453-3.407-2.849c-1.568.344-3.136.724-4.703.865v17.287c1.104-.095 2.203-.313 3.307-.553zm0-2.812v-4.88l.625-.141c.771-.172.844.208.844.839v2.88c0 .537-.073.995-.844 1.161zM8.708 22.812v-7.391l.699-.151c.672-.145.864.021.869.833v5.047c0 .767.125 1.109.297 1.261c1.104-.229 2.208-.433 3.307-.505v-.115c-.12-.199-.271-.511-.271-1.261v-5.88c0-1.281-.896-1.771-1.416-1.864c.619-.365 1.463-1.068 1.463-2.505V7.516c0-1.855-1.016-2.833-3.031-2.407c-1.745.364-3.485.808-5.224.959V23.36c1.099-.095 2.203-.308 3.307-.548m0-10.244V8.197c.251-.057.495-.109.745-.167c.672-.145.823.057.823.803v2.344c0 .812-.249 1.099-.921 1.244z"/></svg>
React
import type { SVGProps } from "react";
export function CibRadiopublic(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.584 5.432c4.343-.38 8.681-2.635 13.025-.719v26.521c-5.989-2.651-11.979 2.651-17.969 0v-4.661c-4.416.359-8.833 2.645-13.249.719V.771c6.068 2.651 12.131-2.651 18.193 0zm3.307 14.396c.525-.115 1.047-.235 1.568-.349c2.312-.505 3.235-1.869 3.235-4.015V12c0-2.115-.595-3.453-3.407-2.849c-1.568.344-3.136.724-4.703.865v17.287c1.104-.095 2.203-.313 3.307-.553zm0-2.812v-4.88l.625-.141c.771-.172.844.208.844.839v2.88c0 .537-.073.995-.844 1.161zM8.708 22.812v-7.391l.699-.151c.672-.145.864.021.869.833v5.047c0 .767.125 1.109.297 1.261c1.104-.229 2.208-.433 3.307-.505v-.115c-.12-.199-.271-.511-.271-1.261v-5.88c0-1.281-.896-1.771-1.416-1.864c.619-.365 1.463-1.068 1.463-2.505V7.516c0-1.855-1.016-2.833-3.031-2.407c-1.745.364-3.485.808-5.224.959V23.36c1.099-.095 2.203-.308 3.307-.548m0-10.244V8.197c.251-.057.495-.109.745-.167c.672-.145.823.057.823.803v2.344c0 .812-.249 1.099-.921 1.244z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.584 5.432c4.343-.38 8.681-2.635 13.025-.719v26.521c-5.989-2.651-11.979 2.651-17.969 0v-4.661c-4.416.359-8.833 2.645-13.249.719V.771c6.068 2.651 12.131-2.651 18.193 0zm3.307 14.396c.525-.115 1.047-.235 1.568-.349c2.312-.505 3.235-1.869 3.235-4.015V12c0-2.115-.595-3.453-3.407-2.849c-1.568.344-3.136.724-4.703.865v17.287c1.104-.095 2.203-.313 3.307-.553zm0-2.812v-4.88l.625-.141c.771-.172.844.208.844.839v2.88c0 .537-.073.995-.844 1.161zM8.708 22.812v-7.391l.699-.151c.672-.145.864.021.869.833v5.047c0 .767.125 1.109.297 1.261c1.104-.229 2.208-.433 3.307-.505v-.115c-.12-.199-.271-.511-.271-1.261v-5.88c0-1.281-.896-1.771-1.416-1.864c.619-.365 1.463-1.068 1.463-2.505V7.516c0-1.855-1.016-2.833-3.031-2.407c-1.745.364-3.485.808-5.224.959V23.36c1.099-.095 2.203-.308 3.307-.548m0-10.244V8.197c.251-.057.495-.109.745-.167c.672-.145.823.057.823.803v2.344c0 .812-.249 1.099-.921 1.244z"/></svg> </template>
CSS
.icon-radiopublic {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.584%205.432c4.343-.38%208.681-2.635%2013.025-.719v26.521c-5.989-2.651-11.979%202.651-17.969%200v-4.661c-4.416.359-8.833%202.645-13.249.719V.771c6.068%202.651%2012.131-2.651%2018.193%200zm3.307%2014.396c.525-.115%201.047-.235%201.568-.349c2.312-.505%203.235-1.869%203.235-4.015V12c0-2.115-.595-3.453-3.407-2.849c-1.568.344-3.136.724-4.703.865v17.287c1.104-.095%202.203-.313%203.307-.553zm0-2.812v-4.88l.625-.141c.771-.172.844.208.844.839v2.88c0%20.537-.073.995-.844%201.161zM8.708%2022.812v-7.391l.699-.151c.672-.145.864.021.869.833v5.047c0%20.767.125%201.109.297%201.261c1.104-.229%202.208-.433%203.307-.505v-.115c-.12-.199-.271-.511-.271-1.261v-5.88c0-1.281-.896-1.771-1.416-1.864c.619-.365%201.463-1.068%201.463-2.505V7.516c0-1.855-1.016-2.833-3.031-2.407c-1.745.364-3.485.808-5.224.959V23.36c1.099-.095%202.203-.308%203.307-.548m0-10.244V8.197c.251-.057.495-.109.745-.167c.672-.145.823.057.823.803v2.344c0%20.812-.249%201.099-.921%201.244z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.584%205.432c4.343-.38%208.681-2.635%2013.025-.719v26.521c-5.989-2.651-11.979%202.651-17.969%200v-4.661c-4.416.359-8.833%202.645-13.249.719V.771c6.068%202.651%2012.131-2.651%2018.193%200zm3.307%2014.396c.525-.115%201.047-.235%201.568-.349c2.312-.505%203.235-1.869%203.235-4.015V12c0-2.115-.595-3.453-3.407-2.849c-1.568.344-3.136.724-4.703.865v17.287c1.104-.095%202.203-.313%203.307-.553zm0-2.812v-4.88l.625-.141c.771-.172.844.208.844.839v2.88c0%20.537-.073.995-.844%201.161zM8.708%2022.812v-7.391l.699-.151c.672-.145.864.021.869.833v5.047c0%20.767.125%201.109.297%201.261c1.104-.229%202.208-.433%203.307-.505v-.115c-.12-.199-.271-.511-.271-1.261v-5.88c0-1.281-.896-1.771-1.416-1.864c.619-.365%201.463-1.068%201.463-2.505V7.516c0-1.855-1.016-2.833-3.031-2.407c-1.745.364-3.485.808-5.224.959V23.36c1.099-.095%202.203-.308%203.307-.548m0-10.244V8.197c.251-.057.495-.109.745-.167c.672-.145.823.057.823.803v2.344c0%20.812-.249%201.099-.921%201.244z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/radiopublic.svg?color=%231a73e8&size=48