acura logo
acura from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- acura
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the acura logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.77 10.908c-.23-4.018-1.492-6.89-3.33-8.496C18.489.689 14.814 0 12.057 0c-2.87 0-6.43.689-8.382 2.412C1.839 4.019.46 7.004.23 10.908c-.23 3.675.574 7.81 2.641 10.106C4.823 23.31 8.843 24 11.943 24s7.12-.689 9.072-2.986c2.18-2.296 2.986-6.316 2.755-10.106m-12.4-9.761h1.377v8.73H11.37ZM1.839 14.585c-.116-1.493-.575-6.89 1.607-9.99c.919-1.38 2.182-2.297 3.56-2.757c1.838-.689 4.134-.689 4.134-.689c-.919 2.181-2.641 6.89-2.985 7.924c-.46 1.263-.804 1.952-1.15 4.248c-.229 1.838-.688 6.546-.688 8.612c-2.641-1.262-4.133-3.56-4.478-7.35m15.847 7.466c-1.723.803-3.905.918-5.628.918c-1.722 0-3.903-.23-5.626-.918c.574-1.607 3.33-8.269 4.823-10.91h1.608c1.493 2.643 4.248 9.417 4.823 10.91m4.592-7.466c-.344 3.79-1.837 6.088-4.363 7.35c-.115-2.066-.459-6.774-.689-8.612c-.345-2.296-.688-2.985-1.148-4.248c-.345-1.034-2.182-5.742-2.986-7.924c0 0 2.181 0 4.134.69c1.378.458 2.642 1.377 3.56 2.756c1.952 3.1 1.607 8.497 1.493 9.99"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsAcura(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="M23.77 10.908c-.23-4.018-1.492-6.89-3.33-8.496C18.489.689 14.814 0 12.057 0c-2.87 0-6.43.689-8.382 2.412C1.839 4.019.46 7.004.23 10.908c-.23 3.675.574 7.81 2.641 10.106C4.823 23.31 8.843 24 11.943 24s7.12-.689 9.072-2.986c2.18-2.296 2.986-6.316 2.755-10.106m-12.4-9.761h1.377v8.73H11.37ZM1.839 14.585c-.116-1.493-.575-6.89 1.607-9.99c.919-1.38 2.182-2.297 3.56-2.757c1.838-.689 4.134-.689 4.134-.689c-.919 2.181-2.641 6.89-2.985 7.924c-.46 1.263-.804 1.952-1.15 4.248c-.229 1.838-.688 6.546-.688 8.612c-2.641-1.262-4.133-3.56-4.478-7.35m15.847 7.466c-1.723.803-3.905.918-5.628.918c-1.722 0-3.903-.23-5.626-.918c.574-1.607 3.33-8.269 4.823-10.91h1.608c1.493 2.643 4.248 9.417 4.823 10.91m4.592-7.466c-.344 3.79-1.837 6.088-4.363 7.35c-.115-2.066-.459-6.774-.689-8.612c-.345-2.296-.688-2.985-1.148-4.248c-.345-1.034-2.182-5.742-2.986-7.924c0 0 2.181 0 4.134.69c1.378.458 2.642 1.377 3.56 2.756c1.952 3.1 1.607 8.497 1.493 9.99"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.77 10.908c-.23-4.018-1.492-6.89-3.33-8.496C18.489.689 14.814 0 12.057 0c-2.87 0-6.43.689-8.382 2.412C1.839 4.019.46 7.004.23 10.908c-.23 3.675.574 7.81 2.641 10.106C4.823 23.31 8.843 24 11.943 24s7.12-.689 9.072-2.986c2.18-2.296 2.986-6.316 2.755-10.106m-12.4-9.761h1.377v8.73H11.37ZM1.839 14.585c-.116-1.493-.575-6.89 1.607-9.99c.919-1.38 2.182-2.297 3.56-2.757c1.838-.689 4.134-.689 4.134-.689c-.919 2.181-2.641 6.89-2.985 7.924c-.46 1.263-.804 1.952-1.15 4.248c-.229 1.838-.688 6.546-.688 8.612c-2.641-1.262-4.133-3.56-4.478-7.35m15.847 7.466c-1.723.803-3.905.918-5.628.918c-1.722 0-3.903-.23-5.626-.918c.574-1.607 3.33-8.269 4.823-10.91h1.608c1.493 2.643 4.248 9.417 4.823 10.91m4.592-7.466c-.344 3.79-1.837 6.088-4.363 7.35c-.115-2.066-.459-6.774-.689-8.612c-.345-2.296-.688-2.985-1.148-4.248c-.345-1.034-2.182-5.742-2.986-7.924c0 0 2.181 0 4.134.69c1.378.458 2.642 1.377 3.56 2.756c1.952 3.1 1.607 8.497 1.493 9.99"/></svg> </template>
CSS
.icon-acura {
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%22M23.77%2010.908c-.23-4.018-1.492-6.89-3.33-8.496C18.489.689%2014.814%200%2012.057%200c-2.87%200-6.43.689-8.382%202.412C1.839%204.019.46%207.004.23%2010.908c-.23%203.675.574%207.81%202.641%2010.106C4.823%2023.31%208.843%2024%2011.943%2024s7.12-.689%209.072-2.986c2.18-2.296%202.986-6.316%202.755-10.106m-12.4-9.761h1.377v8.73H11.37ZM1.839%2014.585c-.116-1.493-.575-6.89%201.607-9.99c.919-1.38%202.182-2.297%203.56-2.757c1.838-.689%204.134-.689%204.134-.689c-.919%202.181-2.641%206.89-2.985%207.924c-.46%201.263-.804%201.952-1.15%204.248c-.229%201.838-.688%206.546-.688%208.612c-2.641-1.262-4.133-3.56-4.478-7.35m15.847%207.466c-1.723.803-3.905.918-5.628.918c-1.722%200-3.903-.23-5.626-.918c.574-1.607%203.33-8.269%204.823-10.91h1.608c1.493%202.643%204.248%209.417%204.823%2010.91m4.592-7.466c-.344%203.79-1.837%206.088-4.363%207.35c-.115-2.066-.459-6.774-.689-8.612c-.345-2.296-.688-2.985-1.148-4.248c-.345-1.034-2.182-5.742-2.986-7.924c0%200%202.181%200%204.134.69c1.378.458%202.642%201.377%203.56%202.756c1.952%203.1%201.607%208.497%201.493%209.99%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%22M23.77%2010.908c-.23-4.018-1.492-6.89-3.33-8.496C18.489.689%2014.814%200%2012.057%200c-2.87%200-6.43.689-8.382%202.412C1.839%204.019.46%207.004.23%2010.908c-.23%203.675.574%207.81%202.641%2010.106C4.823%2023.31%208.843%2024%2011.943%2024s7.12-.689%209.072-2.986c2.18-2.296%202.986-6.316%202.755-10.106m-12.4-9.761h1.377v8.73H11.37ZM1.839%2014.585c-.116-1.493-.575-6.89%201.607-9.99c.919-1.38%202.182-2.297%203.56-2.757c1.838-.689%204.134-.689%204.134-.689c-.919%202.181-2.641%206.89-2.985%207.924c-.46%201.263-.804%201.952-1.15%204.248c-.229%201.838-.688%206.546-.688%208.612c-2.641-1.262-4.133-3.56-4.478-7.35m15.847%207.466c-1.723.803-3.905.918-5.628.918c-1.722%200-3.903-.23-5.626-.918c.574-1.607%203.33-8.269%204.823-10.91h1.608c1.493%202.643%204.248%209.417%204.823%2010.91m4.592-7.466c-.344%203.79-1.837%206.088-4.363%207.35c-.115-2.066-.459-6.774-.689-8.612c-.345-2.296-.688-2.985-1.148-4.248c-.345-1.034-2.182-5.742-2.986-7.924c0%200%202.181%200%204.134.69c1.378.458%202.642%201.377%203.56%202.756c1.952%203.1%201.607%208.497%201.493%209.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/acura.svg?color=%231a73e8&size=48