one third rotation icon
one-third-rotation from IconPark by ByteDance · Color · Abstract · Apache-2.0 Free for personal and commercial use.
- Name
- one-third-rotation
- 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 one third rotation 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="M36.0001 40.015C32.6575 42.5122 28.5025 44 24.0001 44C16.5973 44 10.1338 39.978 6.67578 34H15.0001"/><path d="M32 5.66406C39.0636 8.75029 44 15.7986 44 23.9999C44 27.6428 43.0261 31.0582 41.3244 33.9999L37.282 26.9999"/><path d="M4.09875 26C4.03344 25.3422 4 24.675 4 24C4 12.9543 12.9543 4 24 4L19.9577 11"/><path fill="#2F88FF" d="M24 30C27.3137 30 30 27.3137 30 24C30 20.6863 27.3137 18 24 18C20.6863 18 18 20.6863 18 24C18 27.3137 20.6863 30 24 30Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOneThirdRotation(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="M36.0001 40.015C32.6575 42.5122 28.5025 44 24.0001 44C16.5973 44 10.1338 39.978 6.67578 34H15.0001"/><path d="M32 5.66406C39.0636 8.75029 44 15.7986 44 23.9999C44 27.6428 43.0261 31.0582 41.3244 33.9999L37.282 26.9999"/><path d="M4.09875 26C4.03344 25.3422 4 24.675 4 24C4 12.9543 12.9543 4 24 4L19.9577 11"/><path fill="#2F88FF" d="M24 30C27.3137 30 30 27.3137 30 24C30 20.6863 27.3137 18 24 18C20.6863 18 18 20.6863 18 24C18 27.3137 20.6863 30 24 30Z"/></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="M36.0001 40.015C32.6575 42.5122 28.5025 44 24.0001 44C16.5973 44 10.1338 39.978 6.67578 34H15.0001"/><path d="M32 5.66406C39.0636 8.75029 44 15.7986 44 23.9999C44 27.6428 43.0261 31.0582 41.3244 33.9999L37.282 26.9999"/><path d="M4.09875 26C4.03344 25.3422 4 24.675 4 24C4 12.9543 12.9543 4 24 4L19.9577 11"/><path fill="#2F88FF" d="M24 30C27.3137 30 30 27.3137 30 24C30 20.6863 27.3137 18 24 18C20.6863 18 18 20.6863 18 24C18 27.3137 20.6863 30 24 30Z"/></g></svg> </template>
CSS
.icon-one-third-rotation {
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%22M36.0001%2040.015C32.6575%2042.5122%2028.5025%2044%2024.0001%2044C16.5973%2044%2010.1338%2039.978%206.67578%2034H15.0001%22%2F%3E%3Cpath%20d%3D%22M32%205.66406C39.0636%208.75029%2044%2015.7986%2044%2023.9999C44%2027.6428%2043.0261%2031.0582%2041.3244%2033.9999L37.282%2026.9999%22%2F%3E%3Cpath%20d%3D%22M4.09875%2026C4.03344%2025.3422%204%2024.675%204%2024C4%2012.9543%2012.9543%204%2024%204L19.9577%2011%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2030C27.3137%2030%2030%2027.3137%2030%2024C30%2020.6863%2027.3137%2018%2024%2018C20.6863%2018%2018%2020.6863%2018%2024C18%2027.3137%2020.6863%2030%2024%2030Z%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%22M36.0001%2040.015C32.6575%2042.5122%2028.5025%2044%2024.0001%2044C16.5973%2044%2010.1338%2039.978%206.67578%2034H15.0001%22%2F%3E%3Cpath%20d%3D%22M32%205.66406C39.0636%208.75029%2044%2015.7986%2044%2023.9999C44%2027.6428%2043.0261%2031.0582%2041.3244%2033.9999L37.282%2026.9999%22%2F%3E%3Cpath%20d%3D%22M4.09875%2026C4.03344%2025.3422%204%2024.675%204%2024C4%2012.9543%2012.9543%204%2024%204L19.9577%2011%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2030C27.3137%2030%2030%2027.3137%2030%2024C30%2020.6863%2027.3137%2018%2024%2018C20.6863%2018%2018%2020.6863%2018%2024C18%2027.3137%2020.6863%2030%2024%2030Z%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/one-third-rotation.svg?color=%231a73e8&size=48