jedi icon
jedi from Line Awesome by Icons8 · Line · Science Fiction · Apache-2.0 Free for personal and commercial use.
- Name
- jedi
- Set
- Line Awesome
- Style
- Line
- Category
- Science Fiction
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- jedi-solid
The same icon in other sets
More science fiction icons from Line Awesome
Use the jedi icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.498 4a.365.365 0 0 0-.367.352l-.53 13.705l-1.398-.95a.365.365 0 0 0-.459.036a.37.37 0 0 0-.062.457l.923 1.55l-1.933.4a.37.37 0 0 0-.293.36a.37.37 0 0 0 .293.361l1.933.4l-.925 1.554a.37.37 0 0 0 .064.457a.38.38 0 0 0 .46.033l1.247-.85l-.113 3c-2.617-.535-4.592-2.844-4.592-5.603c0-1.612.673-3.107 1.893-4.21a.76.76 0 0 0 .252-.597a.76.76 0 0 0-.309-.568c-1.685-1.248-2.65-3.155-2.65-5.229c0-.807.15-1.6.45-2.355a.73.73 0 0 0-.071-.694a.75.75 0 0 0-.622-.332a.73.73 0 0 0-.425.137a12.4 12.4 0 0 0-4.963 7.45l1.902 1.902h-2.17a12 12 0 0 0-.023 1.377c.028.617.116 1.218.234 1.81l2.693 2.693H4.104c1.896 4.147 6.026 7.12 10.804 7.34q.297.014.59.014c5.071 0 9.438-3.026 11.397-7.354h-1.836l2.705-2.705A12.4 12.4 0 0 0 28 15.56c0-.267-.032-.53-.049-.795h-2.156l1.894-1.895a12.46 12.46 0 0 0-4.959-7.457a.73.73 0 0 0-.423-.137a.75.75 0 0 0-.621.332a.74.74 0 0 0-.075.694c.301.756.453 1.55.453 2.357c0 2.074-.965 3.98-2.65 5.229a.752.752 0 0 0-.057 1.168a5.68 5.68 0 0 1 1.774 5.38c-.448 2.223-2.245 4.002-4.473 4.434l-.113-3.002l1.248.85c.137.095.34.078.46-.037a.37.37 0 0 0 .061-.457l-.923-1.55l1.933-.402a.367.367 0 0 0 0-.718l-1.933-.403l.925-1.55a.367.367 0 0 0-.523-.493l-1.397.95l-.53-13.703A.366.366 0 0 0 15.497 4z"/></svg>
React
import type { SVGProps } from "react";
export function LaJedi(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.498 4a.365.365 0 0 0-.367.352l-.53 13.705l-1.398-.95a.365.365 0 0 0-.459.036a.37.37 0 0 0-.062.457l.923 1.55l-1.933.4a.37.37 0 0 0-.293.36a.37.37 0 0 0 .293.361l1.933.4l-.925 1.554a.37.37 0 0 0 .064.457a.38.38 0 0 0 .46.033l1.247-.85l-.113 3c-2.617-.535-4.592-2.844-4.592-5.603c0-1.612.673-3.107 1.893-4.21a.76.76 0 0 0 .252-.597a.76.76 0 0 0-.309-.568c-1.685-1.248-2.65-3.155-2.65-5.229c0-.807.15-1.6.45-2.355a.73.73 0 0 0-.071-.694a.75.75 0 0 0-.622-.332a.73.73 0 0 0-.425.137a12.4 12.4 0 0 0-4.963 7.45l1.902 1.902h-2.17a12 12 0 0 0-.023 1.377c.028.617.116 1.218.234 1.81l2.693 2.693H4.104c1.896 4.147 6.026 7.12 10.804 7.34q.297.014.59.014c5.071 0 9.438-3.026 11.397-7.354h-1.836l2.705-2.705A12.4 12.4 0 0 0 28 15.56c0-.267-.032-.53-.049-.795h-2.156l1.894-1.895a12.46 12.46 0 0 0-4.959-7.457a.73.73 0 0 0-.423-.137a.75.75 0 0 0-.621.332a.74.74 0 0 0-.075.694c.301.756.453 1.55.453 2.357c0 2.074-.965 3.98-2.65 5.229a.752.752 0 0 0-.057 1.168a5.68 5.68 0 0 1 1.774 5.38c-.448 2.223-2.245 4.002-4.473 4.434l-.113-3.002l1.248.85c.137.095.34.078.46-.037a.37.37 0 0 0 .061-.457l-.923-1.55l1.933-.402a.367.367 0 0 0 0-.718l-1.933-.403l.925-1.55a.367.367 0 0 0-.523-.493l-1.397.95l-.53-13.703A.366.366 0 0 0 15.497 4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.498 4a.365.365 0 0 0-.367.352l-.53 13.705l-1.398-.95a.365.365 0 0 0-.459.036a.37.37 0 0 0-.062.457l.923 1.55l-1.933.4a.37.37 0 0 0-.293.36a.37.37 0 0 0 .293.361l1.933.4l-.925 1.554a.37.37 0 0 0 .064.457a.38.38 0 0 0 .46.033l1.247-.85l-.113 3c-2.617-.535-4.592-2.844-4.592-5.603c0-1.612.673-3.107 1.893-4.21a.76.76 0 0 0 .252-.597a.76.76 0 0 0-.309-.568c-1.685-1.248-2.65-3.155-2.65-5.229c0-.807.15-1.6.45-2.355a.73.73 0 0 0-.071-.694a.75.75 0 0 0-.622-.332a.73.73 0 0 0-.425.137a12.4 12.4 0 0 0-4.963 7.45l1.902 1.902h-2.17a12 12 0 0 0-.023 1.377c.028.617.116 1.218.234 1.81l2.693 2.693H4.104c1.896 4.147 6.026 7.12 10.804 7.34q.297.014.59.014c5.071 0 9.438-3.026 11.397-7.354h-1.836l2.705-2.705A12.4 12.4 0 0 0 28 15.56c0-.267-.032-.53-.049-.795h-2.156l1.894-1.895a12.46 12.46 0 0 0-4.959-7.457a.73.73 0 0 0-.423-.137a.75.75 0 0 0-.621.332a.74.74 0 0 0-.075.694c.301.756.453 1.55.453 2.357c0 2.074-.965 3.98-2.65 5.229a.752.752 0 0 0-.057 1.168a5.68 5.68 0 0 1 1.774 5.38c-.448 2.223-2.245 4.002-4.473 4.434l-.113-3.002l1.248.85c.137.095.34.078.46-.037a.37.37 0 0 0 .061-.457l-.923-1.55l1.933-.402a.367.367 0 0 0 0-.718l-1.933-.403l.925-1.55a.367.367 0 0 0-.523-.493l-1.397.95l-.53-13.703A.366.366 0 0 0 15.497 4z"/></svg> </template>
CSS
.icon-jedi {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.498%204a.365.365%200%200%200-.367.352l-.53%2013.705l-1.398-.95a.365.365%200%200%200-.459.036a.37.37%200%200%200-.062.457l.923%201.55l-1.933.4a.37.37%200%200%200-.293.36a.37.37%200%200%200%20.293.361l1.933.4l-.925%201.554a.37.37%200%200%200%20.064.457a.38.38%200%200%200%20.46.033l1.247-.85l-.113%203c-2.617-.535-4.592-2.844-4.592-5.603c0-1.612.673-3.107%201.893-4.21a.76.76%200%200%200%20.252-.597a.76.76%200%200%200-.309-.568c-1.685-1.248-2.65-3.155-2.65-5.229c0-.807.15-1.6.45-2.355a.73.73%200%200%200-.071-.694a.75.75%200%200%200-.622-.332a.73.73%200%200%200-.425.137a12.4%2012.4%200%200%200-4.963%207.45l1.902%201.902h-2.17a12%2012%200%200%200-.023%201.377c.028.617.116%201.218.234%201.81l2.693%202.693H4.104c1.896%204.147%206.026%207.12%2010.804%207.34q.297.014.59.014c5.071%200%209.438-3.026%2011.397-7.354h-1.836l2.705-2.705A12.4%2012.4%200%200%200%2028%2015.56c0-.267-.032-.53-.049-.795h-2.156l1.894-1.895a12.46%2012.46%200%200%200-4.959-7.457a.73.73%200%200%200-.423-.137a.75.75%200%200%200-.621.332a.74.74%200%200%200-.075.694c.301.756.453%201.55.453%202.357c0%202.074-.965%203.98-2.65%205.229a.752.752%200%200%200-.057%201.168a5.68%205.68%200%200%201%201.774%205.38c-.448%202.223-2.245%204.002-4.473%204.434l-.113-3.002l1.248.85c.137.095.34.078.46-.037a.37.37%200%200%200%20.061-.457l-.923-1.55l1.933-.402a.367.367%200%200%200%200-.718l-1.933-.403l.925-1.55a.367.367%200%200%200-.523-.493l-1.397.95l-.53-13.703A.366.366%200%200%200%2015.497%204z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.498%204a.365.365%200%200%200-.367.352l-.53%2013.705l-1.398-.95a.365.365%200%200%200-.459.036a.37.37%200%200%200-.062.457l.923%201.55l-1.933.4a.37.37%200%200%200-.293.36a.37.37%200%200%200%20.293.361l1.933.4l-.925%201.554a.37.37%200%200%200%20.064.457a.38.38%200%200%200%20.46.033l1.247-.85l-.113%203c-2.617-.535-4.592-2.844-4.592-5.603c0-1.612.673-3.107%201.893-4.21a.76.76%200%200%200%20.252-.597a.76.76%200%200%200-.309-.568c-1.685-1.248-2.65-3.155-2.65-5.229c0-.807.15-1.6.45-2.355a.73.73%200%200%200-.071-.694a.75.75%200%200%200-.622-.332a.73.73%200%200%200-.425.137a12.4%2012.4%200%200%200-4.963%207.45l1.902%201.902h-2.17a12%2012%200%200%200-.023%201.377c.028.617.116%201.218.234%201.81l2.693%202.693H4.104c1.896%204.147%206.026%207.12%2010.804%207.34q.297.014.59.014c5.071%200%209.438-3.026%2011.397-7.354h-1.836l2.705-2.705A12.4%2012.4%200%200%200%2028%2015.56c0-.267-.032-.53-.049-.795h-2.156l1.894-1.895a12.46%2012.46%200%200%200-4.959-7.457a.73.73%200%200%200-.423-.137a.75.75%200%200%200-.621.332a.74.74%200%200%200-.075.694c.301.756.453%201.55.453%202.357c0%202.074-.965%203.98-2.65%205.229a.752.752%200%200%200-.057%201.168a5.68%205.68%200%200%201%201.774%205.38c-.448%202.223-2.245%204.002-4.473%204.434l-.113-3.002l1.248.85c.137.095.34.078.46-.037a.37.37%200%200%200%20.061-.457l-.923-1.55l1.933-.402a.367.367%200%200%200%200-.718l-1.933-.403l.925-1.55a.367.367%200%200%200-.523-.493l-1.397.95l-.53-13.703A.366.366%200%200%200%2015.497%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/jedi.svg?color=%231a73e8&size=48