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

Name
codiepie
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 codiepie icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.043 3c-7.18 0-13 5.82-13 13s5.82 13 13 13c5.434 0 9.973-3.336 11.916-8.07L17.125 16l10.533-5.809C25.524 5.931 21.132 3 16.043 3m0 2c3.534 0 6.77 1.666 8.824 4.447l-3.582 1.975A6.97 6.97 0 0 0 16 9a7 7 0 1 0 0 14a6.97 6.97 0 0 0 5.568-2.781l3.66 1.666C23.248 25.044 19.814 27 16.044 27c-6.065 0-11-4.935-11-11s4.934-11 11-11zM24 13v5h2v-2h.5a1.5 1.5 0 0 0 0-3z"/></svg>

React

import type { SVGProps } from "react";

export function LaCodiepie(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.043 3c-7.18 0-13 5.82-13 13s5.82 13 13 13c5.434 0 9.973-3.336 11.916-8.07L17.125 16l10.533-5.809C25.524 5.931 21.132 3 16.043 3m0 2c3.534 0 6.77 1.666 8.824 4.447l-3.582 1.975A6.97 6.97 0 0 0 16 9a7 7 0 1 0 0 14a6.97 6.97 0 0 0 5.568-2.781l3.66 1.666C23.248 25.044 19.814 27 16.044 27c-6.065 0-11-4.935-11-11s4.934-11 11-11zM24 13v5h2v-2h.5a1.5 1.5 0 0 0 0-3z"/></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.043 3c-7.18 0-13 5.82-13 13s5.82 13 13 13c5.434 0 9.973-3.336 11.916-8.07L17.125 16l10.533-5.809C25.524 5.931 21.132 3 16.043 3m0 2c3.534 0 6.77 1.666 8.824 4.447l-3.582 1.975A6.97 6.97 0 0 0 16 9a7 7 0 1 0 0 14a6.97 6.97 0 0 0 5.568-2.781l3.66 1.666C23.248 25.044 19.814 27 16.044 27c-6.065 0-11-4.935-11-11s4.934-11 11-11zM24 13v5h2v-2h.5a1.5 1.5 0 0 0 0-3z"/></svg>
</template>

CSS

.icon-codiepie {
  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.043%203c-7.18%200-13%205.82-13%2013s5.82%2013%2013%2013c5.434%200%209.973-3.336%2011.916-8.07L17.125%2016l10.533-5.809C25.524%205.931%2021.132%203%2016.043%203m0%202c3.534%200%206.77%201.666%208.824%204.447l-3.582%201.975A6.97%206.97%200%200%200%2016%209a7%207%200%201%200%200%2014a6.97%206.97%200%200%200%205.568-2.781l3.66%201.666C23.248%2025.044%2019.814%2027%2016.044%2027c-6.065%200-11-4.935-11-11s4.934-11%2011-11zM24%2013v5h2v-2h.5a1.5%201.5%200%200%200%200-3z%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.043%203c-7.18%200-13%205.82-13%2013s5.82%2013%2013%2013c5.434%200%209.973-3.336%2011.916-8.07L17.125%2016l10.533-5.809C25.524%205.931%2021.132%203%2016.043%203m0%202c3.534%200%206.77%201.666%208.824%204.447l-3.582%201.975A6.97%206.97%200%200%200%2016%209a7%207%200%201%200%200%2014a6.97%206.97%200%200%200%205.568-2.781l3.66%201.666C23.248%2025.044%2019.814%2027%2016.044%2027c-6.065%200-11-4.935-11-11s4.934-11%2011-11zM24%2013v5h2v-2h.5a1.5%201.5%200%200%200%200-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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