rebel from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
rebel
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the rebel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C8.75 4 4 10.043 4 15.973C4 22.605 9.383 28 16 28s12-5.395 12-12.027C28 10.043 23.254 4 16 4m0 22c-5.523 0-10-4.488-10-10.027c0-4.793 3.355-8.801 7.84-9.793c-3.277 1.863-4.203 4.496-4.492 6.308c-.371 2.332.62 4.832 2.507 5.149c.149.023.286.035.422.035c1.657 0 2.52-1.727 2.645-2.703c.152-1.18-.348-2.422-1.024-3.285c-.363-.465-.886-1.09-1.636-1.645l1.133-1.238c.527.344.94.93 1.144 1.37c0 0 .016-.444-.078-.788a4.3 4.3 0 0 0-.375-.95a4 4 0 0 0-.145-.23L16 5.945L18.063 8.2c-.047.067-.094.14-.149.23c-.086.157-.254.5-.375.954c-.094.344-.078.789-.078.789c.203-.442.617-1.031 1.148-1.371l1.13 1.234c-.75.555-1.274 1.18-1.637 1.645c-.68.867-1.176 2.105-1.024 3.289c.125.976.988 2.699 2.645 2.699q.198 0 .422-.035c1.886-.317 2.875-2.813 2.503-5.145c-.285-1.812-1.21-4.445-4.484-6.308c4.484.992 7.836 5 7.836 9.793C26 21.512 21.523 26 16 26m-3.676-13.086c.438.559.684 1.277.614 1.797c-.04.316-.372.96-.66.96a.4.4 0 0 1-.09-.01c-.508-.083-1.094-1.4-.864-2.86c.043-.278.102-.543.172-.805c.336.309.602.633.828.918m8.18-.918c.07.262.129.527.172.805c.23 1.46-.356 2.777-.863 2.86a.4.4 0 0 1-.09.01c-.29 0-.621-.644-.66-.96c-.07-.52.175-1.242.613-1.797a7.4 7.4 0 0 1 .828-.918"/></svg>

React

import type { SVGProps } from "react";

export function LaRebel(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="M16 4C8.75 4 4 10.043 4 15.973C4 22.605 9.383 28 16 28s12-5.395 12-12.027C28 10.043 23.254 4 16 4m0 22c-5.523 0-10-4.488-10-10.027c0-4.793 3.355-8.801 7.84-9.793c-3.277 1.863-4.203 4.496-4.492 6.308c-.371 2.332.62 4.832 2.507 5.149c.149.023.286.035.422.035c1.657 0 2.52-1.727 2.645-2.703c.152-1.18-.348-2.422-1.024-3.285c-.363-.465-.886-1.09-1.636-1.645l1.133-1.238c.527.344.94.93 1.144 1.37c0 0 .016-.444-.078-.788a4.3 4.3 0 0 0-.375-.95a4 4 0 0 0-.145-.23L16 5.945L18.063 8.2c-.047.067-.094.14-.149.23c-.086.157-.254.5-.375.954c-.094.344-.078.789-.078.789c.203-.442.617-1.031 1.148-1.371l1.13 1.234c-.75.555-1.274 1.18-1.637 1.645c-.68.867-1.176 2.105-1.024 3.289c.125.976.988 2.699 2.645 2.699q.198 0 .422-.035c1.886-.317 2.875-2.813 2.503-5.145c-.285-1.812-1.21-4.445-4.484-6.308c4.484.992 7.836 5 7.836 9.793C26 21.512 21.523 26 16 26m-3.676-13.086c.438.559.684 1.277.614 1.797c-.04.316-.372.96-.66.96a.4.4 0 0 1-.09-.01c-.508-.083-1.094-1.4-.864-2.86c.043-.278.102-.543.172-.805c.336.309.602.633.828.918m8.18-.918c.07.262.129.527.172.805c.23 1.46-.356 2.777-.863 2.86a.4.4 0 0 1-.09.01c-.29 0-.621-.644-.66-.96c-.07-.52.175-1.242.613-1.797a7.4 7.4 0 0 1 .828-.918"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C8.75 4 4 10.043 4 15.973C4 22.605 9.383 28 16 28s12-5.395 12-12.027C28 10.043 23.254 4 16 4m0 22c-5.523 0-10-4.488-10-10.027c0-4.793 3.355-8.801 7.84-9.793c-3.277 1.863-4.203 4.496-4.492 6.308c-.371 2.332.62 4.832 2.507 5.149c.149.023.286.035.422.035c1.657 0 2.52-1.727 2.645-2.703c.152-1.18-.348-2.422-1.024-3.285c-.363-.465-.886-1.09-1.636-1.645l1.133-1.238c.527.344.94.93 1.144 1.37c0 0 .016-.444-.078-.788a4.3 4.3 0 0 0-.375-.95a4 4 0 0 0-.145-.23L16 5.945L18.063 8.2c-.047.067-.094.14-.149.23c-.086.157-.254.5-.375.954c-.094.344-.078.789-.078.789c.203-.442.617-1.031 1.148-1.371l1.13 1.234c-.75.555-1.274 1.18-1.637 1.645c-.68.867-1.176 2.105-1.024 3.289c.125.976.988 2.699 2.645 2.699q.198 0 .422-.035c1.886-.317 2.875-2.813 2.503-5.145c-.285-1.812-1.21-4.445-4.484-6.308c4.484.992 7.836 5 7.836 9.793C26 21.512 21.523 26 16 26m-3.676-13.086c.438.559.684 1.277.614 1.797c-.04.316-.372.96-.66.96a.4.4 0 0 1-.09-.01c-.508-.083-1.094-1.4-.864-2.86c.043-.278.102-.543.172-.805c.336.309.602.633.828.918m8.18-.918c.07.262.129.527.172.805c.23 1.46-.356 2.777-.863 2.86a.4.4 0 0 1-.09.01c-.29 0-.621-.644-.66-.96c-.07-.52.175-1.242.613-1.797a7.4 7.4 0 0 1 .828-.918"/></svg>
</template>

CSS

.icon-rebel {
  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%22M16%204C8.75%204%204%2010.043%204%2015.973C4%2022.605%209.383%2028%2016%2028s12-5.395%2012-12.027C28%2010.043%2023.254%204%2016%204m0%2022c-5.523%200-10-4.488-10-10.027c0-4.793%203.355-8.801%207.84-9.793c-3.277%201.863-4.203%204.496-4.492%206.308c-.371%202.332.62%204.832%202.507%205.149c.149.023.286.035.422.035c1.657%200%202.52-1.727%202.645-2.703c.152-1.18-.348-2.422-1.024-3.285c-.363-.465-.886-1.09-1.636-1.645l1.133-1.238c.527.344.94.93%201.144%201.37c0%200%20.016-.444-.078-.788a4.3%204.3%200%200%200-.375-.95a4%204%200%200%200-.145-.23L16%205.945L18.063%208.2c-.047.067-.094.14-.149.23c-.086.157-.254.5-.375.954c-.094.344-.078.789-.078.789c.203-.442.617-1.031%201.148-1.371l1.13%201.234c-.75.555-1.274%201.18-1.637%201.645c-.68.867-1.176%202.105-1.024%203.289c.125.976.988%202.699%202.645%202.699q.198%200%20.422-.035c1.886-.317%202.875-2.813%202.503-5.145c-.285-1.812-1.21-4.445-4.484-6.308c4.484.992%207.836%205%207.836%209.793C26%2021.512%2021.523%2026%2016%2026m-3.676-13.086c.438.559.684%201.277.614%201.797c-.04.316-.372.96-.66.96a.4.4%200%200%201-.09-.01c-.508-.083-1.094-1.4-.864-2.86c.043-.278.102-.543.172-.805c.336.309.602.633.828.918m8.18-.918c.07.262.129.527.172.805c.23%201.46-.356%202.777-.863%202.86a.4.4%200%200%201-.09.01c-.29%200-.621-.644-.66-.96c-.07-.52.175-1.242.613-1.797a7.4%207.4%200%200%201%20.828-.918%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%22M16%204C8.75%204%204%2010.043%204%2015.973C4%2022.605%209.383%2028%2016%2028s12-5.395%2012-12.027C28%2010.043%2023.254%204%2016%204m0%2022c-5.523%200-10-4.488-10-10.027c0-4.793%203.355-8.801%207.84-9.793c-3.277%201.863-4.203%204.496-4.492%206.308c-.371%202.332.62%204.832%202.507%205.149c.149.023.286.035.422.035c1.657%200%202.52-1.727%202.645-2.703c.152-1.18-.348-2.422-1.024-3.285c-.363-.465-.886-1.09-1.636-1.645l1.133-1.238c.527.344.94.93%201.144%201.37c0%200%20.016-.444-.078-.788a4.3%204.3%200%200%200-.375-.95a4%204%200%200%200-.145-.23L16%205.945L18.063%208.2c-.047.067-.094.14-.149.23c-.086.157-.254.5-.375.954c-.094.344-.078.789-.078.789c.203-.442.617-1.031%201.148-1.371l1.13%201.234c-.75.555-1.274%201.18-1.637%201.645c-.68.867-1.176%202.105-1.024%203.289c.125.976.988%202.699%202.645%202.699q.198%200%20.422-.035c1.886-.317%202.875-2.813%202.503-5.145c-.285-1.812-1.21-4.445-4.484-6.308c4.484.992%207.836%205%207.836%209.793C26%2021.512%2021.523%2026%2016%2026m-3.676-13.086c.438.559.684%201.277.614%201.797c-.04.316-.372.96-.66.96a.4.4%200%200%201-.09-.01c-.508-.083-1.094-1.4-.864-2.86c.043-.278.102-.543.172-.805c.336.309.602.633.828.918m8.18-.918c.07.262.129.527.172.805c.23%201.46-.356%202.777-.863%202.86a.4.4%200%200%201-.09.01c-.29%200-.621-.644-.66-.96c-.07-.52.175-1.242.613-1.797a7.4%207.4%200%200%201%20.828-.918%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/rebel.svg?color=%231a73e8&size=48