rsa logo
rsa from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- rsa
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×129
- License
- CC0
Use the rsa logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 129"><path fill="#d9222a" d="M.86.54v127.533h179.785l14.844-32.08l15.08 32.316h44.975V.532z"/><path fill="#fff" d="m232.71 95.967l-30.896-70.53l.012-.005h-.012v-.008l-.004.008h-12.408l-30.199 70.562h13.308L195.5 40.66l23.974 55.334zM71.29 65.768c9.698-3.622 14.337-11.63 14.225-19.791c-.173-12.386-9.889-21.033-23.631-21.033H32.168V95.88H42.99V35.302h18.277c6.126 0 12.705 3.187 12.812 10.825c.093 6.803-4.985 11.052-13.589 11.418l-.168.008l-6.556.056l21.83 38.385l12.783-.027s-10.502-18.557-17.088-30.2m28.893-22.506c0 14.125 14.018 18.11 24.917 21.183c11.353 3.21 15.308 6.829 15.308 12.314c0 9.149-9.28 10.577-15.019 10.577c-7.881 0-14.383-2.2-20.745-6.128l-5.43 9.199c8.028 4.949 16.347 7.256 26.175 7.256c16.417 0 27.324-8.506 27.324-21.67c0-14.703-13.268-18.772-24.423-21.926c-11.363-3.211-15.806-5.926-15.806-11.414c0-8.31 10.172-9.118 13.815-9.118c5.73 0 13.016 1.92 17.33 4.146l4.567-8.991c-5.817-3.009-14.74-5.022-22.201-5.022c-15.874 0-25.812 7.227-25.812 19.594"/></svg>
React
import type { SVGProps } from "react";
export function LogosRsa(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 129"><path fill="#d9222a" d="M.86.54v127.533h179.785l14.844-32.08l15.08 32.316h44.975V.532z"/><path fill="#fff" d="m232.71 95.967l-30.896-70.53l.012-.005h-.012v-.008l-.004.008h-12.408l-30.199 70.562h13.308L195.5 40.66l23.974 55.334zM71.29 65.768c9.698-3.622 14.337-11.63 14.225-19.791c-.173-12.386-9.889-21.033-23.631-21.033H32.168V95.88H42.99V35.302h18.277c6.126 0 12.705 3.187 12.812 10.825c.093 6.803-4.985 11.052-13.589 11.418l-.168.008l-6.556.056l21.83 38.385l12.783-.027s-10.502-18.557-17.088-30.2m28.893-22.506c0 14.125 14.018 18.11 24.917 21.183c11.353 3.21 15.308 6.829 15.308 12.314c0 9.149-9.28 10.577-15.019 10.577c-7.881 0-14.383-2.2-20.745-6.128l-5.43 9.199c8.028 4.949 16.347 7.256 26.175 7.256c16.417 0 27.324-8.506 27.324-21.67c0-14.703-13.268-18.772-24.423-21.926c-11.363-3.211-15.806-5.926-15.806-11.414c0-8.31 10.172-9.118 13.815-9.118c5.73 0 13.016 1.92 17.33 4.146l4.567-8.991c-5.817-3.009-14.74-5.022-22.201-5.022c-15.874 0-25.812 7.227-25.812 19.594"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 129"><path fill="#d9222a" d="M.86.54v127.533h179.785l14.844-32.08l15.08 32.316h44.975V.532z"/><path fill="#fff" d="m232.71 95.967l-30.896-70.53l.012-.005h-.012v-.008l-.004.008h-12.408l-30.199 70.562h13.308L195.5 40.66l23.974 55.334zM71.29 65.768c9.698-3.622 14.337-11.63 14.225-19.791c-.173-12.386-9.889-21.033-23.631-21.033H32.168V95.88H42.99V35.302h18.277c6.126 0 12.705 3.187 12.812 10.825c.093 6.803-4.985 11.052-13.589 11.418l-.168.008l-6.556.056l21.83 38.385l12.783-.027s-10.502-18.557-17.088-30.2m28.893-22.506c0 14.125 14.018 18.11 24.917 21.183c11.353 3.21 15.308 6.829 15.308 12.314c0 9.149-9.28 10.577-15.019 10.577c-7.881 0-14.383-2.2-20.745-6.128l-5.43 9.199c8.028 4.949 16.347 7.256 26.175 7.256c16.417 0 27.324-8.506 27.324-21.67c0-14.703-13.268-18.772-24.423-21.926c-11.363-3.211-15.806-5.926-15.806-11.414c0-8.31 10.172-9.118 13.815-9.118c5.73 0 13.016 1.92 17.33 4.146l4.567-8.991c-5.817-3.009-14.74-5.022-22.201-5.022c-15.874 0-25.812 7.227-25.812 19.594"/></svg> </template>
CSS
.icon-rsa {
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%20256%20129%22%3E%3Cpath%20fill%3D%22%23d9222a%22%20d%3D%22M.86.54v127.533h179.785l14.844-32.08l15.08%2032.316h44.975V.532z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m232.71%2095.967l-30.896-70.53l.012-.005h-.012v-.008l-.004.008h-12.408l-30.199%2070.562h13.308L195.5%2040.66l23.974%2055.334zM71.29%2065.768c9.698-3.622%2014.337-11.63%2014.225-19.791c-.173-12.386-9.889-21.033-23.631-21.033H32.168V95.88H42.99V35.302h18.277c6.126%200%2012.705%203.187%2012.812%2010.825c.093%206.803-4.985%2011.052-13.589%2011.418l-.168.008l-6.556.056l21.83%2038.385l12.783-.027s-10.502-18.557-17.088-30.2m28.893-22.506c0%2014.125%2014.018%2018.11%2024.917%2021.183c11.353%203.21%2015.308%206.829%2015.308%2012.314c0%209.149-9.28%2010.577-15.019%2010.577c-7.881%200-14.383-2.2-20.745-6.128l-5.43%209.199c8.028%204.949%2016.347%207.256%2026.175%207.256c16.417%200%2027.324-8.506%2027.324-21.67c0-14.703-13.268-18.772-24.423-21.926c-11.363-3.211-15.806-5.926-15.806-11.414c0-8.31%2010.172-9.118%2013.815-9.118c5.73%200%2013.016%201.92%2017.33%204.146l4.567-8.991c-5.817-3.009-14.74-5.022-22.201-5.022c-15.874%200-25.812%207.227-25.812%2019.594%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%20256%20129%22%3E%3Cpath%20fill%3D%22%23d9222a%22%20d%3D%22M.86.54v127.533h179.785l14.844-32.08l15.08%2032.316h44.975V.532z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m232.71%2095.967l-30.896-70.53l.012-.005h-.012v-.008l-.004.008h-12.408l-30.199%2070.562h13.308L195.5%2040.66l23.974%2055.334zM71.29%2065.768c9.698-3.622%2014.337-11.63%2014.225-19.791c-.173-12.386-9.889-21.033-23.631-21.033H32.168V95.88H42.99V35.302h18.277c6.126%200%2012.705%203.187%2012.812%2010.825c.093%206.803-4.985%2011.052-13.589%2011.418l-.168.008l-6.556.056l21.83%2038.385l12.783-.027s-10.502-18.557-17.088-30.2m28.893-22.506c0%2014.125%2014.018%2018.11%2024.917%2021.183c11.353%203.21%2015.308%206.829%2015.308%2012.314c0%209.149-9.28%2010.577-15.019%2010.577c-7.881%200-14.383-2.2-20.745-6.128l-5.43%209.199c8.028%204.949%2016.347%207.256%2026.175%207.256c16.417%200%2027.324-8.506%2027.324-21.67c0-14.703-13.268-18.772-24.423-21.926c-11.363-3.211-15.806-5.926-15.806-11.414c0-8.31%2010.172-9.118%2013.815-9.118c5.73%200%2013.016%201.92%2017.33%204.146l4.567-8.991c-5.817-3.009-14.74-5.022-22.201-5.022c-15.874%200-25.812%207.227-25.812%2019.594%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/rsa.svg?color=%231a73e8&size=48