sharp self improvement icon

sharp-self-improvement from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
sharp-self-improvement
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the sharp self improvement icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="6" r="2" fill="currentColor"/><path fill="currentColor" d="M21 16v-2c-2.24 0-4.16-.96-5.6-2.68l-1.34-1.6A1.98 1.98 0 0 0 12.53 9h-1.05c-.59 0-1.15.26-1.53.72l-1.34 1.6C7.16 13.04 5.24 14 3 14v2c2.77 0 5.19-1.17 7-3.25V15l-3.88 1.55c-.67.27-1.12.93-1.12 1.66C5 19.2 5.8 20 6.79 20H9v-.5a2.5 2.5 0 0 1 2.5-2.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.83 0-1.5.67-1.5 1.5v.5h7.21c.99 0 1.79-.8 1.79-1.79c0-.73-.45-1.39-1.12-1.66L14 15v-2.25c1.81 2.08 4.23 3.25 7 3.25"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpSelfImprovement(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="6" r="2" fill="currentColor"/><path fill="currentColor" d="M21 16v-2c-2.24 0-4.16-.96-5.6-2.68l-1.34-1.6A1.98 1.98 0 0 0 12.53 9h-1.05c-.59 0-1.15.26-1.53.72l-1.34 1.6C7.16 13.04 5.24 14 3 14v2c2.77 0 5.19-1.17 7-3.25V15l-3.88 1.55c-.67.27-1.12.93-1.12 1.66C5 19.2 5.8 20 6.79 20H9v-.5a2.5 2.5 0 0 1 2.5-2.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.83 0-1.5.67-1.5 1.5v.5h7.21c.99 0 1.79-.8 1.79-1.79c0-.73-.45-1.39-1.12-1.66L14 15v-2.25c1.81 2.08 4.23 3.25 7 3.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="6" r="2" fill="currentColor"/><path fill="currentColor" d="M21 16v-2c-2.24 0-4.16-.96-5.6-2.68l-1.34-1.6A1.98 1.98 0 0 0 12.53 9h-1.05c-.59 0-1.15.26-1.53.72l-1.34 1.6C7.16 13.04 5.24 14 3 14v2c2.77 0 5.19-1.17 7-3.25V15l-3.88 1.55c-.67.27-1.12.93-1.12 1.66C5 19.2 5.8 20 6.79 20H9v-.5a2.5 2.5 0 0 1 2.5-2.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.83 0-1.5.67-1.5 1.5v.5h7.21c.99 0 1.79-.8 1.79-1.79c0-.73-.45-1.39-1.12-1.66L14 15v-2.25c1.81 2.08 4.23 3.25 7 3.25"/></svg>
</template>

CSS

.icon-sharp-self-improvement {
  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%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2016v-2c-2.24%200-4.16-.96-5.6-2.68l-1.34-1.6A1.98%201.98%200%200%200%2012.53%209h-1.05c-.59%200-1.15.26-1.53.72l-1.34%201.6C7.16%2013.04%205.24%2014%203%2014v2c2.77%200%205.19-1.17%207-3.25V15l-3.88%201.55c-.67.27-1.12.93-1.12%201.66C5%2019.2%205.8%2020%206.79%2020H9v-.5a2.5%202.5%200%200%201%202.5-2.5h3c.28%200%20.5.22.5.5s-.22.5-.5.5h-3c-.83%200-1.5.67-1.5%201.5v.5h7.21c.99%200%201.79-.8%201.79-1.79c0-.73-.45-1.39-1.12-1.66L14%2015v-2.25c1.81%202.08%204.23%203.25%207%203.25%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%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2016v-2c-2.24%200-4.16-.96-5.6-2.68l-1.34-1.6A1.98%201.98%200%200%200%2012.53%209h-1.05c-.59%200-1.15.26-1.53.72l-1.34%201.6C7.16%2013.04%205.24%2014%203%2014v2c2.77%200%205.19-1.17%207-3.25V15l-3.88%201.55c-.67.27-1.12.93-1.12%201.66C5%2019.2%205.8%2020%206.79%2020H9v-.5a2.5%202.5%200%200%201%202.5-2.5h3c.28%200%20.5.22.5.5s-.22.5-.5.5h-3c-.83%200-1.5.67-1.5%201.5v.5h7.21c.99%200%201.79-.8%201.79-1.79c0-.73-.45-1.39-1.12-1.66L14%2015v-2.25c1.81%202.08%204.23%203.25%207%203.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-self-improvement.svg?color=%231a73e8&size=48