misaligned semicircle icon
misaligned-semicircle from IconPark by ByteDance · Color · Abstract · Apache-2.0 Free for personal and commercial use.
- Name
- misaligned-semicircle
- Set
- IconPark
- Style
- Color
- Category
- Abstract
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More abstract icons from IconPark
Use the misaligned semicircle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M20 30C13.3726 30 8 24.6274 8 18C8 11.3726 13.3726 6 20 6"/><path d="M20 22C17.7909 22 16 20.2091 16 18C16 15.7909 17.7909 14 20 14"/><path d="M28 34C30.2091 34 32 32.2091 32 30C32 27.7909 30.2091 26 28 26"/><path d="M28 42C34.6274 42 40 36.6274 40 30C40 23.3726 34.6274 18 28 18"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkMisalignedSemicircle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M20 30C13.3726 30 8 24.6274 8 18C8 11.3726 13.3726 6 20 6"/><path d="M20 22C17.7909 22 16 20.2091 16 18C16 15.7909 17.7909 14 20 14"/><path d="M28 34C30.2091 34 32 32.2091 32 30C32 27.7909 30.2091 26 28 26"/><path d="M28 42C34.6274 42 40 36.6274 40 30C40 23.3726 34.6274 18 28 18"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M20 30C13.3726 30 8 24.6274 8 18C8 11.3726 13.3726 6 20 6"/><path d="M20 22C17.7909 22 16 20.2091 16 18C16 15.7909 17.7909 14 20 14"/><path d="M28 34C30.2091 34 32 32.2091 32 30C32 27.7909 30.2091 26 28 26"/><path d="M28 42C34.6274 42 40 36.6274 40 30C40 23.3726 34.6274 18 28 18"/></g></svg> </template>
CSS
.icon-misaligned-semicircle {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M20%2030C13.3726%2030%208%2024.6274%208%2018C8%2011.3726%2013.3726%206%2020%206%22%2F%3E%3Cpath%20d%3D%22M20%2022C17.7909%2022%2016%2020.2091%2016%2018C16%2015.7909%2017.7909%2014%2020%2014%22%2F%3E%3Cpath%20d%3D%22M28%2034C30.2091%2034%2032%2032.2091%2032%2030C32%2027.7909%2030.2091%2026%2028%2026%22%2F%3E%3Cpath%20d%3D%22M28%2042C34.6274%2042%2040%2036.6274%2040%2030C40%2023.3726%2034.6274%2018%2028%2018%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M20%2030C13.3726%2030%208%2024.6274%208%2018C8%2011.3726%2013.3726%206%2020%206%22%2F%3E%3Cpath%20d%3D%22M20%2022C17.7909%2022%2016%2020.2091%2016%2018C16%2015.7909%2017.7909%2014%2020%2014%22%2F%3E%3Cpath%20d%3D%22M28%2034C30.2091%2034%2032%2032.2091%2032%2030C32%2027.7909%2030.2091%2026%2028%2026%22%2F%3E%3Cpath%20d%3D%22M28%2042C34.6274%2042%2040%2036.6274%2040%2030C40%2023.3726%2034.6274%2018%2028%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/misaligned-semicircle.svg?color=%231a73e8&size=48