motorbike helmet emoji
motorbike-helmet from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- motorbike-helmet
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the motorbike helmet emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" stroke="#3f3f3f" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16 44.46l-.133-3.112c-1.748-5.302-2.465-12.26-1.214-16.17c.962-3.006 4.864-9.584 9.72-11.86c8.772-4.172 16.37-1.611 20.49-.378c4.87 1.952 8.904 4.811 11.51 11.06c1.24 2.972 2.174 8.5 1.75 13.93c-.298 3.84-1.668 7.596-2.532 10.6c-1.046 3.631-5.34 7.492-8.255 9.831l.49.123l-1.622 1.987z"/><path fill="#3f3f3f" stroke="#3f3f3f" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16 44.46l-.133-3.112l.46.492l31.01 16.52l.49.122l-1.622 1.988z"/><path fill="#d22f27" d="M47.832 58.487a1.05 1.05 0 0 1-.49-.123l-31.017-16.52a1.04 1.04 0 0 1-.46-.491c-.424-.943-4.048-9.434-.824-17.42c1.817-4.497 4.608-7.893 8.291-10.097c3.17-1.893 6.891-2.854 11.065-2.854c3.777 0 7.848.837 11.457 2.357c3.375 1.42 6.133 3.353 7.566 5.3c2.327 3.16 3.84 6.903 4.497 11.124c.57 3.66.47 7.695-.29 11.661c-1.448 7.565-5.163 14.36-9.244 16.901a1.04 1.04 0 0 1-.552.16z"/><path fill="#3f3f3f" d="M57.529 27.715a177 177 0 0 1-8.492-1.471c-6.466-1.288-11.69-2.735-15.112-4.19c-.318-.135-3.41-.62-3.701-.431c-1.827.348-3.333 2.064-3.333 4.996c0 .249-.003 6.13 1.482 9.177c.522 1.074 2.67 2.754 14.633 7.08a384 384 0 0 0 13.01 4.41a38 38 0 0 0 1.622-5.864c.76-3.97.86-8.003.29-11.662a29 29 0 0 0-.395-2.044z"/><path fill="none" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m55.76 27.44l.376 2.314l.36 4.32l-.048 2.445l-.296 3.049l-.688 3.614l-.778 3.58"/><circle cx="30.84" cy="25.52" r="3.957" stroke="#000" stroke-width="2"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M47.832 58.487a1.05 1.05 0 0 1-.49-.123l-31.017-16.52a1.04 1.04 0 0 1-.46-.491c-.424-.943-4.048-9.434-.824-17.42c1.323-3.274 3.162-5.965 5.487-8.037a18.4 18.4 0 0 1 2.804-2.06c3.17-1.893 6.891-2.854 11.065-2.854c3.777 0 7.848.837 11.457 2.357c3.375 1.42 6.133 3.353 7.566 5.3c2.327 3.16 3.84 6.903 4.497 11.124c.57 3.66.47 7.695-.29 11.661c-1.448 7.565-5.163 14.36-9.244 16.901a1.04 1.04 0 0 1-.552.16zM16 44.46l30.21 16.01"/><path d="M57.529 27.715a177 177 0 0 1-8.492-1.471c-6.466-1.288-11.69-2.735-15.112-4.19c-.318-.135-3.41-.62-3.701-.431c-1.827.348-3.333 2.064-3.333 4.996c0 .249-.003 6.13 1.482 9.177c.522 1.074 2.67 2.754 14.633 7.08a384 384 0 0 0 13.01 4.41a38 38 0 0 0 1.622-5.864c.76-3.97.86-8.003.29-11.662a29 29 0 0 0-.395-2.044z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiMotorbikeHelmet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" stroke="#3f3f3f" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m16 44.46l-.133-3.112c-1.748-5.302-2.465-12.26-1.214-16.17c.962-3.006 4.864-9.584 9.72-11.86c8.772-4.172 16.37-1.611 20.49-.378c4.87 1.952 8.904 4.811 11.51 11.06c1.24 2.972 2.174 8.5 1.75 13.93c-.298 3.84-1.668 7.596-2.532 10.6c-1.046 3.631-5.34 7.492-8.255 9.831l.49.123l-1.622 1.987z"/><path fill="#3f3f3f" stroke="#3f3f3f" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m16 44.46l-.133-3.112l.46.492l31.01 16.52l.49.122l-1.622 1.988z"/><path fill="#d22f27" d="M47.832 58.487a1.05 1.05 0 0 1-.49-.123l-31.017-16.52a1.04 1.04 0 0 1-.46-.491c-.424-.943-4.048-9.434-.824-17.42c1.817-4.497 4.608-7.893 8.291-10.097c3.17-1.893 6.891-2.854 11.065-2.854c3.777 0 7.848.837 11.457 2.357c3.375 1.42 6.133 3.353 7.566 5.3c2.327 3.16 3.84 6.903 4.497 11.124c.57 3.66.47 7.695-.29 11.661c-1.448 7.565-5.163 14.36-9.244 16.901a1.04 1.04 0 0 1-.552.16z"/><path fill="#3f3f3f" d="M57.529 27.715a177 177 0 0 1-8.492-1.471c-6.466-1.288-11.69-2.735-15.112-4.19c-.318-.135-3.41-.62-3.701-.431c-1.827.348-3.333 2.064-3.333 4.996c0 .249-.003 6.13 1.482 9.177c.522 1.074 2.67 2.754 14.633 7.08a384 384 0 0 0 13.01 4.41a38 38 0 0 0 1.622-5.864c.76-3.97.86-8.003.29-11.662a29 29 0 0 0-.395-2.044z"/><path fill="none" stroke="#9b9b9a" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m55.76 27.44l.376 2.314l.36 4.32l-.048 2.445l-.296 3.049l-.688 3.614l-.778 3.58"/><circle cx="30.84" cy="25.52" r="3.957" stroke="#000" strokeWidth="2"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="M47.832 58.487a1.05 1.05 0 0 1-.49-.123l-31.017-16.52a1.04 1.04 0 0 1-.46-.491c-.424-.943-4.048-9.434-.824-17.42c1.323-3.274 3.162-5.965 5.487-8.037a18.4 18.4 0 0 1 2.804-2.06c3.17-1.893 6.891-2.854 11.065-2.854c3.777 0 7.848.837 11.457 2.357c3.375 1.42 6.133 3.353 7.566 5.3c2.327 3.16 3.84 6.903 4.497 11.124c.57 3.66.47 7.695-.29 11.661c-1.448 7.565-5.163 14.36-9.244 16.901a1.04 1.04 0 0 1-.552.16zM16 44.46l30.21 16.01"/><path d="M57.529 27.715a177 177 0 0 1-8.492-1.471c-6.466-1.288-11.69-2.735-15.112-4.19c-.318-.135-3.41-.62-3.701-.431c-1.827.348-3.333 2.064-3.333 4.996c0 .249-.003 6.13 1.482 9.177c.522 1.074 2.67 2.754 14.633 7.08a384 384 0 0 0 13.01 4.41a38 38 0 0 0 1.622-5.864c.76-3.97.86-8.003.29-11.662a29 29 0 0 0-.395-2.044z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" stroke="#3f3f3f" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16 44.46l-.133-3.112c-1.748-5.302-2.465-12.26-1.214-16.17c.962-3.006 4.864-9.584 9.72-11.86c8.772-4.172 16.37-1.611 20.49-.378c4.87 1.952 8.904 4.811 11.51 11.06c1.24 2.972 2.174 8.5 1.75 13.93c-.298 3.84-1.668 7.596-2.532 10.6c-1.046 3.631-5.34 7.492-8.255 9.831l.49.123l-1.622 1.987z"/><path fill="#3f3f3f" stroke="#3f3f3f" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16 44.46l-.133-3.112l.46.492l31.01 16.52l.49.122l-1.622 1.988z"/><path fill="#d22f27" d="M47.832 58.487a1.05 1.05 0 0 1-.49-.123l-31.017-16.52a1.04 1.04 0 0 1-.46-.491c-.424-.943-4.048-9.434-.824-17.42c1.817-4.497 4.608-7.893 8.291-10.097c3.17-1.893 6.891-2.854 11.065-2.854c3.777 0 7.848.837 11.457 2.357c3.375 1.42 6.133 3.353 7.566 5.3c2.327 3.16 3.84 6.903 4.497 11.124c.57 3.66.47 7.695-.29 11.661c-1.448 7.565-5.163 14.36-9.244 16.901a1.04 1.04 0 0 1-.552.16z"/><path fill="#3f3f3f" d="M57.529 27.715a177 177 0 0 1-8.492-1.471c-6.466-1.288-11.69-2.735-15.112-4.19c-.318-.135-3.41-.62-3.701-.431c-1.827.348-3.333 2.064-3.333 4.996c0 .249-.003 6.13 1.482 9.177c.522 1.074 2.67 2.754 14.633 7.08a384 384 0 0 0 13.01 4.41a38 38 0 0 0 1.622-5.864c.76-3.97.86-8.003.29-11.662a29 29 0 0 0-.395-2.044z"/><path fill="none" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m55.76 27.44l.376 2.314l.36 4.32l-.048 2.445l-.296 3.049l-.688 3.614l-.778 3.58"/><circle cx="30.84" cy="25.52" r="3.957" stroke="#000" stroke-width="2"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M47.832 58.487a1.05 1.05 0 0 1-.49-.123l-31.017-16.52a1.04 1.04 0 0 1-.46-.491c-.424-.943-4.048-9.434-.824-17.42c1.323-3.274 3.162-5.965 5.487-8.037a18.4 18.4 0 0 1 2.804-2.06c3.17-1.893 6.891-2.854 11.065-2.854c3.777 0 7.848.837 11.457 2.357c3.375 1.42 6.133 3.353 7.566 5.3c2.327 3.16 3.84 6.903 4.497 11.124c.57 3.66.47 7.695-.29 11.661c-1.448 7.565-5.163 14.36-9.244 16.901a1.04 1.04 0 0 1-.552.16zM16 44.46l30.21 16.01"/><path d="M57.529 27.715a177 177 0 0 1-8.492-1.471c-6.466-1.288-11.69-2.735-15.112-4.19c-.318-.135-3.41-.62-3.701-.431c-1.827.348-3.333 2.064-3.333 4.996c0 .249-.003 6.13 1.482 9.177c.522 1.074 2.67 2.754 14.633 7.08a384 384 0 0 0 13.01 4.41a38 38 0 0 0 1.622-5.864c.76-3.97.86-8.003.29-11.662a29 29 0 0 0-.395-2.044z"/></g></svg> </template>
CSS
.icon-motorbike-helmet {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%233f3f3f%22%20stroke%3D%22%233f3f3f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m16%2044.46l-.133-3.112c-1.748-5.302-2.465-12.26-1.214-16.17c.962-3.006%204.864-9.584%209.72-11.86c8.772-4.172%2016.37-1.611%2020.49-.378c4.87%201.952%208.904%204.811%2011.51%2011.06c1.24%202.972%202.174%208.5%201.75%2013.93c-.298%203.84-1.668%207.596-2.532%2010.6c-1.046%203.631-5.34%207.492-8.255%209.831l.49.123l-1.622%201.987z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20stroke%3D%22%233f3f3f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m16%2044.46l-.133-3.112l.46.492l31.01%2016.52l.49.122l-1.622%201.988z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M47.832%2058.487a1.05%201.05%200%200%201-.49-.123l-31.017-16.52a1.04%201.04%200%200%201-.46-.491c-.424-.943-4.048-9.434-.824-17.42c1.817-4.497%204.608-7.893%208.291-10.097c3.17-1.893%206.891-2.854%2011.065-2.854c3.777%200%207.848.837%2011.457%202.357c3.375%201.42%206.133%203.353%207.566%205.3c2.327%203.16%203.84%206.903%204.497%2011.124c.57%203.66.47%207.695-.29%2011.661c-1.448%207.565-5.163%2014.36-9.244%2016.901a1.04%201.04%200%200%201-.552.16z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M57.529%2027.715a177%20177%200%200%201-8.492-1.471c-6.466-1.288-11.69-2.735-15.112-4.19c-.318-.135-3.41-.62-3.701-.431c-1.827.348-3.333%202.064-3.333%204.996c0%20.249-.003%206.13%201.482%209.177c.522%201.074%202.67%202.754%2014.633%207.08a384%20384%200%200%200%2013.01%204.41a38%2038%200%200%200%201.622-5.864c.76-3.97.86-8.003.29-11.662a29%2029%200%200%200-.395-2.044z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m55.76%2027.44l.376%202.314l.36%204.32l-.048%202.445l-.296%203.049l-.688%203.614l-.778%203.58%22%2F%3E%3Ccircle%20cx%3D%2230.84%22%20cy%3D%2225.52%22%20r%3D%223.957%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M47.832%2058.487a1.05%201.05%200%200%201-.49-.123l-31.017-16.52a1.04%201.04%200%200%201-.46-.491c-.424-.943-4.048-9.434-.824-17.42c1.323-3.274%203.162-5.965%205.487-8.037a18.4%2018.4%200%200%201%202.804-2.06c3.17-1.893%206.891-2.854%2011.065-2.854c3.777%200%207.848.837%2011.457%202.357c3.375%201.42%206.133%203.353%207.566%205.3c2.327%203.16%203.84%206.903%204.497%2011.124c.57%203.66.47%207.695-.29%2011.661c-1.448%207.565-5.163%2014.36-9.244%2016.901a1.04%201.04%200%200%201-.552.16zM16%2044.46l30.21%2016.01%22%2F%3E%3Cpath%20d%3D%22M57.529%2027.715a177%20177%200%200%201-8.492-1.471c-6.466-1.288-11.69-2.735-15.112-4.19c-.318-.135-3.41-.62-3.701-.431c-1.827.348-3.333%202.064-3.333%204.996c0%20.249-.003%206.13%201.482%209.177c.522%201.074%202.67%202.754%2014.633%207.08a384%20384%200%200%200%2013.01%204.41a38%2038%200%200%200%201.622-5.864c.76-3.97.86-8.003.29-11.662a29%2029%200%200%200-.395-2.044z%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%2072%2072%22%3E%3Cpath%20fill%3D%22%233f3f3f%22%20stroke%3D%22%233f3f3f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m16%2044.46l-.133-3.112c-1.748-5.302-2.465-12.26-1.214-16.17c.962-3.006%204.864-9.584%209.72-11.86c8.772-4.172%2016.37-1.611%2020.49-.378c4.87%201.952%208.904%204.811%2011.51%2011.06c1.24%202.972%202.174%208.5%201.75%2013.93c-.298%203.84-1.668%207.596-2.532%2010.6c-1.046%203.631-5.34%207.492-8.255%209.831l.49.123l-1.622%201.987z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20stroke%3D%22%233f3f3f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m16%2044.46l-.133-3.112l.46.492l31.01%2016.52l.49.122l-1.622%201.988z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M47.832%2058.487a1.05%201.05%200%200%201-.49-.123l-31.017-16.52a1.04%201.04%200%200%201-.46-.491c-.424-.943-4.048-9.434-.824-17.42c1.817-4.497%204.608-7.893%208.291-10.097c3.17-1.893%206.891-2.854%2011.065-2.854c3.777%200%207.848.837%2011.457%202.357c3.375%201.42%206.133%203.353%207.566%205.3c2.327%203.16%203.84%206.903%204.497%2011.124c.57%203.66.47%207.695-.29%2011.661c-1.448%207.565-5.163%2014.36-9.244%2016.901a1.04%201.04%200%200%201-.552.16z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M57.529%2027.715a177%20177%200%200%201-8.492-1.471c-6.466-1.288-11.69-2.735-15.112-4.19c-.318-.135-3.41-.62-3.701-.431c-1.827.348-3.333%202.064-3.333%204.996c0%20.249-.003%206.13%201.482%209.177c.522%201.074%202.67%202.754%2014.633%207.08a384%20384%200%200%200%2013.01%204.41a38%2038%200%200%200%201.622-5.864c.76-3.97.86-8.003.29-11.662a29%2029%200%200%200-.395-2.044z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m55.76%2027.44l.376%202.314l.36%204.32l-.048%202.445l-.296%203.049l-.688%203.614l-.778%203.58%22%2F%3E%3Ccircle%20cx%3D%2230.84%22%20cy%3D%2225.52%22%20r%3D%223.957%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M47.832%2058.487a1.05%201.05%200%200%201-.49-.123l-31.017-16.52a1.04%201.04%200%200%201-.46-.491c-.424-.943-4.048-9.434-.824-17.42c1.323-3.274%203.162-5.965%205.487-8.037a18.4%2018.4%200%200%201%202.804-2.06c3.17-1.893%206.891-2.854%2011.065-2.854c3.777%200%207.848.837%2011.457%202.357c3.375%201.42%206.133%203.353%207.566%205.3c2.327%203.16%203.84%206.903%204.497%2011.124c.57%203.66.47%207.695-.29%2011.661c-1.448%207.565-5.163%2014.36-9.244%2016.901a1.04%201.04%200%200%201-.552.16zM16%2044.46l30.21%2016.01%22%2F%3E%3Cpath%20d%3D%22M57.529%2027.715a177%20177%200%200%201-8.492-1.471c-6.466-1.288-11.69-2.735-15.112-4.19c-.318-.135-3.41-.62-3.701-.431c-1.827.348-3.333%202.064-3.333%204.996c0%20.249-.003%206.13%201.482%209.177c.522%201.074%202.67%202.754%2014.633%207.08a384%20384%200%200%200%2013.01%204.41a38%2038%200%200%200%201.622-5.864c.76-3.97.86-8.003.29-11.662a29%2029%200%200%200-.395-2.044z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/motorbike-helmet.svg?color=%231a73e8&size=48