klingon icon
klingon from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- klingon
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Use the klingon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.79 21.5l-.08-.26c-.18-.59-.24-1.16-.21-1.84c.1-1.23.64-2.09 1.32-2.81a6.3 6.3 0 0 1-.29-1.85c0-1.74.73-3.3 1.92-4.44c.88-.84 2.01-1.44 3.26-1.7c.66-2.37 1.09-4.8 1.29-7.1c.24 2 .65 4.62 1.3 7.08a6.6 6.6 0 0 1 3.37 1.72c1.18 1.14 1.92 2.7 1.92 4.44c0 .61-.09 1.19-.26 1.76c.88.42 1.87.67 3.17.79l-.06.15c-.12.33-.44.56-.73.74l-.02.01c-.56.38-1.51.81-2.84.81h-.44c-.18 0-.35-.03-.51-.05c-.07.05-.15.15-.23.23C15.5 20.31 13.86 21 12.06 21c-1.79 0-3.42-.69-4.6-1.82l-.12-.12c-1 .53-1.8 1.27-2.4 2.21l-.14.23m1.7-5.56c.15-.12 1.7-1.44 2.13-2.16l.1-.17c.92 1.39 1.67 2.67 2.7 4.47l-.21.01c-1.14.07-2.17.28-3.07.61c1.02.92 2.4 1.49 3.91 1.49c1.48 0 2.82-.54 3.83-1.42c-.25-.05-.5-.12-.74-.18c-.77-.18-1.5-.37-2.34-.4l-.19-.01l.08-.18c.4-.8 2.1-3.59 2.53-4.37l.11.18c.66.96 1.39 1.69 2.24 2.26c.11-.43.17-.87.17-1.32c0-1.5-.64-2.86-1.66-3.85a5.6 5.6 0 0 0-2.54-1.4c.3 1 .65 2 1.04 2.85l.03.05l-.03.06c-.39.76-.83 1.49-1.26 2.2c-.39.64-.79 1.3-1.15 1.98l-.1.19l-.12-.18c-.57-.83-2.21-3.59-2.55-4.15c.4-1 .74-2 1.04-3c-.95.28-1.75.76-2.42 1.4a5.3 5.3 0 0 0-1.66 3.84c0 .42.05.82.13 1.21"/></svg>
React
import type { SVGProps } from "react";
export function MdiKlingon(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="m4.79 21.5l-.08-.26c-.18-.59-.24-1.16-.21-1.84c.1-1.23.64-2.09 1.32-2.81a6.3 6.3 0 0 1-.29-1.85c0-1.74.73-3.3 1.92-4.44c.88-.84 2.01-1.44 3.26-1.7c.66-2.37 1.09-4.8 1.29-7.1c.24 2 .65 4.62 1.3 7.08a6.6 6.6 0 0 1 3.37 1.72c1.18 1.14 1.92 2.7 1.92 4.44c0 .61-.09 1.19-.26 1.76c.88.42 1.87.67 3.17.79l-.06.15c-.12.33-.44.56-.73.74l-.02.01c-.56.38-1.51.81-2.84.81h-.44c-.18 0-.35-.03-.51-.05c-.07.05-.15.15-.23.23C15.5 20.31 13.86 21 12.06 21c-1.79 0-3.42-.69-4.6-1.82l-.12-.12c-1 .53-1.8 1.27-2.4 2.21l-.14.23m1.7-5.56c.15-.12 1.7-1.44 2.13-2.16l.1-.17c.92 1.39 1.67 2.67 2.7 4.47l-.21.01c-1.14.07-2.17.28-3.07.61c1.02.92 2.4 1.49 3.91 1.49c1.48 0 2.82-.54 3.83-1.42c-.25-.05-.5-.12-.74-.18c-.77-.18-1.5-.37-2.34-.4l-.19-.01l.08-.18c.4-.8 2.1-3.59 2.53-4.37l.11.18c.66.96 1.39 1.69 2.24 2.26c.11-.43.17-.87.17-1.32c0-1.5-.64-2.86-1.66-3.85a5.6 5.6 0 0 0-2.54-1.4c.3 1 .65 2 1.04 2.85l.03.05l-.03.06c-.39.76-.83 1.49-1.26 2.2c-.39.64-.79 1.3-1.15 1.98l-.1.19l-.12-.18c-.57-.83-2.21-3.59-2.55-4.15c.4-1 .74-2 1.04-3c-.95.28-1.75.76-2.42 1.4a5.3 5.3 0 0 0-1.66 3.84c0 .42.05.82.13 1.21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.79 21.5l-.08-.26c-.18-.59-.24-1.16-.21-1.84c.1-1.23.64-2.09 1.32-2.81a6.3 6.3 0 0 1-.29-1.85c0-1.74.73-3.3 1.92-4.44c.88-.84 2.01-1.44 3.26-1.7c.66-2.37 1.09-4.8 1.29-7.1c.24 2 .65 4.62 1.3 7.08a6.6 6.6 0 0 1 3.37 1.72c1.18 1.14 1.92 2.7 1.92 4.44c0 .61-.09 1.19-.26 1.76c.88.42 1.87.67 3.17.79l-.06.15c-.12.33-.44.56-.73.74l-.02.01c-.56.38-1.51.81-2.84.81h-.44c-.18 0-.35-.03-.51-.05c-.07.05-.15.15-.23.23C15.5 20.31 13.86 21 12.06 21c-1.79 0-3.42-.69-4.6-1.82l-.12-.12c-1 .53-1.8 1.27-2.4 2.21l-.14.23m1.7-5.56c.15-.12 1.7-1.44 2.13-2.16l.1-.17c.92 1.39 1.67 2.67 2.7 4.47l-.21.01c-1.14.07-2.17.28-3.07.61c1.02.92 2.4 1.49 3.91 1.49c1.48 0 2.82-.54 3.83-1.42c-.25-.05-.5-.12-.74-.18c-.77-.18-1.5-.37-2.34-.4l-.19-.01l.08-.18c.4-.8 2.1-3.59 2.53-4.37l.11.18c.66.96 1.39 1.69 2.24 2.26c.11-.43.17-.87.17-1.32c0-1.5-.64-2.86-1.66-3.85a5.6 5.6 0 0 0-2.54-1.4c.3 1 .65 2 1.04 2.85l.03.05l-.03.06c-.39.76-.83 1.49-1.26 2.2c-.39.64-.79 1.3-1.15 1.98l-.1.19l-.12-.18c-.57-.83-2.21-3.59-2.55-4.15c.4-1 .74-2 1.04-3c-.95.28-1.75.76-2.42 1.4a5.3 5.3 0 0 0-1.66 3.84c0 .42.05.82.13 1.21"/></svg> </template>
CSS
.icon-klingon {
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%22m4.79%2021.5l-.08-.26c-.18-.59-.24-1.16-.21-1.84c.1-1.23.64-2.09%201.32-2.81a6.3%206.3%200%200%201-.29-1.85c0-1.74.73-3.3%201.92-4.44c.88-.84%202.01-1.44%203.26-1.7c.66-2.37%201.09-4.8%201.29-7.1c.24%202%20.65%204.62%201.3%207.08a6.6%206.6%200%200%201%203.37%201.72c1.18%201.14%201.92%202.7%201.92%204.44c0%20.61-.09%201.19-.26%201.76c.88.42%201.87.67%203.17.79l-.06.15c-.12.33-.44.56-.73.74l-.02.01c-.56.38-1.51.81-2.84.81h-.44c-.18%200-.35-.03-.51-.05c-.07.05-.15.15-.23.23C15.5%2020.31%2013.86%2021%2012.06%2021c-1.79%200-3.42-.69-4.6-1.82l-.12-.12c-1%20.53-1.8%201.27-2.4%202.21l-.14.23m1.7-5.56c.15-.12%201.7-1.44%202.13-2.16l.1-.17c.92%201.39%201.67%202.67%202.7%204.47l-.21.01c-1.14.07-2.17.28-3.07.61c1.02.92%202.4%201.49%203.91%201.49c1.48%200%202.82-.54%203.83-1.42c-.25-.05-.5-.12-.74-.18c-.77-.18-1.5-.37-2.34-.4l-.19-.01l.08-.18c.4-.8%202.1-3.59%202.53-4.37l.11.18c.66.96%201.39%201.69%202.24%202.26c.11-.43.17-.87.17-1.32c0-1.5-.64-2.86-1.66-3.85a5.6%205.6%200%200%200-2.54-1.4c.3%201%20.65%202%201.04%202.85l.03.05l-.03.06c-.39.76-.83%201.49-1.26%202.2c-.39.64-.79%201.3-1.15%201.98l-.1.19l-.12-.18c-.57-.83-2.21-3.59-2.55-4.15c.4-1%20.74-2%201.04-3c-.95.28-1.75.76-2.42%201.4a5.3%205.3%200%200%200-1.66%203.84c0%20.42.05.82.13%201.21%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%22m4.79%2021.5l-.08-.26c-.18-.59-.24-1.16-.21-1.84c.1-1.23.64-2.09%201.32-2.81a6.3%206.3%200%200%201-.29-1.85c0-1.74.73-3.3%201.92-4.44c.88-.84%202.01-1.44%203.26-1.7c.66-2.37%201.09-4.8%201.29-7.1c.24%202%20.65%204.62%201.3%207.08a6.6%206.6%200%200%201%203.37%201.72c1.18%201.14%201.92%202.7%201.92%204.44c0%20.61-.09%201.19-.26%201.76c.88.42%201.87.67%203.17.79l-.06.15c-.12.33-.44.56-.73.74l-.02.01c-.56.38-1.51.81-2.84.81h-.44c-.18%200-.35-.03-.51-.05c-.07.05-.15.15-.23.23C15.5%2020.31%2013.86%2021%2012.06%2021c-1.79%200-3.42-.69-4.6-1.82l-.12-.12c-1%20.53-1.8%201.27-2.4%202.21l-.14.23m1.7-5.56c.15-.12%201.7-1.44%202.13-2.16l.1-.17c.92%201.39%201.67%202.67%202.7%204.47l-.21.01c-1.14.07-2.17.28-3.07.61c1.02.92%202.4%201.49%203.91%201.49c1.48%200%202.82-.54%203.83-1.42c-.25-.05-.5-.12-.74-.18c-.77-.18-1.5-.37-2.34-.4l-.19-.01l.08-.18c.4-.8%202.1-3.59%202.53-4.37l.11.18c.66.96%201.39%201.69%202.24%202.26c.11-.43.17-.87.17-1.32c0-1.5-.64-2.86-1.66-3.85a5.6%205.6%200%200%200-2.54-1.4c.3%201%20.65%202%201.04%202.85l.03.05l-.03.06c-.39.76-.83%201.49-1.26%202.2c-.39.64-.79%201.3-1.15%201.98l-.1.19l-.12-.18c-.57-.83-2.21-3.59-2.55-4.15c.4-1%20.74-2%201.04-3c-.95.28-1.75.76-2.42%201.4a5.3%205.3%200%200%200-1.66%203.84c0%20.42.05.82.13%201.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/klingon.svg?color=%231a73e8&size=48