brand rumble icon
brand-rumble from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.
- Name
- brand-rumble
- Set
- Tabler Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in Tabler Icons
brand-4chanbrand-abstractbrand-adobebrand-adobe-after-effectsbrand-adobe-illustratorbrand-adobe-indesignbrand-adobe-photoshopbrand-adobe-premierebrand-adobe-xdbrand-adonis-jsbrand-airbnbbrand-airtablebrand-algoliabrand-alipaybrand-alpine-jsbrand-amazonbrand-amdbrand-amiebrand-amigobrand-among-usbrand-androidbrand-angularbrand-ansiblebrand-ao3
Use the brand rumble icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M19.993 9.108c.383.4.687.863.893 1.368a4.2 4.2 0 0 1 .006 3.166a4.4 4.4 0 0 1-.887 1.372a20 20 0 0 1-2.208 2a20.6 20.6 0 0 1-2.495 1.669a21.3 21.3 0 0 1-5.622 2.202a4.2 4.2 0 0 1-3.002-.404a4 4 0 0 1-1.163-.967a3.8 3.8 0 0 1-.695-1.312C3.621 14.3 3.798 9.89 4.954 5.972c.609-2.057 2.643-3.349 4.737-2.874c3.88.88 7.52 3.147 10.302 6.01"/><path d="M14.044 13.034c.67-.505.67-1.489 0-2.01a15 15 0 0 0-1.498-1.044a16 16 0 0 0-1.62-.865c-.77-.35-1.63.139-1.753.973a15.4 15.4 0 0 0-.1 3.786a1.232 1.232 0 0 0 1.715 1.027a15 15 0 0 0 1.694-.827a14.5 14.5 0 0 0 1.562-1.035z"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerBrandRumble(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M19.993 9.108c.383.4.687.863.893 1.368a4.2 4.2 0 0 1 .006 3.166a4.4 4.4 0 0 1-.887 1.372a20 20 0 0 1-2.208 2a20.6 20.6 0 0 1-2.495 1.669a21.3 21.3 0 0 1-5.622 2.202a4.2 4.2 0 0 1-3.002-.404a4 4 0 0 1-1.163-.967a3.8 3.8 0 0 1-.695-1.312C3.621 14.3 3.798 9.89 4.954 5.972c.609-2.057 2.643-3.349 4.737-2.874c3.88.88 7.52 3.147 10.302 6.01"/><path d="M14.044 13.034c.67-.505.67-1.489 0-2.01a15 15 0 0 0-1.498-1.044a16 16 0 0 0-1.62-.865c-.77-.35-1.63.139-1.753.973a15.4 15.4 0 0 0-.1 3.786a1.232 1.232 0 0 0 1.715 1.027a15 15 0 0 0 1.694-.827a14.5 14.5 0 0 0 1.562-1.035z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M19.993 9.108c.383.4.687.863.893 1.368a4.2 4.2 0 0 1 .006 3.166a4.4 4.4 0 0 1-.887 1.372a20 20 0 0 1-2.208 2a20.6 20.6 0 0 1-2.495 1.669a21.3 21.3 0 0 1-5.622 2.202a4.2 4.2 0 0 1-3.002-.404a4 4 0 0 1-1.163-.967a3.8 3.8 0 0 1-.695-1.312C3.621 14.3 3.798 9.89 4.954 5.972c.609-2.057 2.643-3.349 4.737-2.874c3.88.88 7.52 3.147 10.302 6.01"/><path d="M14.044 13.034c.67-.505.67-1.489 0-2.01a15 15 0 0 0-1.498-1.044a16 16 0 0 0-1.62-.865c-.77-.35-1.63.139-1.753.973a15.4 15.4 0 0 0-.1 3.786a1.232 1.232 0 0 0 1.715 1.027a15 15 0 0 0 1.694-.827a14.5 14.5 0 0 0 1.562-1.035z"/></g></svg> </template>
CSS
.icon-brand-rumble {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M19.993%209.108c.383.4.687.863.893%201.368a4.2%204.2%200%200%201%20.006%203.166a4.4%204.4%200%200%201-.887%201.372a20%2020%200%200%201-2.208%202a20.6%2020.6%200%200%201-2.495%201.669a21.3%2021.3%200%200%201-5.622%202.202a4.2%204.2%200%200%201-3.002-.404a4%204%200%200%201-1.163-.967a3.8%203.8%200%200%201-.695-1.312C3.621%2014.3%203.798%209.89%204.954%205.972c.609-2.057%202.643-3.349%204.737-2.874c3.88.88%207.52%203.147%2010.302%206.01%22%2F%3E%3Cpath%20d%3D%22M14.044%2013.034c.67-.505.67-1.489%200-2.01a15%2015%200%200%200-1.498-1.044a16%2016%200%200%200-1.62-.865c-.77-.35-1.63.139-1.753.973a15.4%2015.4%200%200%200-.1%203.786a1.232%201.232%200%200%200%201.715%201.027a15%2015%200%200%200%201.694-.827a14.5%2014.5%200%200%200%201.562-1.035z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M19.993%209.108c.383.4.687.863.893%201.368a4.2%204.2%200%200%201%20.006%203.166a4.4%204.4%200%200%201-.887%201.372a20%2020%200%200%201-2.208%202a20.6%2020.6%200%200%201-2.495%201.669a21.3%2021.3%200%200%201-5.622%202.202a4.2%204.2%200%200%201-3.002-.404a4%204%200%200%201-1.163-.967a3.8%203.8%200%200%201-.695-1.312C3.621%2014.3%203.798%209.89%204.954%205.972c.609-2.057%202.643-3.349%204.737-2.874c3.88.88%207.52%203.147%2010.302%206.01%22%2F%3E%3Cpath%20d%3D%22M14.044%2013.034c.67-.505.67-1.489%200-2.01a15%2015%200%200%200-1.498-1.044a16%2016%200%200%200-1.62-.865c-.77-.35-1.63.139-1.753.973a15.4%2015.4%200%200%200-.1%203.786a1.232%201.232%200%200%200%201.715%201.027a15%2015%200%200%200%201.694-.827a14.5%2014.5%200%200%200%201.562-1.035z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/brand-rumble.svg?color=%231a73e8&size=48